| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | make some parser parameters const to avoid casting const to non-const | Aurelien Jacobs | 2007-05-07 | 1 | -1/+1 |
* | add a ff_ prefix to the now exported mpeg1_find_frame_end() function | Aurelien Jacobs | 2007-05-05 | 1 | -2/+2 |
* | move mpegvideo_parser in it's own file | Aurelien Jacobs | 2007-05-05 | 1 | -174/+1 |
* | make mpeg decoder handle mid-stream changes in resolution | Heikki Lindholm | 2007-05-02 | 1 | -0/+5 |
* | typos/grammar | Diego Biurrun | 2007-04-07 | 1 | -1/+1 |
* | 10l to whoever wrote this | Michael Niedermayer | 2007-03-14 | 1 | -2/+1 |
* | kill av_mallocz_static() calls in init_rl() | Michael Niedermayer | 2007-03-14 | 1 | -4/+6 |
* | dont malloc() static mv_penalty arrays | Michael Niedermayer | 2007-03-13 | 1 | -3/+1 |
* | Give context to dprintf | Michel Bardiaux | 2007-03-12 | 1 | -28/+28 |
* | fix drop frame timecode flag | Baptiste Coudurier | 2007-03-08 | 1 | -1/+1 |
* | imx dump header bitstream filter, modifies bitstream to fit in mov and be dec... | Baptiste Coudurier | 2007-03-04 | 1 | -0/+30 |
* | dummy support for mpeg2 non linear quant | Baptiste Coudurier | 2007-03-04 | 1 | -8/+18 |
* | fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not... | Michael Niedermayer | 2007-02-09 | 1 | -0/+4 |
* | correctly set profile/level for hd | Baptiste Coudurier | 2007-02-01 | 1 | -5/+22 |
* | fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.o... | Michael Niedermayer | 2007-01-15 | 1 | -0/+4 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -1/+1 |
* | make more tables static | Måns Rullgård | 2006-11-12 | 1 | -4/+4 |
* | typo | Baptiste Coudurier | 2006-11-07 | 1 | -1/+1 |
* | add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag | Baptiste Coudurier | 2006-11-07 | 1 | -4/+16 |
* | rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static | Baptiste Coudurier | 2006-11-06 | 1 | -3/+3 |
* | move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo... | Baptiste Coudurier | 2006-11-06 | 1 | -0/+163 |
* | reindentation, patch by From: Steve Lhomme, slhomme divxcorp com | Steve L'Homme | 2006-11-01 | 1 | -79/+79 |
* | set v_edge_pos correctly for field picture mpeg2 | Michael Niedermayer | 2006-10-24 | 1 | -2/+4 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -4/+4 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -3/+5 |
* | staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch ... | Stefan Gehrer | 2006-07-02 | 1 | -8/+8 |
* | MPEG-2 4:2:2 encoding support | Baptiste Coudurier | 2006-05-16 | 1 | -26/+43 |