aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* | svq3: fix decoding residual blocks of b-frames.Ronald S. Bultje2013-02-191-1/+1
* | x86/h263_loopfilter: Fix author attribution after code has been moved/splited...Michael Niedermayer2013-02-191-4/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-193-164/+189
|\|
| * x86: dsputil: Fix h263 loop filter link error in some configurationsDaniel Kang2013-02-183-162/+189
* | Merge commit '7a03145ed7cb4f1ce794b5126559dd6f38029243'Michael Niedermayer2013-02-191-1/+1
|\|
| * x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size paramDaniel Kang2013-02-181-1/+1
| * svq3: unbreak decodingMatti Hamalainen2013-02-181-4/+6
* | tmv: initialize unused pallete entries with 0Paul B Mahol2013-02-191-0/+1
* | h264: put visualization and debug support backMichael Niedermayer2013-02-192-0/+8
* | mpegvideo: make ff_print_debug_info independant of mpegvideoMichael Niedermayer2013-02-192-62/+74
* | split out ff_hwaccel_pixfmt_list_420[] over individual codecs.Ronald S. Bultje2013-02-187-24/+50
* | cdgraphics: set palette to zero tooPaul B Mahol2013-02-181-1/+3
* | lavc/cdxl: clear palette before reading itPaul B Mahol2013-02-181-0/+1
* | x86/dsputil: fix compilation when h263 decoder/encoder are disabled.Ronald S. Bultje2013-02-181-1/+2
* | h264/svq3: stop using draw_edges.Ronald S. Bultje2013-02-183-44/+15