| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ffmpeg-mt fixme in h264. | Michael Niedermayer | 2011-04-06 | 1 | -5/+0 |
* | Dont be so picky on decoding pps in extradata. | Michael Niedermayer | 2011-04-03 | 1 | -1/+1 |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-03 | 1 | -4/+18 |
|\ |
|
| * | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -4/+18 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | h264: define FF_PROFILE_H264_HIGH_444 to the correct value | Janne Grunau | 2011-02-08 | 1 | -0/+1 |
| * | h264: add profile names for the existing defines | Anssi Hannula | 2011-02-01 | 1 | -0/+17 |
| * | h264: Add Intra and Constrained Baseline profiles to avctx.profile | Janne Grunau | 2011-02-01 | 1 | -1/+28 |
| * | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje | 2011-01-28 | 1 | -3/+3 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
| * | Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h | Diego Elio Pettenò | 2011-01-25 | 1 | -1/+0 |
| * | Make ff_h264_decode_rbsp_trailing static to h264.c | Diego Elio Pettenò | 2011-01-25 | 1 | -1/+5 |
| * | Reindent. | Ronald S. Bultje | 2011-01-22 | 1 | -4/+4 |
| * | Fix crash on resolution change (issue 2393). | Ronald S. Bultje | 2011-01-22 | 1 | -4/+6 |
| * | Remove H.264 encoder fragments | Alex Converse | 2011-01-22 | 1 | -1/+1 |
| * | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. | Ronald S. Bultje | 2011-01-20 | 1 | -6/+91 |
* | | H264: fix slice end error detection | Michael Niedermayer | 2011-04-02 | 1 | -1/+2 |
* | | h264: change a few comments into error messages | Michael Niedermayer | 2011-04-02 | 1 | -7/+17 |
* | | h264: permit h264 decoder to be compiled when svq3 decoder is disabled | Peter Ross | 2011-03-30 | 1 | -4/+16 |
* | | Fake-Merge remote-tracking branch 'ffmpeg-mt/master' | Michael Niedermayer | 2011-03-22 | 1 | -166/+520 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | h264: define FF_PROFILE_H264_HIGH_444 to the correct value | Janne Grunau | 2011-02-09 | 1 | -0/+1 |
* | | h264: add profile names for the existing defines | Anssi Hannula | 2011-02-02 | 1 | -0/+17 |
* | | h264: Add Intra and Constrained Baseline profiles to avctx.profile | Janne Grunau | 2011-02-02 | 1 | -1/+28 |
* | | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje | 2011-01-30 | 1 | -3/+3 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -2/+2 |
* | | Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+0 |
* | | Make ff_h264_decode_rbsp_trailing static to h264.c | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+5 |
* | | Reindent. | Ronald S. Bultje | 2011-01-23 | 1 | -4/+4 |
* | | Fix crash on resolution change (issue 2393). | Ronald S. Bultje | 2011-01-23 | 1 | -4/+6 |
* | | Remove H.264 encoder fragments | Alex Converse | 2011-01-23 | 1 | -1/+1 |
* | | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. | Ronald S. Bultje | 2011-01-21 | 1 | -6/+91 |
|/ |
|
* | H.264/SVQ3: make chroma DC work the same way as luma DC | Jason Garrett-Glaser | 2011-01-15 | 1 | -91/+6 |
* | Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients. | Jason Garrett-Glaser | 2011-01-15 | 1 | -1/+1 |
* | H.264: Remove useless arg to chroma_dc_dequant_idct_c | Jason Garrett-Glaser | 2011-01-14 | 1 | -5/+5 |
* | Fix SVQ3 | Jason Garrett-Glaser | 2011-01-14 | 1 | -9/+11 |
* | Reindent after r26337. | Jason Garrett-Glaser | 2011-01-14 | 1 | -11/+11 |
* | H.264: switch to x264-style tracking of luma/chroma DC NNZ | Jason Garrett-Glaser | 2011-01-14 | 1 | -2/+6 |
* | H.264: split luma dc idct out and implement MMX/SSE2 versions | Jason Garrett-Glaser | 2011-01-14 | 1 | -42/+8 |
* | H.264: eliminate non-transposed scantable support. | Jason Garrett-Glaser | 2011-01-14 | 1 | -24/+10 |
* | H.264: fix grayscale decoding with explicit wpred | Jason Garrett-Glaser | 2011-01-10 | 1 | -1/+2 |
* | SVQ3: Allow decoding if thread_count is > 1 | Alexander Strange | 2010-12-15 | 1 | -1/+1 |
* | In h264 decoder, fix decoding when nal end sequence is present | Baptiste Coudurier | 2010-11-23 | 1 | -8/+9 |
* | H.264 decode: support cropping up to 28 pixels in interlaced mode. | Reimar Döffinger | 2010-11-03 | 1 | -1/+1 |
* | Do not assume PIX_FMT_YUV420P will remain the only supported output format fo... | Carl Eugen Hoyos | 2010-10-05 | 1 | -1/+1 |
* | Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ... | Michael Niedermayer | 2010-10-05 | 1 | -2/+2 |
* | Try to fix crashes introduced by r25218 | Jason Garrett-Glaser | 2010-09-28 | 1 | -5/+10 |
* | Improve error concealment of lost frames | Jason Garrett-Glaser | 2010-09-27 | 1 | -0/+12 |
* | Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from | Ronald S. Bultje | 2010-09-14 | 1 | -8/+3 |