| Commit message (Expand) | Author | Age | Files | Lines |
* | h264_sei: name buffering period type consistently | Vittorio Giovara | 2014-02-14 | 1 | -1/+1 |
* | h264: drop outdated comments | Vittorio Giovara | 2014-02-14 | 1 | -5/+1 |
* | h264: store current_sps_id inside the current sps | Vittorio Giovara | 2014-02-14 | 1 | -1/+1 |
* | h264: give numbers to nalus | Vittorio Giovara | 2014-02-08 | 1 | -13/+13 |
* | h264: parse frame packing arrangement SEI messages and save relevant stereo3d... | Vittorio Giovara | 2013-12-09 | 1 | -1/+10 |
* | h264: wait for initial complete frame before outputing frames | John Stebbins | 2013-10-31 | 1 | -0/+21 |
* | lavc: Convert some remaining strides to ptrdiff_t | Ronald S. Bultje | 2013-10-15 | 1 | -3/+3 |
* | h264_parser: Fix POC parsing for the case where MMCO_RESET is present. | Yusuke Nakamura | 2013-10-15 | 1 | -0/+2 |
* | h264_parser: Set field_order and picture_structure. | Yusuke Nakamura | 2013-05-24 | 1 | -0/+1 |
* | h264: fully support cropping. | Anton Khirnov | 2013-04-19 | 1 | -0/+3 |
* | h264: add a parameter to the CHROMA444 macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | h264: add a parameter to the CHROMA422 macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | h264: add a parameter to the CABAC macro. | Anton Khirnov | 2013-03-21 | 1 | -3/+3 |
* | h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | h264: add a parameter to the FIELD_PICTURE macro. | Anton Khirnov | 2013-03-21 | 1 | -3/+3 |
* | h264: add a parameter to the FRAME_MBAFF macro. | Anton Khirnov | 2013-03-21 | 1 | -3/+3 |
* | h264: add a parameter to the MB_FIELD macro. | Anton Khirnov | 2013-03-21 | 1 | -2/+2 |
* | h264: add a parameter to the MB_MBAFF macro. | Anton Khirnov | 2013-03-21 | 1 | -2/+2 |
* | h264: make ff_h264_frame_start static. | Anton Khirnov | 2013-03-21 | 1 | -1/+0 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -5/+8 |
* | Add missing error_resilience includes to files that use ER | Diego Biurrun | 2013-03-07 | 1 | -0/+1 |
* | Remove pointless av_cold attributes in header files | Diego Biurrun | 2013-02-23 | 1 | -3/+3 |
* | h264/svq3: Stop using draw_edges | Ronald S. Bultje | 2013-02-19 | 1 | -3/+0 |
* | h264: Don't store intra pcm samples in h->mb | Ronald S. Bultje | 2013-02-19 | 1 | -0/+1 |
* | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -13/+57 |
* | h264: remove silly macros | Anton Khirnov | 2013-02-06 | 1 | -3/+0 |
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -0/+2 |
* | dsputil: Separate h264 qpel | Mans Rullgard | 2013-01-24 | 1 | -0/+2 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -4/+3 |
* | h264: avoid pointless copying of ref lists | Anton Khirnov | 2013-01-18 | 1 | -1/+1 |
* | h264: fix ff_generate_sliding_window_mmcos() prototype. | Anton Khirnov | 2013-01-14 | 1 | -1/+1 |
* | h264: don't clobber mmco opcode tables for non-first slice headers. | Ronald S. Bultje | 2013-01-14 | 1 | -2/+3 |
* | h264: support frame parameter changes during frame-mt | Janne Grunau | 2012-12-18 | 1 | -0/+2 |
* | h264: increase dist_scale_factor for up to 32 references | Janne Grunau | 2012-12-18 | 1 | -1/+1 |
* | h264: prevent decoding of slice NALs in extradata | Janne Grunau | 2012-12-18 | 1 | -1/+2 |
* | mpegvideo: treat delayed pictures as used | Janne Grunau | 2012-12-13 | 1 | -6/+0 |
* | h264: set parameters from SPS whenever it changes | Janne Grunau | 2012-12-13 | 1 | -0/+2 |
* | h264: add a pointer for weighted prediction temporary buffer | Janne Grunau | 2012-12-07 | 1 | -0/+1 |
* | h264: K&R formatting cosmetics for header files (part I/II) | Diego Biurrun | 2012-05-10 | 1 | -239/+260 |
* | h264: Factorize declaration of mb_sizes array. | Diego Biurrun | 2012-04-05 | 1 | -0/+1 |
* | h264: Make ff_h264_decode_end() static, it is not used externally. | Diego Biurrun | 2012-03-30 | 1 | -1/+0 |
* | h264: disallow constrained intra prediction modes for luma. | Ronald S. Bultje | 2012-02-09 | 1 | -1/+1 |
* | Revert "h264: skip start code search if the size of the nal unit is known" | Janne Grunau | 2011-12-19 | 1 | -4/+1 |
* | h264: skip start code search if the size of the nal unit is known | Janne Grunau | 2011-12-18 | 1 | -1/+4 |
* | error_resilience: use the ER_ namespace | Luca Barbato | 2011-12-13 | 1 | -2/+2 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -2/+2 |
* | h264: fix frame reordering code. | Ronald S. Bultje | 2011-12-03 | 1 | -0/+1 |
* | h264: improve calculation of codec delay. | Ronald S. Bultje | 2011-11-05 | 1 | -0/+1 |
* | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -8/+4 |
* | h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.h | Diego Biurrun | 2011-07-14 | 1 | -418/+0 |