38974 Commits (3867f3718ba82ff11d3e24c6d84beb520d0b174f)
 

Author SHA1 Message Date
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
d s f0b234ab9e avformat: AviSynth demuxer rewrite 11 years ago
Diego Biurrun 19c20a0a1a configure: Move adding of compat objects out of libc detection 11 years ago
Diego Biurrun 4958f35a2e dsputil: Move apply_window_int16 to ac3dsp 11 years ago
Diego Biurrun 120797e2ef configure: Separate MinGW32 and MinGW64 libc handling 11 years ago
Guillaume Martres 9aa053cede libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0 11 years ago
Michael Niedermayer b6a9719941 dcadec: Decode LFE to avoid adding random data when downmixing with LFE 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
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 58a868968d FATE: drop the last partial frame in the wmv8-drm test 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
Anton Khirnov 1f8eb69079 mpegvideo: move encoding-only initialization from common_init() to encode_init() 11 years ago
Anton Khirnov bedf952bb8 mpegvideo: move setting encoding-only vars from common_defaults() to encode_defaults() 11 years ago
Anton Khirnov 2cab011f0f mpegvideo: don't copy input_picture_number in update_thread_context() 11 years ago
Anton Khirnov ff7ffe4809 mpeg4videodec: move showed_packed_warning from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov f7d228676c mpeg4videodec: move intra_dc_threshold from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov a097f0049b mpeg12dec: move first_slice from MpegEncContext to Mpeg1Context 11 years ago
Anton Khirnov ff300e435e mpegvideo: remove an unused variable 11 years ago
Anton Khirnov e41ff4210a mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContext 11 years ago
Diego Biurrun 3d7c84747d x86: Initialize mmxext after amd3dnow optimizations 11 years ago
Diego Biurrun bd8b6185f6 configure: Detect msvcrt libc with a CPP check instead of a link check 11 years ago
Diego Biurrun 5ec4673281 configure: Add detected C library and host compiler to informative output 11 years ago
Anton Khirnov c255f0b001 avconv: initialize hwaccel_pix_fmt 11 years ago
Anton Khirnov 089fac77a6 alsa-audio-dec: explicitly cast the delay to a signed int64 11 years ago
Diego Biurrun 97d19c2fec dv: Split off DV video encoder into its own file 11 years ago
Diego Biurrun 21710ea821 dv: Move DV VLC data tables out of header file 11 years ago
Diego Biurrun 5a9fcc7d25 build: Add rule for building host-specific object files 11 years ago
Diego Biurrun ad47771024 build: Add shorthand for HOSTCC compile macro 11 years ago