23503 Commits (0965be00fe20e30912b3f51a32a3e435e9996f3e)

Author SHA1 Message Date
Joseph Artsimovich 4a6bd34637 Handle an invalid extra mpeg2 picture header following a frame-encoded picture. 12 years ago
Paul B Mahol 6c7d1608dd sgidec: use unchecked bytestream2 functions where it makes sense 12 years ago
Paul B Mahol 5a232e5078 exr: use bytestream functions in pxr24_uncompress() 12 years ago
Michael Niedermayer 1d178710b4 libvpxenc: dont redundantly zero fields, the whole context is zeroed on init 12 years ago
Pascal Massimino 3c3a8c1489 libvpxenc: add psnr support 12 years ago
Diego Biurrun e8c52271c4 Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm." 12 years ago
Paul B Mahol 33240dfa9a exr: pxr24 decompression 12 years ago
Paul B Mahol 9f3c90a366 exr: fix error message when pixel type is not set 12 years ago
Paul B Mahol 4751c6c270 exr: s/bits_per_color_id/pixel_type 12 years ago
Paul B Mahol a71926a548 exr: track channels properties 12 years ago
Nicolas George bf63a474ca lavc/exr: use size_t instead of int for sizes. 12 years ago
Michael Niedermayer c4735eef03 loco: silence warning: decoded may be used uninitialized in this function 12 years ago
Luca Barbato 9d4da474f5 lls: move to the private namespace 12 years ago
Martin Storsjö 86611ff123 pnm: Use av_pix_fmt_desc_get instead of accessing the array directly 12 years ago
Clément Bœsch 7b2d50f81e build: make iconv build configurable. 12 years ago
Nicolas George 13811b19d6 lavc/libopusenc: report an error if global_quality is set. 12 years ago
Paul B Mahol 9774145fe5 exr: simplify decompression path 12 years ago
Michael Niedermayer 5c924c9b7d dv: Correctly identify CDVC profile 12 years ago
Michael Niedermayer 0dcecf45d8 avcodec: mbd has a range of 0..2 12 years ago
Michael Niedermayer 1672624ddc mpegvideo_enc: fix gray flag with 444 jpeg 12 years ago
Diego Biurrun ebc701993f x86: dsputil: Drop some unused function #defines 12 years ago
Diego Biurrun 845cfc92f9 x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxext 12 years ago
Diego Biurrun 096cc11ec1 x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c 12 years ago
Martin Storsjö 31a23a0dc6 x86: dsputil_mmx: Remove leftover inline assembly fragments 12 years ago
Michael Niedermayer 997a36238f mpeg12: Detect MXF essence stuff at the end of frames 12 years ago
Michael Niedermayer c6d3b3be15 aacsbr: Silence warning: max_qmf_subbands may be used uninitialized in this function 12 years ago
Michael Niedermayer f6fff8e546 ac3enc_template: silence may be used uninitialized in this function warnings 12 years ago
Michael Niedermayer 5bcb379ffe motion-test: fix warning: dsp_mask is deprecated 12 years ago
Michael Niedermayer bfcc21a472 libavcodec/motion-test: set the bitexact flag 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Diego Biurrun 76b19a3984 Fix a number of incorrect intmath.h #includes. 12 years ago
Justin Ruggles e951b6d94c vorbisdec: cosmetics: rename variable avccontext to avctx 12 years ago
Justin Ruggles 699d02b839 libschroedinger: cosmetics: rename variable avccontext to avctx 12 years ago
Justin Ruggles 09031b4639 vorbisenc: cosmetics: rename variable avccontext to avctx 12 years ago
slhck bfcc38ef48 libvpx: check if CQ level is in correct bounds 12 years ago
slhck 188947c32a libvpx: allow 0 as min quantizer value 12 years ago
Luca Barbato 23bd9ef4b2 vorbisdec: Accept 0 amplitude_bits 12 years ago
Luca Barbato 5b47c19bfd vorbisdec: Add missing checks 12 years ago
Luca Barbato fc386f2eea vorbisdec: cosmetics 12 years ago
Michael Niedermayer 11dcecfcca vorbisdec: Error on bark_map_size equal to 0. 12 years ago
Stefano Sabatini 5085b46496 lavc: change type of AVFrame.channels field from int64_t to int 12 years ago
Reimar Döffinger c65eb7907c mpeg12: Fix non-hwaccel VDPAU decode. 12 years ago
Diego Biurrun 3d035d5a6a dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation 12 years ago
Paul B Mahol 7b12554c5a exr: make sure that data_size is not bigger than expected 12 years ago
Paul B Mahol 74a78bfe6c exr: simplify filling channel_buffer[] 12 years ago
Paul B Mahol 645f96f129 exr: check color channel subsampling too 12 years ago
Paul B Mahol 1a08758e7c exr: slice threading 12 years ago
Michael Niedermayer 5ecf8189c6 pnm: use av_pix_fmt_desc_get() 12 years ago
Michael Niedermayer 33796645dc loco: check the last plane too 12 years ago
Nicolas George ccc7bcc4fc lavc: check return values consistency when decoding subtitles. 12 years ago