OSDN Git Service

android-x86/external-ffmpeg.git
2011-12-08 Michael Niedermayerescape130: make sure cliping is done on signed values.
2011-12-08 Michael NiedermayerMerge remote-tracking branch 'richardpl/escape130'
2011-12-08 Carl Eugen... Mark one colour as transparent in the gif image encoder
2011-12-08 Carl Eugen... Decode RGB ljpeg to RGB24.
2011-12-08 Carl Eugen... Support decoding 56 byte BMP Bitmap Information Header.
2011-12-08 Anatoliy Wassermanpthread: fixed thread initialization issues related...
2011-12-07 Michael NiedermayerMerge remote-tracking branch 'shariman/wmall'
2011-12-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-12-07 Mashiat Sarker... Partially fix CDLMS prediction
2011-12-07 Reimar DöffingerOne last try to get zmbv test to work across all fate...
2011-12-07 Michael Niedermayerqtrledec: Fix artifacts in tickets/226/qt_rle_bw.mov
2011-12-07 Alexis Ballierqtrle.c: Fix for ticket #226.
2011-12-07 Luca Barbatodrawtext: remove typo
2011-12-07 Hendrik Leppkespcm-mpeg: implement new audio decoding api
2011-12-07 Ronald S. Bultjew32thread: port fixes to pthread_cond_broadcast() from...
2011-12-07 Diego Biurrundoc: add editor configuration section with Vim and...
2011-12-07 Rafaël Carrédxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9
2011-12-07 Michael NiedermayerMAINTAINERS: ask maintainers to help keep their entries...
2011-12-07 Matthieu Bourongxfenc: support timecode option
2011-12-07 Diego Biurrunavformat/utils: Drop unused goto label.
2011-12-07 Diego Biurrundoxygen: Replace '\' by '@' in Doxygen markup tags.
2011-12-07 Diego Biurruncosmetics: drop some completely pointless parentheses
2011-12-07 Paul B. Mahol cljr: simplify CLJRContext
2011-12-07 Luca Barbatodrawtext: introduce rand(min, max)
2011-12-07 Luca Barbatodrawtext: introduce explicit draw/hide variable
2011-12-07 Carl Eugen... Do not ignore full transparency when writing png palette.
2011-12-07 Martin Storsjörtmp: Use nb_invokes for all invoke commands
2011-12-07 Michael Niedermayermovenc: Always write EDTS when we are able to.
2011-12-07 Michael NiedermayerMerge remote-tracking branch 'shariman/wmall'
2011-12-07 Michael Niedermayerimg2: 10l typo
2011-12-07 Carl Eugen... Allow auto-detection of ljpg images.
2011-12-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-12-06 Michael Niedermayerh264: init prev_frame_num to -1 on init
2011-12-06 Michael Niedermayerh264: Fix memleaks on close, reset more fields
2011-12-06 Carl Eugen... Fix 8BPS RGB32 output, the alpha channel was ignored.
2011-12-06 Konstantin... Code cleanup - mpegvideo.c - 500-1000line
2011-12-06 Reimar DöffingerChoose compression level 6 for zmbv test.
2011-12-06 Michael Niedermayermovdec: remove redundant size<=8 check.
2011-12-06 Michael Niedermayermovdec: Read extended 64bit size before the debug av_lo...
2011-12-06 Mihnea Baltamovdec: Fix bad computed size for atoms with size 0...
2011-12-06 Michael Niedermayermov: increase total_size only when it actually increases.
2011-12-06 Michael Niedermayermovenc: support spliting fragments based on bytesize...
2011-12-06 Michael Niedermayermovenc: fragment support
2011-12-06 Michael Niedermayerffmpeg: Warn if filters poll & request frame behave...
2011-12-06 Stefano Sabatinivsrc_life: fix comment in parse_rule()
2011-12-06 Stefano Sabatinivf_scale: give a clue in case of invalid expression...
2011-12-06 Janne Grunaurv40: NEON optimised weighted prediction
2011-12-06 Janne Grunaurv40: NEON optimised chroma MC
2011-12-06 Mans RullgardARM: move NEON H264 chroma mc to a separate file
2011-12-06 Janne Grunaurv34: NEON optimised inverse transform functions
2011-12-06 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-12-05 Carl Eugen... Do not fail fatally if chan atom is too short.
2011-12-05 Gavin KinseyFix compilation for C++ applications
2011-12-05 Michael Niedermayermovdec: Fix parsing of a very last empty atom of size 8.
2011-12-05 Reimar DöffingerAdd tests for several encoders.
2011-12-05 Reimar Döffingervf_scale: support PAL8 output by producing BGR8.
2011-12-05 Reimar DöffingerAdd coverage exclusions for test code.
2011-12-05 Reimar DöffingerAdd coverage support.
2011-12-05 Alex Conversemov: Don't av_malloc(0).
2011-12-05 Justin Rugglesavconv: only allocate 1 AVFrame per input stream
2011-12-05 Justin Rugglesavconv: fix memleaks due to not freeing the AVFrame...
2011-12-05 Ronald S. Bultjeh264-fate: remove -strict 1 except where necessary...
2011-12-05 Michael Niedermayerlavc: Mark fields that require av_opt_ptr()
2011-12-05 Michael Niedermayerlavc: Fix sizeof(AVFrame) useability docs
2011-12-05 Michael Niedermayerlavc: Document AVFrame av_opt_ptr() relation.
2011-12-05 Diego Biurrunmisc Doxygen markup improvements
2011-12-05 Diego Biurrundoxygen: eliminate Qt-style doxygen syntax
2011-12-05 Martin Storsjög722: Add a regression test for muxing/demuxing in wav
2011-12-05 Sjoerd Simonsg722: Change bits per sample to 4
2011-12-05 Martin Storsjög722dec: Signal skipping the lower bits via AVOptions...
2011-12-05 Michael Niedermayerffplay: Avoid directly accessing AVFrame fields that...
2011-12-05 Michael Niedermayerffmpeg: Avoid directly accessing AVFrame fields that...
2011-12-05 Michael Niedermayerlavc: Add a AVClass for AVFrames.
2011-12-05 Michael Niedermayerav_opt: add av_opt_ptr() to return a pointer to a field...
2011-12-05 Michael Niedermayerffmpeg: handle stream copy timebase selection for mp4...
2011-12-04 Justin Rugglesapi-example: update to use avcodec_decode_audio4()
2011-12-04 Justin Rugglesavplay: use avcodec_decode_audio4()
2011-12-04 Justin Rugglesavplay: use a separate buffer for playing silence
2011-12-04 Justin Rugglesavformat: use avcodec_decode_audio4() in avformat_find_...
2011-12-04 Justin Rugglesavconv: use avcodec_decode_audio4() instead of avcodec_...
2011-12-04 Alex Conversemov: Allow empty stts atom.
2011-12-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-12-04 Diego Biurrundoc: document preferred Doxygen syntax and make patchec...
2011-12-04 Chris Berovadpcmenc: cosmetics: pretty-printing
2011-12-04 Chris Berovac3dec: cosmetics: pretty-printing
2011-12-04 Chris Berovyuv4mpeg: cosmetics: pretty-printing
2011-12-04 Stefano Sabatinilavfi: add life source
2011-12-04 Stefano Sabatiniaevalsrc: add duration option
2011-12-04 Paul B. Maholshorten: remove dead initialization
2011-12-04 Peter RossMicrosoft Windows ICO demuxer
2011-12-04 Reimar Döffingerroqvideodec: set AVFrame reference before reget_buffer.
2011-12-04 Carl Eugen... bmp: fix some 1bit samples.
2011-12-04 Janne Grunaulatmdec: add fate test for audio config change
2011-12-04 Michael Niedermayerdoc/filters.texi: Update drawtext docs so that the...
2011-12-04 Michael Niedermayervf_drawtext: support W/H parameters to reduce UI differ...
2011-12-04 Michael Niedermayerffmpeg: select best pixel format for the encoder if...
2011-12-04 David Goldwichoma: PCM support
2011-12-04 David Goldwichoma: better format detection with small probe buffer
2011-12-04 David Goldwichoma: clearify ambiguous if condition
2011-12-04 Michael Niedermayervf_drawtext: cosmetics to reduce diff to qatar
next