aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* iff: check if there is extradataPaul B Mahol2012-05-301-1/+6
* exr: alpha supportPaul B Mahol2012-05-301-9/+23
* lavc: clarify experimental codec messageLou Logan2012-05-301-1/+1
* Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer2012-05-302-12/+15
|\
| * pcm_mpeg: fix number of consumed bytes to include the header.Hendrik Leppkes2012-05-291-1/+1
| * x86: use new schema for ASM macrosVitor Sessak2012-05-294-76/+82
* | lavc: switch from ts_end to duration in ff_ass_add_rect.Clément Bœsch2012-05-295-15/+19
* | lavc: prettify printing of some codec tags which contains non alphanumeric ch...Stefano Sabatini2012-05-291-1/+6
* | Fix r10k codec for widths that are not multiples of 64.Carl Eugen Hoyos2012-05-282-2/+4
* | Mark avui encoder experimental.Carl Eugen Hoyos2012-05-281-0/+1
* | jvdec: check videosizeMichael Niedermayer2012-05-281-0/+4
* | motionpixels: check extradata sizeMichael Niedermayer2012-05-281-0/+5
* | iff_ilbm: fix null ptr derefMichael Niedermayer2012-05-281-3/+7
* | yop: check for missing extradataMichael Niedermayer2012-05-281-0/+5
* | xan: fix out of array readMichael Niedermayer2012-05-281-0/+4
* | cdgraphics: Fix out of array writeMichael Niedermayer2012-05-281-0/+4
* | Test extradata size before reading from extradata when decoding avui.Carl Eugen Hoyos2012-05-281-2/+2
* | x86: use new schema for ASM macrosVitor Sessak2012-05-274-76/+79
* | Support decoding fourcc YVYU.Carl Eugen Hoyos2012-05-272-0/+11
* | aacdec: fix "may be used uninitialized" warningMichael Niedermayer2012-05-261-0/+2
* | aacpsy: fix "may be used uninitialized" warningMichael Niedermayer2012-05-261-1/+1
* | Support some BOXX codecs.ami_stuff2012-05-261-0/+3
* | Merge remote-tracking branch 'qatar/master'n0.12-devMichael Niedermayer2012-05-251-181/+204
|\|
| * imc: some cosmeticsKostya Shishkov2012-05-251-181/+204
* | Revert "removing lowres support"Michael Niedermayer2012-05-2511-41/+461
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-251-2/+2
|\|
| * tqi: Pass errors from the MB decoderMichael Niedermayer2012-05-231-3/+7
* | Fix compilation with --disable-everything.Carl Eugen Hoyos2012-05-241-1/+1
* | lavu/pixfmt: move AVPALETTE_SIZE and _COUNT to pixfmt.hStefano Sabatini2012-05-241-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-234-7/+19
|\|
| * x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.Justin Ruggles2012-05-221-0/+8
| * dwt: return errors from ff_slice_buffer_init()Diego Biurrun2012-05-223-7/+13
* | xsubdec: print frame size when too smallMichael Niedermayer2012-05-231-1/+1
* | Do not leak extradata when encoding avui.Carl Eugen Hoyos2012-05-231-8/+11
* | avuienc: Use field_order to determine if a stream is interlaced.Carl Eugen Hoyos2012-05-231-1/+3
* | Fix compilation with --disable-everything --enable-demuxer=ogg (--disable-yasm).Carl Eugen Hoyos2012-05-231-1/+2
* | Fix compilation with --disable-everything --enable-demuxer=flac (--disable-ya...Carl Eugen Hoyos2012-05-231-1/+2
* | ffv1: fix decoder state_transition tableMichael Niedermayer2012-05-231-1/+1
* | dwt: use av_freep()Michael Niedermayer2012-05-221-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-2212-196/+164
|\|
| * dwt: check malloc callsJordi Ortiz2012-05-221-1/+15
| * ppc: Drop unused header regs.hDiego Biurrun2012-05-221-37/+0
| * Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-2110-158/+149
* | libvorbis: only store version string if bitexact is not set.Michael Niedermayer2012-05-221-1/+2
* | Add Avid Meridien Uncompressed (AVUI) encoder.Carl Eugen Hoyos2012-05-224-2/+110
* | mpeg4videoparser: support using timestamps from codec.Michael Niedermayer2012-05-221-0/+7
* | avcodec: add parser flag to indicate that codec TS are the only available and...Michael Niedermayer2012-05-222-2/+3
* | shorten: fix lossy decodingPaul B Mahol2012-05-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-212-490/+649
|\|
| * dwt: K&R prettyprinting cosmeticsJordi Ortiz2012-05-212-553/+713