48777 Commits (868ac91c8dbe1df8efa17a141fad0b02a144a7d6)
 

Author SHA1 Message Date
Paul B Mahol 868ac91c8d frmdec: do not abuse ff_codec_get_id() 12 years ago
Michael Niedermayer db1ba2213f lavf: use avpriv_find_pix_fmt instead of ff_ 12 years ago
Michael Niedermayer 43d6ac53f2 lavc: ff_find_pix_fmt ->avpriv 12 years ago
Michael Niedermayer dae382b5b2 Merge remote-tracking branch 'qatar/master' 12 years ago
Michael Niedermayer 15daa8f9dd Merge commit 'f61272f0efd80da437570aad2c40e00f9d3f4fe6' 12 years ago
Michael Niedermayer e730c3a2cb Merge commit '54cb096ee4558b3bfc28c2fcd6418ce82dc39fe1' 12 years ago
Michael Niedermayer dda2d29748 Merge commit 'c44784c9bb9d0ddf5d39d0dfa640816a57b8f457' 12 years ago
Diego Biurrun f89466ad6f Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU. 12 years ago
Luca Barbato f61272f0ef ratecontrol: K&R cosmetic formatting 12 years ago
Rémi Denis-Courmont 169fb94f0f pixfmt: add picture format for VDPAU 12 years ago
Stefano Sabatini 4a0d1b2159 doc/protocols: improve wording of a sentence in http docs 12 years ago
Stefano Sabatini 0edb440282 doc/ffserver: remove painfully outdated "What do I need?" section 12 years ago
Stefano Sabatini df018207f9 doc/ffserver: remove paragraph in the introductory blurb 12 years ago
Stefano Sabatini cab85051c0 doc/ffserver: rework introducing paragraphs of the "description" chapter 12 years ago
Stefano Sabatini 0a7cd74043 doc/protocols: document http protocol options 12 years ago
Stefano Sabatini 255ec768da lavf/http: fix/extend option descriptions 12 years ago
Michael Niedermayer d9226b3717 mpegvideo: dont leave stale pointers in next/last picture 12 years ago
Michael Niedermayer cc548ea7a6 vc1dec: ensure cbpcy_vlc has been set before decoding a frame. 12 years ago
Michael Niedermayer 68329388bb fate: try to fix dirac 12 years ago
Michael Niedermayer b53adef07b h264: reset first_field when current_picture_ptr is reset 12 years ago
Martin Storsjö f6804c3e1b rtpdec: Remove a useless todo comment 12 years ago
Martin Storsjö 54cb096ee4 rtsp: Remove an outdated comment 12 years ago
Martin Storsjö 3900d53fb1 rtsp: Remove references to weirdly named variables in other files 12 years ago
Martin Storsjö c44784c9bb rtp: Rename a static variable to normal naming conventions 12 years ago
Martin Storsjö 58b5971881 rtp: Cosmetic cleanup 12 years ago
Clément Bœsch f8bab2f87e fate: add dirac decoding test (main profile). 12 years ago
Michael Niedermayer 969e75eb80 mjpegdec: Fix out of array read in unescaping code 12 years ago
Michael Niedermayer e5e422bcc3 mxfdec: Fix integer overflow with many channels 12 years ago
Michael Niedermayer 8d06be6b8c wavpack: check pointer to avoid overreading input buffer 12 years ago
Michael Niedermayer 85a4dbeb9c ra144enc: fix two "may be used uninitialized in this function" warnings 12 years ago
Michael Niedermayer 2e230cf1b5 au: switch to ff_pcm_read_packet() again, after the merge 12 years ago
Michael Niedermayer f137d5763d Merge remote-tracking branch 'qatar/master' 12 years ago
Michael Niedermayer 6fc0648932 Merge commit '7b8c5b263bc680eff5710bee5994de39d47fc15e' 12 years ago
Michael Niedermayer 8bfc8d88be Merge commit 'ec86ba57312745fd7ad9771e3121e79c6aacba30' 12 years ago
Paul B Mahol 3ac85bebd5 lavf: remove nonexistent symbols 12 years ago
Marcin Juszkiewicz d11cb13b0e configure: enable pic for shared libs on AArch64 12 years ago
Luca Barbato c1d1ef4ecd zmbv: Reset the decoder on keyframe errors 12 years ago
Vladimir Pantelic 7b8c5b263b vc1dec: prevent a crash due missing pred_flag parameter 12 years ago
Michael Niedermayer 23318a5735 error_concealment: Check that the picture is not in a half setup state. 12 years ago
Michael Niedermayer 8b47058c61 ass_split: fix out of array access in ass_split() 12 years ago
Michael Niedermayer 97b1ba696b ass_split: fix out of array access 12 years ago
Michael Niedermayer 2c16bf2de0 vorbisdec: Check bark_map_size. 12 years ago
Dale Curtis ae3d416369 matroska: Fix use after free 12 years ago
Nicolas George 7e5c5fa5fc lavfi/vf_overlay: check that filter_frame does not return EAGAIN. 12 years ago
Michael Niedermayer a74548521b swr: check that allocation of in/out_convert succeeded 12 years ago
Ronald Bultje ec86ba5731 vp3: Fix double free in vp3_decode_end() 12 years ago
Michael Niedermayer e5a736261b swr: Use a temporary buffer for dither/Noise shaping when the input is read only 12 years ago
Michael Niedermayer 2eec98125e swr: mark noise data for noise shaping as const 12 years ago
Michael Niedermayer 558aa6cab7 swr: add seperate in/out pointers to the noise shaping code 12 years ago
Michael Niedermayer fca51256d4 swr: rename dither_pos to noise_pos 12 years ago