23526 Commits (9ae9ae10f9fe8fc35aa9d03449da69d516d906ed)

Author SHA1 Message Date
Nicolas George 464f94b206 lavc: do not init frame with guessed layout. 12 years ago
Michael Niedermayer aa7d9809c1 h264pred: fix "warning: initialization discards const qualifier from pointer target type" 12 years ago
Michael Niedermayer c09da45ffb dsputil: Fix "warning: initialization discards const qualifier from pointer target type" 12 years ago
Paul B Mahol 1de11a7cab libmp3lame: allow joint stereo to be disabled 12 years ago
Michael Niedermayer 4dd31f88f5 cavs: fix "warning: initialization discards const qualifier from pointer target type" 12 years ago
Michael Niedermayer 4394528d2d cavsdsp: fix "warning: initialization discards const qualifier from pointer target type" 12 years ago
Michael Niedermayer ac126a98e5 dvdec: fix lowres=3 with yuv 4:1:1 12 years ago
Michael Niedermayer 34ea5f418e h264_refs: check for multiple mismatching long term ref assignments 12 years ago
Michael Niedermayer 3d68f5e032 h264_direct: assert the validity of the spatial ref 12 years ago
Michael Niedermayer 285c5f6838 h264: move last_slice_type reset into decode_slice_header 12 years ago
Michael Niedermayer 11c3381ce3 h264: move the default_ref_list_done check down after its inputs have been written 12 years ago
Michael Niedermayer 3f2ce24f59 h264_refs: assert that the references are not deallocated 12 years ago
Michael Niedermayer fbb6741a84 h264_refs: assert that long ref fields have not been inserted multiple times 12 years ago
Michael Niedermayer 746016598d h264: Move slice_table clean out of frame_start 12 years ago
Matt Wolenetz 1d6e618939 vp8: Fix pthread_cond and pthread_mutex leaks 12 years ago
Carl Eugen Hoyos 670bb1c979 Fix compilation with --enable-decoder=webp --disable-decoder=vp8 12 years ago
Paul B Mahol 95c7cad70c lavc: remove empty function 12 years ago
Stefano Sabatini 37fce84e27 lavc/libtheoraenc: clarify comment about global_quality to quality conversion 12 years ago
Matt Wolenetz 65340c976c Fix pthread_cond and pthread_mutex leaks in vp8 12 years ago
Paul B Mahol 1c11ab82d6 paf_video: make code independent of sizeof(AVFrame) 12 years ago
Michael Niedermayer 66e9716a36 aacps: correct opdipd code to match spec 12 years ago
Paul B Mahol a345b7f906 vmdav: use more unchecked bytestream2 variants where it makes sense 12 years ago
Paul B Mahol 67f9bbbb3f noise_bsf: check if allocation failed 12 years ago
Paul B Mahol 8263726c69 lavc: fix typo 12 years ago
Xidorn Quan c7269e3a26 vda_h264_dec: fit the new API 12 years ago
Michael Niedermayer aa28c42534 mjpegdec: check buffer before using it 12 years ago
Michael Niedermayer 6ae03353de mpegvideo: Make the table reallocation more robust. 12 years ago
Michael Niedermayer 3969b4b861 gmc: Always use edge emu 12 years ago
Michael Niedermayer 8fc52a5ef9 wmv2: drop non emu edge mode 12 years ago
Michael Niedermayer 76e6b1eba1 wmv2: Use emu edge mode when the edge is too small 12 years ago
Michael Niedermayer 92002db3eb h264_refs: Check for attempts to assign pictures to short & long. 12 years ago
Alexandra Khirnova 0afcf97e1e vmdav: convert to bytestream2 12 years ago
Michael Niedermayer e234daa518 mlpdec: Fix reading state with 0 bit elements. 12 years ago
Michael Niedermayer 10ece44d09 h264_cavlc: fix assertion failure due to reading too long vlc 12 years ago
Michael Niedermayer a56d963f11 vp3: Check fps validity more completely 12 years ago
Michael Niedermayer c6831e2a70 wavpack: check K, fix assertion failure 12 years ago
Michael Niedermayer e9d3b40052 snow: drop commented out asserts 12 years ago
Martin Storsjö 3891a270f5 msmpeg4: Split decoding related functions to a separate file 12 years ago
Diego Biurrun e557584aa7 mpeg12: Move Mpeg1Context declaration to the only place it is used 12 years ago
Diego Biurrun 1b6d66745a Split MPEG-1/2 decoder code off from MPEG-1/2 common code 12 years ago
Diego Biurrun eee2000b41 mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place 12 years ago
Diego Biurrun b6649ab503 cosmetics: Remove unnecessary extern keywords from function declarations 12 years ago
Diego Biurrun 1db6a080bd dca: Move ff_dca_convert_bitstream() to the DCA common code 12 years ago
Janne Grunau b247253929 vdpau: wrap codec specific functions in appropiate #ifs 12 years ago
Janne Grunau 757d85868b vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabled 12 years ago
Michael Niedermayer 46c48d546d mpegvideo: fix null pointer dereference on switching streams 12 years ago
Janne Grunau 05fa79b844 hwaccel: fix use with frame based multithreading 12 years ago
Janne Grunau c24469e812 utils: add workaround for AVHWAccel in ff_get_buffer compat code 12 years ago
Michael Niedermayer 7b3ca7ae8b mpegvideo/h264: drop period_since_free 12 years ago
Martin Storsjö a2acadd058 x86: vc1dsp: Fix indentation 12 years ago