26767 Commits (2a5fb0b13e218e6864825f8ff4ea7c6be21fb50b)

Author SHA1 Message Date
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
Anton Khirnov 86eb2eaac6 mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc() 11 years ago
Anton Khirnov 3360ad9955 mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer() 11 years ago
Anton Khirnov 058d5f2feb mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header() 11 years ago
Anton Khirnov 6d70639c7d mjpegenc: do not pass MpegEncContext to jpeg_table_header() 11 years ago
Anton Khirnov e1eaaec765 mjpegenc: remove commented out never-to-be-finished WIP cruft 11 years ago
Anton Khirnov ff506c75b7 mjpegenc: do not pass MpegEncContext to put_huffman_table() 11 years ago
Anton Khirnov a1ba1f20b3 mjpegenc: cosmetics, reformat jpeg_put_comments() 11 years ago
Anton Khirnov 0812f5a40a mjpegenc: write the JFIF header if the sample aspect ratio is set 11 years ago
Anton Khirnov 66499f34b5 mpegvideo: do not set current_picture_ptr in decoders 11 years ago
Anton Khirnov ac1fc92ea4 vc1dec: move setting repeat_pict after frame_start() has been called. 11 years ago
Anton Khirnov 282c6a1a0e mpegvideo: make ff_release_unused_pictures() static 11 years ago
Anton Khirnov c99307caee mpegvideo: make frame_size_alloc() static. 11 years ago
Anton Khirnov 0b0a7a751d mpegvideo: move encode-only parts of common_end() to encode_end() 11 years ago
Anton Khirnov d0d111d059 mpegvideo: remove commented out cruft from ff_MPV_frame_end() 11 years ago
Anton Khirnov 381a722562 mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separate function 11 years ago
Anton Khirnov b7254288d2 mpegvideo: do not update last_non_b_pict_type in update_thread_context() 11 years ago