| Commit message (Expand) | Author | Age | Files | Lines |
* | pthread_frame: use the AVFrame API properly. | Anton Khirnov | 2013-12-09 | 1 | -10/+12 |
* | mxpegdec: use the AVFrame API properly. | Anton Khirnov | 2013-12-09 | 1 | -22/+29 |
* | p*menc: use the AVFrame API properly. | Anton Khirnov | 2013-12-09 | 5 | -69/+79 |
* | mjpegdec: use the AVFrame API properly. | Anton Khirnov | 2013-12-09 | 2 | -4/+11 |
* | dsputil: Move apply_window_int16 to ac3dsp | Diego Biurrun | 2013-12-08 | 13 | -116/+86 |
* | libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0 | Guillaume Martres | 2013-12-08 | 5 | -4/+75 |
* | dcadec: Decode LFE to avoid adding random data when downmixing with LFE | Michael Niedermayer | 2013-12-06 | 1 | -1/+1 |
* | webp: add a special case for a huffman table with only 1 symbol | Justin Ruggles | 2013-12-05 | 1 | -1/+17 |
* | webp: do not call av_frame_free() on the user-provided frame | Justin Ruggles | 2013-12-05 | 1 | -6/+2 |
* | ljpegenc: split yuv encoding into a separate function | Anton Khirnov | 2013-12-05 | 1 | -74/+93 |
* | ljpegenc: split bgr encoding into a separate function | Anton Khirnov | 2013-12-05 | 1 | -45/+58 |
* | ljpegenc: accept bgr24 instead of bgra | Anton Khirnov | 2013-12-05 | 2 | -11/+11 |
* | ljpegenc: rename the encoding function. | Anton Khirnov | 2013-12-05 | 1 | -3/+3 |
* | ljpeg: remove a commented-out line | Anton Khirnov | 2013-12-05 | 1 | -1/+0 |
* | ljpegenc: deMpegEncContextize | Anton Khirnov | 2013-12-05 | 3 | -82/+134 |
* | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc() | Anton Khirnov | 2013-12-05 | 3 | -15/+15 |
* | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer() | Anton Khirnov | 2013-12-05 | 4 | -14/+14 |
* | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header() | Anton Khirnov | 2013-12-05 | 4 | -47/+74 |
* | mjpegenc: do not pass MpegEncContext to jpeg_table_header() | Anton Khirnov | 2013-12-05 | 1 | -5/+5 |
* | mjpegenc: remove commented out never-to-be-finished WIP cruft | Anton Khirnov | 2013-12-05 | 1 | -25/+0 |
* | mjpegenc: do not pass MpegEncContext to put_huffman_table() | Anton Khirnov | 2013-12-05 | 1 | -6/+5 |
* | mjpegenc: cosmetics, reformat jpeg_put_comments() | Anton Khirnov | 2013-12-05 | 1 | -15/+14 |
* | mjpegenc: write the JFIF header if the sample aspect ratio is set | Anton Khirnov | 2013-12-05 | 1 | -10/+9 |
* | mpegvideo: do not set current_picture_ptr in decoders | Anton Khirnov | 2013-12-05 | 3 | -25/+0 |
* | vc1dec: move setting repeat_pict after frame_start() has been called. | Anton Khirnov | 2013-12-05 | 1 | -12/+12 |
* | mpegvideo: make ff_release_unused_pictures() static | Anton Khirnov | 2013-12-05 | 2 | -6/+3 |
* | mpegvideo: make frame_size_alloc() static. | Anton Khirnov | 2013-12-05 | 2 | -5/+4 |
* | mpegvideo: move encode-only parts of common_end() to encode_end() | Anton Khirnov | 2013-12-05 | 3 | -22/+24 |
* | mpegvideo: remove commented out cruft from ff_MPV_frame_end() | Anton Khirnov | 2013-12-05 | 1 | -18/+0 |
* | mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat... | Anton Khirnov | 2013-12-05 | 2 | -19/+46 |
* | mpegvideo: do not update last_non_b_pict_type in update_thread_context() | Anton Khirnov | 2013-12-05 | 1 | -4/+0 |
* | mpegvideo: move encoding-only initialization from common_init() to encode_init() | Anton Khirnov | 2013-12-05 | 2 | -31/+26 |
* | mpegvideo: move setting encoding-only vars from common_defaults() to encode_d... | Anton Khirnov | 2013-12-05 | 2 | -3/+3 |
* | mpegvideo: don't copy input_picture_number in update_thread_context() | Anton Khirnov | 2013-12-05 | 1 | -1/+0 |
* | mpeg4videodec: move showed_packed_warning from MpegEncContext to Mpeg4DecContext | Anton Khirnov | 2013-12-05 | 3 | -3/+4 |
* | mpeg4videodec: move intra_dc_threshold from MpegEncContext to Mpeg4DecContext | Anton Khirnov | 2013-12-05 | 4 | -7/+8 |
* | mpeg12dec: move first_slice from MpegEncContext to Mpeg1Context | Anton Khirnov | 2013-12-05 | 2 | -4/+4 |
* | mpegvideo: remove an unused variable | Anton Khirnov | 2013-12-05 | 1 | -1/+0 |
* | mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContext | Anton Khirnov | 2013-12-05 | 3 | -9/+10 |
* | x86: Initialize mmxext after amd3dnow optimizations | Diego Biurrun | 2013-12-04 | 3 | -14/+14 |
* | dv: Split off DV video encoder into its own file | Diego Biurrun | 2013-12-02 | 3 | -669/+700 |
* | dv: Move DV VLC data tables out of header file | Diego Biurrun | 2013-12-02 | 6 | -277/+251 |
* | dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideo | Diego Biurrun | 2013-12-02 | 3 | -8/+8 |
* | dcadec: Add some logging before returning on error | Tim Walker | 2013-11-30 | 1 | -5/+21 |
* | go2meeting: disallow tile dimensions that are not multiple of 16 | Kostya Shishkov | 2013-11-29 | 1 | -1/+2 |
* | mpeg4videodec: move sprite_{shift,traj} from MpegEncContext to Mpeg4DecContext | Anton Khirnov | 2013-11-29 | 4 | -27/+29 |
* | mpeg4videodec: move num_sprite_warping_points from MpegEncContext to Mpeg4Dec... | Anton Khirnov | 2013-11-29 | 4 | -11/+12 |
* | mpeg4videodec: move sprite_brightness_change from MpegEncContext to Mpeg4DecC... | Anton Khirnov | 2013-11-29 | 3 | -3/+3 |
* | mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContext | Anton Khirnov | 2013-11-29 | 3 | -5/+5 |
* | mpeg4videodec: move enhancement_type from MpegEncContext to Mpeg4DecContext | Anton Khirnov | 2013-11-29 | 3 | -3/+3 |