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