25443 Commits (63139f62f35944b9abd42505bf13a740676978e9)

Author SHA1 Message Date
Martin Storsjö fdbd924b84 rv34: Fix a memory leak on errors 12 years ago
Martin Storsjö 5372cda671 rv10: Validate the dimensions set from the container 12 years ago
Alex Converse 1914e6f010 aacdec: Add support for LD (Low Delay) AAC 12 years ago
Alex Converse 5cdefc0207 aacdec: Add support for Error Resilience syntax. 12 years ago
Justin Ruggles c4bfa09807 Add a WebP decoder 12 years ago
Justin Ruggles 9ae53c5860 lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_t 12 years ago
Michael Niedermayer 2dd38a1d48 avcodec/jpeg2000dec: move "missing SIZ" check up 12 years ago
Martin Storsjö c77d409bf9 twinvqdec: Check the ibps parameter separately 12 years ago
John Stebbins 8411baf6f0 dca_parser: Handle changes in DCA frame size 12 years ago
Derek Buitenhuis fcb069af8f lavc: Don't export ff_vdpau_vc1_decode_picture 12 years ago
Martin Storsjö 18a245a2ae jpeg2000dec: Add more checks when parsing headers 12 years ago
Martin Storsjö ede42109e7 x86: Add an xmm clobbering wrapper for avcodec_encode_video2 12 years ago
Martin Storsjö b1db33159f ffv1: Make sure at least one slice context is initialized 12 years ago
Martin Storsjö ea78a348d8 eacmv: Make sure a reference frame exists before referencing it 12 years ago
Martin Storsjö c39f7eba01 truemotion2: Use av_freep properly in an error path 12 years ago
Martin Storsjö f875a732e3 mpeg4videodec: Check the width/height in mpeg4_decode_sprite_trajectory 12 years ago
Martin Storsjö a92538b7c0 ivi_common: Make sure color planes have been initialized 12 years ago
Martin Storsjö 711c970168 rv34: Check the return value from ff_rv34_decode_init 12 years ago
Martin Storsjö e1f3847f86 mace: Make sure that the channel count is set to a valid value 12 years ago
Martin Storsjö 1115689d54 svq3: Check for any negative return value from ff_h264_check_intra_pred_mode 12 years ago
Michael Niedermayer 7129935ed2 avcodec/mjpegdec: Fix ljpeg RCT 12 years ago
Martin Storsjö 1daea5232f x86: Add an xmm clobbering wrapper for avcodec_encode_video2 12 years ago
Vittorio Giovara 187105ff8a Fix references to deleted avcodec_encode_video() function 12 years ago
Martin Storsjö 85e8192b85 avpacket: Fix error checking in packet_alloc 12 years ago
Martin Storsjö 6fc8226e29 vp3: Check the framerate for validity 12 years ago
Martin Storsjö ac9d159015 proresdec: Properly make sure an index doesn't run past the limit 12 years ago
Martin Storsjö e90a6846c2 cavsdec: Make sure a sequence header has been decoded before decoding pictures 12 years ago
Michael Niedermayer 7fb2622456 avcodec/mjpegdec: rgba64 ljpeg support 12 years ago
Michael Niedermayer 1e4e0bd907 avcodec/mjpegdec: change error return value to be outside the 16bit range 12 years ago
Michael Niedermayer b4a5fcb998 avcodec/mjpegdec: Fix rgb48 ljpeg 12 years ago
Clément Bœsch 04427182bc avcodec: typo fix sepera* → separa* 12 years ago
Michael Niedermayer 4f1a17b1a9 avcodec/c93: force dimensions to the correct value instead of depending on the demuxer to do so 12 years ago
Hendrik Leppkes a06a5b78e2 mathops/x86: work around inline asm miscompilation with GCC 4.8.1 12 years ago
Michael Niedermayer 821a5938d1 avcodec/g2meet: Fix order of align and pixel size multiplication. 12 years ago
Michael Niedermayer e428632c1a avcodec/jpeg2000dec: print invalid cdx/y values 12 years ago
Michael Niedermayer 529540759f avcodec/simple_idct_template: adjust coeffs for 12bit idct 12 years ago
Piotr Bandurski 1a3d142f1f avcodec/bfi: check for malloc failure 12 years ago
Piotr Bandurski bb5e7d3b5a avcodec/mationpixels: free memory after malloc failures 12 years ago
Paul B Mahol 8134edf3eb avcodec/cdxl: use av_freep() 12 years ago
Piotr Bandurski 8728360b56 avcodec/mationpixels: check for malloc failures 12 years ago
Michael Niedermayer 108b91c3fe avcodec/mpeg12dec: clear mpeg_enc_ctx_allocated when contexts are deallocated 12 years ago
Michael Niedermayer 6c07e41f43 avcodec/mjpegdec: check for malloc failure of blocks[] and last_nnz[] 12 years ago
Paul B Mahol 23bd0335af avcodec/g2meet: remove redundant log message 12 years ago
Paul B Mahol 3dcd3e08f6 avcodec/proresdec2: remove duplicated tables 12 years ago
Christian Schmidt aca25104ea pcm-dvd: Minor leftovers 12 years ago
Christian Schmidt d9cdb7d8d6 pcm-dvd: Support channel configuration changes 12 years ago
Paul B Mahol 1b99514dfd avcodec/smacker: use init_get_bits8() 12 years ago
Michael Niedermayer 16837f9846 avcodec/aacenc: use enum for aac coder. 12 years ago
Timothy Gu 5748e24950 aacenc: use constants to set AAC coder 12 years ago
Timothy Gu 4bd910d83d aacenc: add AAC_CODER_(FAAC|ANMR|etc.) macros 12 years ago