18892 Commits (c047afb80c7373c8533f5aeff6413015a814faaf)

Author SHA1 Message Date
Carl Eugen Hoyos 2f06b56382 Support broken v210 files with 64 byte padding. 13 years ago
Michael Niedermayer 6c0027bb39 dnxhddec: check that the indicated bit depth matches the tables. 13 years ago
Michael Niedermayer 8c59e0c362 xldec: move buffer size check up, it can be done before allocating a frame 13 years ago
Michael Niedermayer 94b42da696 xldec: Check that width is a multiple of 4 13 years ago
Mans Rullgard 95510be8c3 avcodec: remove AVCodecContext.dsp_mask 13 years ago
Michael Niedermayer 5a35bd92ad cook: check subacket count 13 years ago
Jakub Stachowski 93bf1aac6a wmalossless: Ensure that last frame is not written again if nothing was decoded in current packet. 13 years ago
Michael Niedermayer 9849515214 Revert "h264: assembly version of get_cabac for x86_64 with PIC (v4)" 13 years ago
Jan Ekström b5c3f0b994 utvideo: general cosmetics 13 years ago
Roland Scheidegger a812b599b5 h264: assembly version of get_cabac for x86_64 with PIC (v4) 13 years ago
Alex Converse 7eacd70fea aac: Handle HE-AACv2 when sniffing a channel order. 13 years ago
Diego Biurrun f973a85d4a xxan: Remove write-only variable in xan_decode_frame_type0(). 13 years ago
Diego Biurrun b1563d0cf9 ivi_common: Initialize a variable at declaration in ff_ivi_decode_blocks(). 13 years ago
Michael Niedermayer 4a80ebe491 indeo3: Fix reallocation code so that it doesnt become inconsistent. 13 years ago
Justin Ruggles b0e9edc44f avcodec: add a cook parser to get subpacket duration 13 years ago
Michael Niedermayer 2c22701c37 ac3dec: Check number of output channels. 13 years ago
Michael Niedermayer 1df49142ba avsdec: Set dimensions instead of relying on the demuxer. 13 years ago
Michael Niedermayer 044f7275d3 ffv1: add optional per slice CRCs to detect undamaged slices. 13 years ago
Michael Niedermayer b4fc53856d ffv1: move most fields from the frame header to the slice headers with ffv1.3 13 years ago
Michael Niedermayer 9408316a85 ffv1: refactor slice decoding init loop so that the first is less a special case 13 years ago
Michael Niedermayer 8456089f50 ffv1: clear slice state in decode_slice() 13 years ago
Michael Niedermayer c7a435aab2 ffv1: split clear_slice_state() out so individual slices can be cleared. 13 years ago
Michael Niedermayer 32883c0667 ffv1: split init_slice_state() out so individual slices can be inited 13 years ago
Michael Niedermayer d7a4c43f18 ffv1: Add a CRC check to the global header with version 1.3 13 years ago
Michael Niedermayer a9cd12ee2a mlpdec: set channel variables after checking them 13 years ago
Carl Eugen Hoyos ab75ad0116 Make targa-in-mov QuickTime-compatible for more colour-spaces. 13 years ago
Carl Eugen Hoyos b4043ef504 Print unexpected length of flicvideo extradata. 13 years ago
Michael Niedermayer c90b8a7480 h263dec: Check for width/height changes on frame skips too. 13 years ago
Diego Biurrun 2b98377935 dv: Initialize encoder tables during encoder init. 13 years ago
Michael Niedermayer 903ccf71b7 error_concealment: Check that the reference is not NULL 13 years ago
Michael Niedermayer b066046046 error_concealment: make sure mbaff flags are 0 as interlaced is not supported. 13 years ago
Michael Niedermayer b7c2358f62 error_concealment: switch asserts mostly to av_asserts. 13 years ago
Michael Niedermayer 5e59a77cec vc1dec: check that coded slice positions and interlacing match. 13 years ago
Michael Niedermayer df23d64e07 h263dec: always enable picture dimensions reverting check. 13 years ago
Diego Biurrun f2e4465522 dv: Replace some magic numbers by the appropriate #define. 13 years ago
Mohamed Naufal f51b7e52a6 libstagefright: avoid memory leak 13 years ago
Carl Eugen Hoyos dddd06d5b4 Make tiff-in-mov QuickTime-compatible for more colour-spaces. 13 years ago
Mohamed Naufal 2343a99cf2 libstagefright: support more output pixel formats 13 years ago
Mohamed Naufal 1d48e88d41 libstagefright: avoid potential deadlock on output MediaBuffer 13 years ago
Michael Niedermayer a02f8ef1d2 h263dec: Prevent dimension changes from leaking on errors in header parsing. 13 years ago
Mohamed Naufal 7b915a4045 libstagefright: explicitly set positive timestamps as stagefright expects them so 13 years ago
Diego Biurrun 0f53601ac6 ppc: drop unused function dct_quantize_altivec() 13 years ago
Diego Biurrun aa3f2cb584 mpegaudiodec: Do not discard mp_decode_frame() return value. 13 years ago
Michael Niedermayer 601d072e68 diracdec: check xybsep 13 years ago
Michael Niedermayer e531e73a6f indeo: Make sure the to be used vlc table has been initilaized. 13 years ago
Robert Nagy c58290e5e5 Reset pts_correction state on codec flush. 13 years ago
Michael Niedermayer 8201092241 h264: reset current_slice on context reinit 13 years ago
Alexander Bokovikov fc882b6e9c Fix build dependencies for libvo-aac and libopencore-amrnb. 13 years ago
Michael Niedermayer 124eb7e476 aacdec: drop channel reseting code. 13 years ago
Michael Niedermayer aa0f84df5a aacdec: disable new chan_config guessing code from libav. 13 years ago