| Commit message (Expand) | Author | Age | Files | Lines |
* | Guess picture type from picture coding extension when the main header is dama... | Michael Niedermayer | 2008-09-28 | 1 | -4/+26 |
* | Rename error_resilience to error_recognition. | Michael Niedermayer | 2008-09-08 | 1 | -4/+4 |
* | Ignore the spec, and calculate aspect ratio on width/height. | Michael Niedermayer | 2008-09-03 | 1 | -1/+3 |
* | simplify mpeg12 avctx->pix_fmt set | Baptiste Coudurier | 2008-08-26 | 1 | -7/+4 |
* | Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs. | Diego Biurrun | 2008-08-20 | 1 | -2/+2 |
* | cosmetics: comment spelling/grammar fixes | Diego Biurrun | 2008-08-20 | 1 | -57/+56 |
* | Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately. | Diego Biurrun | 2008-08-19 | 1 | -32/+2 |
* | Mark init_vlcs function as av_cold. | Diego Biurrun | 2008-08-19 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -4/+4 |
* | print correct mpeg-2 broken_link value, and print closed_gop | Baptiste Coudurier | 2008-06-02 | 1 | -3/+4 |
* | Change init_2d_vlc_rl() to not use *alloc_static(). | Michael Niedermayer | 2008-05-30 | 1 | -8/+14 |
* | Remove constant argument. | Michael Niedermayer | 2008-05-30 | 1 | -7/+4 |
* | Switch to INIT_VLC_USE_NEW_STATIC. | Michael Niedermayer | 2008-05-30 | 1 | -14/+14 |
* | Do not reject odd width/height. | Michael Niedermayer | 2008-05-25 | 1 | -2/+1 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -4/+4 |
* | Add some long names to AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -0/+4 |
* | Decode stuff from extradata as well. | Michael Niedermayer | 2008-04-03 | 1 | -0/+3 |
* | Factorize code a little. | Michael Niedermayer | 2008-04-03 | 1 | -8/+18 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | Use correct t printf modifier for pointer differences. | Diego Biurrun | 2008-03-14 | 1 | -1/+1 |
* | log aspect ratio forbidden value, and fail if error resilience is high | Baptiste Coudurier | 2008-03-14 | 1 | -0/+5 |
* | do not fail badly if aspect ratio is 0/forbidden, fix issue 369 | Baptiste Coudurier | 2008-03-13 | 1 | -2/+0 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -19/+19 |
* | Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2 | Michael Niedermayer | 2008-02-20 | 1 | -16/+30 |
* | Reduce the number of senselessly scanned bytes. | Michael Niedermayer | 2008-02-19 | 1 | -1/+1 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | Drop non key frames before the first key frame. | Michael Niedermayer | 2008-01-05 | 1 | -1/+3 |
* | Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 | Stefan Lucke | 2007-10-13 | 1 | -1/+1 |
* | Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader. | Michael Niedermayer | 2007-08-04 | 1 | -1/+32 |
* | output last frame if seq end code is encountered | Michael Niedermayer | 2007-08-02 | 1 | -1/+5 |
* | simplify s->mv_dir init | Michael Niedermayer | 2007-08-02 | 1 | -6/+1 |
* | exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, | Michael Niedermayer | 2007-08-01 | 1 | -5/+5 |
* | exchange if() and for() in the MT_FIELD case | Michael Niedermayer | 2007-08-01 | 1 | -7/+12 |
* | exchange for() and if() order in the MT_FRAME case | Michael Niedermayer | 2007-08-01 | 1 | -9/+14 |
* | change | Michael Niedermayer | 2007-08-01 | 1 | -59/+66 |
* | merge another 2 if() to save a few cpu cycles | Michael Niedermayer | 2007-08-01 | 1 | -4/+1 |
* | reorder if() so that the condition can be simplified | Michael Niedermayer | 2007-08-01 | 1 | -4/+4 |
* | merge/simplify 2 if() | Michael Niedermayer | 2007-08-01 | 1 | -6/+2 |
* | merge 2 if() | Michael Niedermayer | 2007-08-01 | 1 | -11/+8 |
* | move some code which was executed for every skipped MB so it is only executed | Michael Niedermayer | 2007-07-31 | 1 | -25/+30 |
* | get rid of a useless variable | Michael Niedermayer | 2007-07-31 | 1 | -5/+1 |
* | avoid 2 additions (1 cpu cycle) per MB | Michael Niedermayer | 2007-07-31 | 1 | -2/+2 |
* | chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time se... | Michael Niedermayer | 2007-07-31 | 1 | -1/+0 |
* | add proper ff_ prefix to new extern symbols | Aurelien Jacobs | 2007-07-05 | 1 | -30/+30 |
* | split mpeg12 encoder out of mpeg12.c | Aurelien Jacobs | 2007-07-05 | 1 | -921/+6 |
* | get rid of one unneeded #ifdef HAVE_XVMC | Michael Niedermayer | 2007-06-22 | 1 | -2/+0 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -5/+5 |
* | move imx_dump_header bitstream filter in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -31/+0 |
* | allow to enable or disable every bitstream filters individually | Jason Millard | 2007-05-12 | 1 | -0/+2 |