summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc: fix ff_alloc_packet()Paul B Mahol2012-07-131-0/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-1210-88/+497
|\
| * build: Fix Ogg demuxer dependenciesDiego Biurrun2012-07-121-2/+3
| * build: Fix FLAC demuxer dependenciesDiego Biurrun2012-07-121-1/+2
| * flac: Move flac functions shared between libraries to flac common codeDiego Biurrun2012-07-123-86/+85
| * build: Fix CAF demuxer dependenciesDiego Biurrun2012-07-121-1/+2
| * build: Fix MP2 muxer dependenciesDiego Biurrun2012-07-121-0/+1
| * build: Add missing build rules for the ISMV muxerDiego Biurrun2012-07-121-0/+1
| * Support AAC encoding via the external library fdk-aacMartin Storsjö2012-07-124-1/+387
| * libavcodec: Add more AAC profilesMartin Storsjö2012-07-122-0/+8
| * dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje2012-07-112-0/+13
* | lclenc: switch to av_assertMichael Niedermayer2012-07-121-1/+2
* | exr: rle decompressionPaul B Mahol2012-07-121-1/+46
* | exr: cache some valuesPaul B Mahol2012-07-121-5/+10
* | dca: map xxch side channels to AV_CH_SIDE_LEFT/RIGHT instead of REAR.Hendrik Leppkes2012-07-121-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-116-1/+1321
|\ \ | |/
| * TechSmith Screen Codec 2 decoderKostya Shishkov2012-07-116-1/+1321
* | vorbisdec: switch to av_assertMichael Niedermayer2012-07-111-4/+2
* | exr: zip decompressionPaul B Mahol2012-07-111-38/+148
* | exr: remove dead assigmentPaul B Mahol2012-07-111-2/+0
* | replace all __volatile__ by volatileMichael Niedermayer2012-07-1110-35/+35
* | tiffenc: use av_fast_padded_malloc(z)Paul B Mahol2012-07-101-23/+40
* | lavc: add av_fast_padded_malloczPaul B Mahol2012-07-102-0/+18
* | tiffenc: add .initPaul B Mahol2012-07-101-5/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-101-1/+1
|\ \ | |/
| * mss1: fix decoding masked regions in interframesKostya Shishkov2012-07-101-1/+1
* | mpeg4videoenc: use av_assertMichael Niedermayer2012-07-101-11/+11
* | mpeg4videodec: use av_assertMichael Niedermayer2012-07-101-1/+1
* | dpx: invalid aspect ratio is 0/1, not 0/0.Nicolas George2012-07-101-1/+1
* | Set default ffv1 coder to -1.Carl Eugen Hoyos2012-07-101-1/+11
* | Cosmetics: Return AVERROR_INVALIDDATA from ffv1 encoder initialisation if inv...Carl Eugen Hoyos2012-07-101-6/+6
* | Cosmetics: Move ffv1 encoder initialisation code.Carl Eugen Hoyos2012-07-101-4/+4
* | dsputil: turn assert into if() as its possible to trigger with ffv1Michael Niedermayer2012-07-101-2/+3
* | Define snow .pix_fmts to allow colour space auto-selection.Carl Eugen Hoyos2012-07-101-0/+4
* | exr: return proper error code instead of -1Paul B Mahol2012-07-101-25/+25
* | exr: use buf_size instead of recalculating same valuePaul B Mahol2012-07-101-1/+1
* | h264/decode_scaling_matrices: fix coding order of 8x8 matrixes.Michael Niedermayer2012-07-101-4/+2
* | h264: 12 and 14 bit supportMichael Niedermayer2012-07-103-9/+55
* | h264dsp: 12 and 14 bit supportMichael Niedermayer2012-07-101-0/+14
* | h264pred: 12 and 14 bit supportMichael Niedermayer2012-07-101-0/+14
* | h264idct: 12 and 14 bit supportMichael Niedermayer2012-07-101-0/+8
* | h264: limit 10bpp MC pading trick to 10bppMichael Niedermayer2012-07-101-3/+3
* | dsputil: extend things to 12 and 14 bitsMichael Niedermayer2012-07-103-9/+53
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-096-116/+171
|\ \ | |/
| * mss3: use standard zigzag tableKostya Shishkov2012-07-091-12/+2
| * mss3: split DSP functions that are used in MTS2(MSS4) into separate fileKostya Shishkov2012-07-094-92/+163
| * motion-test: do not use getopt()Anton Khirnov2012-07-091-9/+3
| * libx264: support aspect ratio switchingJULIAN GARDNER2012-07-091-0/+6
* | mpeg12: switch to av_assertMichael Niedermayer2012-07-091-10/+7
* | mpeg12enc: switch to av_assertMichael Niedermayer2012-07-091-7/+7
OpenPOWER on IntegriCloud