26788 Commits (247a8fa70f9d7f1cf47ff28c10b4569ff9c4c6a9)

Author SHA1 Message Date
Vittorio Giovara 09cb75cdeb libx264: set frame packing information when relevant information is found 11 years ago
Vittorio Giovara 5b10ef729f h264: parse frame packing arrangement SEI messages and save relevant stereo3d information 11 years ago
anatoly 2fade10cb0 Add support for picture_ptr field in MJpegDecodeContext 11 years ago
Diego Biurrun d64341e498 configure: Prefix libc-related variables with "libc_" 11 years ago
Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 11 years ago
Anton Khirnov d4f1188d1a dv: use AVFrame API properly 11 years ago
John Stebbins c9ca220ef2 ac3dec: make drc_scale exponentially 11 years ago
Anton Khirnov 37a749012a lavc: rework handling of refcounted_frames=0 11 years ago
Anton Khirnov a1ee164869 lavc/decode_video(): always unref the frame if there is no output in decode_video 11 years ago
Anton Khirnov 85f947aefb lavc: remove a pointless check in decode_audio4() 11 years ago
Anton Khirnov d4f0f2d1e8 lavc: use buf[0] instead of data[0] as the indicator of an allocated frame 11 years ago
Anton Khirnov e5419709f5 lavc: remove the extended_data workarounds. 11 years ago
Anton Khirnov d351ef47d0 pthread_frame: use the AVFrame API properly. 11 years ago
Anton Khirnov b605b123ef mxpegdec: use the AVFrame API properly. 11 years ago
Anton Khirnov afa21a12bf p*menc: use the AVFrame API properly. 11 years ago
Anton Khirnov e2274aa555 mjpegdec: use the AVFrame API properly. 11 years ago
Michael Niedermayer b07da13ac0 avcodec/ffv1enc: support forcing experimental 1.4 version 11 years ago
Michael Niedermayer 7854d2d251 avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCT 11 years ago
Diego Biurrun 4958f35a2e dsputil: Move apply_window_int16 to ac3dsp 11 years ago
Michael Niedermayer 6faf426470 avcodec/mpeg4video: fix 2 more incorrectly associated comments 11 years ago
James Almer ae330070ee libvpxenc: token_parts is VP8 specific 11 years ago
Guillaume Martres 9aa053cede libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0 11 years ago
Ronald S. Bultje 92436e8ad9 vp9: implement top/left half (4x4) sub-8x8-IDCT. 11 years ago
Ronald S. Bultje b2045c44a9 vp9: split pre-load of 11585x2 out of 1d idct macro. 11 years ago
Ronald S. Bultje f9a0d4c6e0 vp9: minor refactorings in idct ssse3 assembly. 11 years ago
Ronald S. Bultje 8729964b99 vp9: split x86 assembly in two files. 11 years ago
Michael Niedermayer b6a9719941 dcadec: Decode LFE to avoid adding random data when downmixing with LFE 11 years ago
Michael Niedermayer 90539cea33 avcodec/error_resilience: check that er is supported before attempting to read the status of the previous slice 11 years ago
Michael Niedermayer afb18c5578 avcodec/error_resilience: factor er_supported() check out 11 years ago
Michael Niedermayer 976fc5911c avcodec/qdm2: move static init to normal init to avoid initializing tables that might never be used 11 years ago
Michael Niedermayer 133fbfc781 do O(1) instead of O(n) atomic operations in register functions 11 years ago
Michael Niedermayer 2b215f3939 mjpeg/ljpegenc: factor ff_mjpeg_init_hvsample() out 11 years ago
Michael Niedermayer 535af2c222 avcodec/mpegvideo_enc/frame_end(): remove unused variable 11 years ago
Michael Niedermayer 9a0d719b10 avcodec/mjpegenc/ff_mjpeg_escape_FF: remove unused variable 11 years ago
Michael Niedermayer 0ebdf8d9ec avcodec/mjpegenc: fix and use lossless flag in ff_mjpeg_encode_picture_header() 11 years ago
Michael Niedermayer d756b2b530 avcodec/ljpegenc: Dont use ff_mjpeg_encode_stuffing() 11 years ago
Michael Niedermayer 978ae13f23 avcodec/mjpegenc: move end padding/alignment to ff_mjpeg_escape_FF() 11 years ago
Michael Niedermayer 9fcd58ab26 avcodec/mjpegenc: make escape_FF() non static 11 years ago
Michael Niedermayer f2d8e3c031 avcodec/ljpegenc: fix mem allocation failure return code encode_picture_lossless() 11 years ago
Michael Niedermayer b6e7834ac6 avcodec/mpegvideo_enc: fix linesizes in frame_end() 11 years ago
Justin Ruggles d085f80fa1 webp: add a special case for a huffman table with only 1 symbol 11 years ago
Justin Ruggles f51e3a1971 webp: do not call av_frame_free() on the user-provided frame 11 years ago
James Almer 56572787ae Add Windows resource file support for shared libraries 11 years ago
Michael Niedermayer 6005ab3e0e avcodec/mjpegenc: use av_log2_16bit() in encode_block() 11 years ago
Anton Khirnov b73a8922d8 ljpegenc: split yuv encoding into a separate function 11 years ago
Anton Khirnov fa4476815d ljpegenc: split bgr encoding into a separate function 11 years ago
Anton Khirnov daffed3b17 ljpegenc: accept bgr24 instead of bgra 11 years ago
Anton Khirnov 0cdbc4d393 ljpegenc: rename the encoding function. 11 years ago
Anton Khirnov 72c0b8f724 ljpeg: remove a commented-out line 11 years ago
Anton Khirnov 24abd806ea ljpegenc: deMpegEncContextize 11 years ago