Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |