summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doc: add a list of errno codes on some systems.Nicolas George2011-12-21
* mov: replace AVERROR(EOF) with AVERROR_EOF.Nicolas George2011-12-21
* mpeg12dec: reset first_field with picture_structure changes.Michael Niedermayer2011-12-21
* Merge remote-tracking branch 'tjoppen/mxf_fixes_20111220'Michael Niedermayer2011-12-21
|\
| * mxfdec: Sanity-check SampleRateTomas Härdin2011-12-20
| * mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()Tomas Härdin2011-12-20
| * mxfdec: Remove unused variablesTomas Härdin2011-12-20
| * mxfdec: Make sure x < index_table->nb_ptsesTomas Härdin2011-12-20
| * mxfdec: Ignore the last entry in Avid's index table segmentsTomas Härdin2011-12-20
* | lavc: Do not fail audio decoding if user has set a custom get_buffer.Michael Niedermayer2011-12-21
* | avio: remove ENOTSUP mention in doxy as its not available on all supported pl...Michael Niedermayer2011-12-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-21
|\ \
| * | lavc: always align height by 32 pixelRafaël Carré2011-12-21
| * | raw: add 10bit YUV definitionsLuca Barbato2011-12-21
| * | nut: support 10bit YUVLuca Barbato2011-12-21
| * | mpegvideo_enc: separate declarations and statementsDiego Biurrun2011-12-20
| * | oma: make header compile standaloneDiego Biurrun2011-12-20
| * | vp3: Reorder some functions to fix VP3 build with Theora disabled.Diego Biurrun2011-12-20
| * | build: fix standalone compilation of ADX encoderDiego Biurrun2011-12-20
| * | build: fix standalone compilation of ADPCM decodersDiego Biurrun2011-12-20
| * | build: fix standalone compilation of mpc7/mpc8 decodersDiego Biurrun2011-12-20
| * | 4xm: Use bytestream2 functions to prevent overreadsAneesh Dogra2011-12-20
| * | bytestream: add a new set of bytestream functions with overread checkingAneesh Dogra2011-12-20
| * | mpegts: Suppress invalid timebase warnings on DMB streams.Alex Converse2011-12-20
| * | mpegts: Fix typo in handling sections in the PMT.Alex Converse2011-12-20
| * | vc1dec: Use the right pointer type for the tmp pointerMartin Storsjö2011-12-20
* | | indeo3: Fix null ptr dereferenceMichael Niedermayer2011-12-21
* | | golomb: fix end of bitstream checkMichael Niedermayer2011-12-21
* | | mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()Tomas Härdin2011-12-21
* | | indeo5: Fix null pointer dereferenceMichael Niedermayer2011-12-20
* | | ff*: Fix duplicatedly printed version info with -versionMichael Niedermayer2011-12-20
* | | Replace PATCHWELCOME by relevant error codes.Nicolas George2011-12-20
* | | replace ENOTSUP by AVERROR_PATCHWELCOMEMichael Niedermayer2011-12-20
* | | doc: make developer.texi point to correct fate docDerek Buitenhuis2011-12-20
* | | roq: fix excessive memory allocMichael Niedermayer2011-12-20
* | | alac: Check for bitstream overreadMichael Niedermayer2011-12-20
* | | tm2: Check remaining size before init_get_bits()Michael Niedermayer2011-12-20
* | | avidec: move eof check before continue.Michael Niedermayer2011-12-20
* | | doc: fate: Support building a plain text versionAlexander Strasser2011-12-20
* | | doc: fate: Move documentation from .txt to .texiAlexander Strasser2011-12-20
* | | doc: build: TEXIDEP: Recognize verbatim includesAlexander Strasser2011-12-20
* | | lavd/lavfi: reindent block in lavfi_read_headerStefano Sabatini2011-12-20
* | | lavd/lavfi: add check in case pix_fmts cannot be allocated in lavfi_read_head...Stefano Sabatini2011-12-20
* | | swr: fix assert failureMichael Niedermayer2011-12-20
* | | Changelog: split version next and 0.9Michael Niedermayer2011-12-20
* | | Fix off-by-one error when decoding rigth-to-left targa.Carl Eugen Hoyos2011-12-20
| |/ |/|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-20
|\|
| * h264: clear trailing bits in partially parsed NAL unitsJanne Grunau2011-12-19
| * vc1: Handle WVC1 interlaced streamAneesh Dogra2011-12-19
| * xl: Fix overreadsAneesh Dogra2011-12-19