| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -2/+2 |
* | add state64 field to ParseContext storing last 8 bytes, to be able to check f... | Baptiste Coudurier | 2008-10-23 | 1 | -0/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | small spelling/wording fixes | Diego Biurrun | 2008-06-03 | 1 | -4/+4 |
* | ff_fetch_timestamp() prototype | Michael Niedermayer | 2008-06-03 | 1 | -0/+7 |
* | Fix #endif comment typo. | Diego Biurrun | 2007-10-17 | 1 | -1/+1 |
* | move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c | Aurelien Jacobs | 2007-05-09 | 1 | -3/+0 |
* | move aac and ac3 parsers in their own files | Aurelien Jacobs | 2007-05-08 | 1 | -13/+0 |
* | make some parser parameters const to avoid casting const to non-const | Aurelien Jacobs | 2007-05-07 | 1 | -1/+1 |
* | parser.h uses AVCodecContext so it needs to include avcodec.h | Aurelien Jacobs | 2007-05-05 | 1 | -0/+1 |
* | Move AC3 header parsing code together with the rest of the AC3 parsing code. | Diego Biurrun | 2007-04-15 | 1 | -0/+14 |
* | typos/grammar | Diego Biurrun | 2007-04-07 | 1 | -1/+1 |
* | move all cavs-parsing to cavs.c | Stefan Gehrer | 2006-11-12 | 1 | -3/+0 |
* | make mpeg4video_split public as ff_mpeg4video_split | Stefan Gehrer | 2006-11-12 | 1 | -0/+2 |
* | move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo... | Baptiste Coudurier | 2006-11-06 | 1 | -0/+64 |