summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Improve QTRLE encoding performance, no change to output file size/content.Malcolm Bechard2013-02-221-21/+61
* exr: shorter channel buffer namesPaul B Mahol2013-02-221-21/+21
* exr: remove superfluous checkPaul B Mahol2013-02-221-2/+0
* exr: cosmetics: reindentPaul B Mahol2013-02-221-89/+89
* exr: check if line offset table is complete only once per framePaul B Mahol2013-02-221-2/+5
* exr: support more line ordersPaul B Mahol2013-02-221-5/+11
* exr: fix overflow check in lineoffset processingPaul B Mahol2013-02-221-21/+22
* exr: merge multiple if () blocksPaul B Mahol2013-02-221-20/+5
* exr: check version tooPaul B Mahol2013-02-221-3/+9
* aac: reconfigure output on popMichael Niedermayer2013-02-221-0/+6
* aacdec: dont pop random configurationsMichael Niedermayer2013-02-221-1/+0
* dxva2: move _WIN32_WINNT handling to public headerMichael Niedermayer2013-02-222-8/+7
* libavcodec/mips/aacsbr_mips: fix ;;Michael Niedermayer2013-02-211-1/+1
* mips: optimization for float aac decoder (ps module)Mirjana Vulin2013-02-214-1/+464
* mips: optimization for float aac decoder (sbr module)Mirjana Vulin2013-02-2110-9/+2111
* Fix Win64 AVX h264_deblock by not using redzone on Win64Matt Wolenetz2013-02-211-0/+8
* h264: ensure that get_format() is called when changing format but not otherwise.Michael Niedermayer2013-02-211-5/+5
* avcodec_decode_audio4: check got_frame_ptr before handling initial skipMichael Niedermayer2013-02-211-1/+1
* h264: move next/last picture init to decode_slice_headerMichael Niedermayer2013-02-211-2/+5
* ec: check that reference pictures have matching parameters before using them.Michael Niedermayer2013-02-211-0/+16
* h264: check that luma and chroma depth matchMichael Niedermayer2013-02-211-1/+1
* exr: constify s in rle_uncompress()Paul B Mahol2013-02-211-1/+1
* exr: reset compression in decode_frame()Paul B Mahol2013-02-211-2/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-212-1/+5
|\
| * dxva2: Add missing #define to make header compile standaloneDiego Biurrun2013-02-201-1/+1
| * arm: vp8: Add missing #includes for header to compile standaloneDiego Biurrun2013-02-201-0/+4
* | brender_pix: use a grayscale palette as fallback instead of a uninitialized one.Michael Niedermayer2013-02-211-0/+8
* | mjpegdec: check for packed rgb mjpeg.Michael Niedermayer2013-02-211-4/+9
* | Fix bits_per_coded_sample when encoding png with frame-level multithreading.Carl Eugen Hoyos2013-02-201-5/+17
* | h264: Fix handling of changing reference counts between slicesMichael Niedermayer2013-02-202-1/+6
* | h264: call alloc_scratch_buffers() only once linesize is knownMichael Niedermayer2013-02-201-17/+9
* | Merge commit '8a11ce43d08352f7a290355ebb5b29c495ad9609'Michael Niedermayer2013-02-201-6/+6
|\ \ | |/
| * h264: Get rid of unnecessary castsMartin Storsjö2013-02-201-6/+6
| * h264/svq3: Stop using draw_edgesRonald S. Bultje2013-02-193-44/+14
| * h264: Don't store intra pcm samples in h->mbRonald S. Bultje2013-02-194-23/+21
| * get_bits: Return pointer to buffer that is the result of the alignmentRonald S. Bultje2013-02-191-1/+2
* | Merge commit '2ed008204d5467be03a0a3af1e293b2f7038d0a0'Michael Niedermayer2013-02-202-3/+2
|\ \ | |/
| * h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-198-53/+120
| * h264chroma: Remove duplicate 9/10 bit functionsRonald S. Bultje2013-02-192-17/+7
| * vp56: Remove clear_blocks call, and clear alpha plane U/V DC onlyRonald S. Bultje2013-02-191-2/+5
* | cinepak: More correct Cinepak decoder.u-bo1b@0w.se2013-02-201-4/+7
* | cinepak: simplifyMichael Niedermayer2013-02-201-13/+7
* | cinepak: Use correct colorspace.u-bo1b@0w.se2013-02-201-109/+114
* | avcodec_align_dimensions2: Ensure cinepak has large enough buffers.Michael Niedermayer2013-02-201-1/+8
* | cook: check js_subband_start for validityMichael Niedermayer2013-02-201-0/+5
* | shorten: Fix signedness of comparissionMichael Niedermayer2013-02-191-2/+2
* | vc1dec: dont decode slices when the slice header failed to decode.Michael Niedermayer2013-02-191-2/+6
* | tiff: check bppcountMichael Niedermayer2013-02-191-0/+5
* | bmp: check available space when reading paletteMichael Niedermayer2013-02-191-0/+4
* | h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje2013-02-1913-77/+209
OpenPOWER on IntegriCloud