summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* ffv1enc: use default number of slices if unspecifiedMichael Niedermayer2012-07-13
* ffv1dec: print timestamp at which a CRC mismatch happenedMichael Niedermayer2012-07-13
* lavc: add pkt_timebase to allow avcodec to adjust pkt_dts/pts when neededMichael Niedermayer2012-07-13
* lavc: fix ff_alloc_packet()Paul B Mahol2012-07-13
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-12
|\
| * build: Fix Ogg demuxer dependenciesDiego Biurrun2012-07-12
| * build: Fix FLAC demuxer dependenciesDiego Biurrun2012-07-12
| * flac: Move flac functions shared between libraries to flac common codeDiego Biurrun2012-07-12
| * build: Fix CAF demuxer dependenciesDiego Biurrun2012-07-12
| * build: Fix MP2 muxer dependenciesDiego Biurrun2012-07-12
| * build: Add missing build rules for the ISMV muxerDiego Biurrun2012-07-12
| * Support AAC encoding via the external library fdk-aacMartin Storsjö2012-07-12
| * libavcodec: Add more AAC profilesMartin Storsjö2012-07-12
| * dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje2012-07-11
* | lclenc: switch to av_assertMichael Niedermayer2012-07-12
* | exr: rle decompressionPaul B Mahol2012-07-12
* | exr: cache some valuesPaul B Mahol2012-07-12
* | dca: map xxch side channels to AV_CH_SIDE_LEFT/RIGHT instead of REAR.Hendrik Leppkes2012-07-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-11
|\|
| * TechSmith Screen Codec 2 decoderKostya Shishkov2012-07-11
* | vorbisdec: switch to av_assertMichael Niedermayer2012-07-11
* | exr: zip decompressionPaul B Mahol2012-07-11
* | exr: remove dead assigmentPaul B Mahol2012-07-11
* | replace all __volatile__ by volatileMichael Niedermayer2012-07-11
* | tiffenc: use av_fast_padded_malloc(z)Paul B Mahol2012-07-10
* | lavc: add av_fast_padded_malloczPaul B Mahol2012-07-10
* | tiffenc: add .initPaul B Mahol2012-07-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-10
|\|
| * mss1: fix decoding masked regions in interframesKostya Shishkov2012-07-10
* | mpeg4videoenc: use av_assertMichael Niedermayer2012-07-10
* | mpeg4videodec: use av_assertMichael Niedermayer2012-07-10
* | dpx: invalid aspect ratio is 0/1, not 0/0.Nicolas George2012-07-10
* | Set default ffv1 coder to -1.Carl Eugen Hoyos2012-07-10
* | Cosmetics: Return AVERROR_INVALIDDATA from ffv1 encoder initialisation if inv...Carl Eugen Hoyos2012-07-10
* | Cosmetics: Move ffv1 encoder initialisation code.Carl Eugen Hoyos2012-07-10
* | dsputil: turn assert into if() as its possible to trigger with ffv1Michael Niedermayer2012-07-10
* | Define snow .pix_fmts to allow colour space auto-selection.Carl Eugen Hoyos2012-07-10
* | exr: return proper error code instead of -1Paul B Mahol2012-07-10
* | exr: use buf_size instead of recalculating same valuePaul B Mahol2012-07-10
* | h264/decode_scaling_matrices: fix coding order of 8x8 matrixes.Michael Niedermayer2012-07-10
* | h264: 12 and 14 bit supportMichael Niedermayer2012-07-10
* | h264dsp: 12 and 14 bit supportMichael Niedermayer2012-07-10
* | h264pred: 12 and 14 bit supportMichael Niedermayer2012-07-10
* | h264idct: 12 and 14 bit supportMichael Niedermayer2012-07-10
* | h264: limit 10bpp MC pading trick to 10bppMichael Niedermayer2012-07-10
* | dsputil: extend things to 12 and 14 bitsMichael Niedermayer2012-07-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-09
|\|
| * mss3: use standard zigzag tableKostya Shishkov2012-07-09
| * mss3: split DSP functions that are used in MTS2(MSS4) into separate fileKostya Shishkov2012-07-09
| * motion-test: do not use getopt()Anton Khirnov2012-07-09