| Commit message (Expand) | Author | Age | Files | Lines |
* | Move AC3 header parsing code together with the rest of the AC3 parsing code. | Diego Biurrun | 2007-04-15 | 1 | -1/+50 |
* | timestamps generation improvement when parsing avi | Joakim Plate | 2007-04-13 | 1 | -0/+3 |
* | typos/grammar | Diego Biurrun | 2007-04-07 | 1 | -1/+1 |
* | set pict_type to I type during init so parsers which dont set it get all i fr... | Michael Niedermayer | 2007-03-26 | 1 | -0/+1 |
* | hardcode ff_ac3_frame_sizes table | Justin Ruggles | 2007-03-18 | 1 | -1/+0 |
* | Give context to dprintf | Michel Bardiaux | 2007-03-12 | 1 | -2/+2 |
* | move AC-3 header parsing to ac3.c | Justin Ruggles | 2007-03-11 | 1 | -29/+12 |
* | remove redundancy in AC-3 parser by using common tables from ac3tab.h | Justin Ruggles | 2007-03-11 | 1 | -62/+10 |
* | fix parsing of RealAudio AC-3/DolbyNet | Justin Ruggles | 2007-02-09 | 1 | -5/+6 |
* | fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com % | Ian Caulfield | 2007-01-24 | 1 | -22/+22 |
* | Allows the AC3 parser to read the frame size and codec parameters from E-AC3 ... | Ian Caulfield | 2007-01-24 | 1 | -5/+46 |
* | minor doc fix | Michael Niedermayer | 2006-12-18 | 1 | -1/+2 |
* | move all cavs-parsing to cavs.c | Stefan Gehrer | 2006-11-12 | 1 | -36/+0 |
* | make mpeg4video_split public as ff_mpeg4video_split | Stefan Gehrer | 2006-11-12 | 1 | -3/+3 |
* | move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo... | Baptiste Coudurier | 2006-11-06 | 1 | -192/+4 |
* | use AVRational and ff_frame_rate_tab for frame_rate | Baptiste Coudurier | 2006-11-05 | 1 | -30/+8 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -1/+1 |
* | dont set the sampling rate just because 1 mp3 packet header says so (fixes pl... | Michael Niedermayer | 2006-10-30 | 1 | -4/+3 |
* | doxy | Michael Niedermayer | 2006-10-11 | 1 | -2/+23 |
* | 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 | -1/+1 |
* | dont copy frame if the whole mp1/2/3 frame is available in one piece in the i... | Michael Niedermayer | 2006-08-26 | 1 | -6/+15 |
* | make some tables const | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | --enable/disable parsers. Warning: some combinations are broken. | Måns Rullgård | 2006-07-09 | 1 | -8/+33 |
* | Fix compilation with --disable-decoders. | Emiliano Parasassi | 2006-07-07 | 1 | -0/+4 |
* | AVBitStreamFilter (some thingy which can modify the bitstream like add or rem... | Michael Niedermayer | 2006-07-06 | 1 | -0/+1 |
* | CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) | Michael Niedermayer | 2006-07-03 | 1 | -0/+33 |
* | The AAC frame header uses 13 bits for the frame size, so the buffer should | Måns Rullgård | 2006-06-16 | 1 | -1/+1 |
* | use get_bits1/skip_bits[1] in ac3 and aac parsers | Måns Rullgård | 2006-02-10 | 1 | -21/+21 |
* | adts aac parser | Måns Rullgård | 2006-02-08 | 1 | -9/+90 |
* | faster find_startcode() | Michael Niedermayer | 2006-02-04 | 1 | -23/+2 |
* | output last ac3 frame and simplify | Michael Niedermayer | 2006-02-02 | 1 | -13/+12 |
* | Remove all stray tabs and trailing whitespace, this time for good. | Diego Biurrun | 2006-01-24 | 1 | -43/+43 |
* | native ac3 parser | Måns Rullgård | 2006-01-21 | 1 | -26/+96 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -51/+51 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -34/+34 |
* | Kill some compiler warnings. Compiled code verified identical after changes. | Måns Rullgård | 2005-09-06 | 1 | -1/+2 |
* | Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u... | Michael Niedermayer | 2005-08-26 | 1 | -0/+9 |
* | parse pict_type for streams in avi | Michael Niedermayer | 2005-08-15 | 1 | -13/+23 |
* | off by 1 error bugfix | Michael Niedermayer | 2005-06-29 | 1 | -4/+8 |
* | support changing in bitstream global headers into extradata style and back | Michael Niedermayer | 2005-06-27 | 1 | -1/+63 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -5/+6 |
* | 10l typo | Michael Niedermayer | 2005-03-17 | 1 | -1/+1 |
* | mpeg-es bitrate parsing | Michael Niedermayer | 2005-03-05 | 1 | -2/+5 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -0/+1 |
* | 10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to supp... | Michael Niedermayer | 2005-02-01 | 1 | -0/+3 |
* | 10000l vbr mp3 fix | Michael Niedermayer | 2005-01-31 | 1 | -1/+1 |
* | require a few valid and equal mp3 headers for resync | Michael Niedermayer | 2005-01-29 | 1 | -3/+16 |
* | fix timestamp prediction for low_delay mpeg streams | Michael Niedermayer | 2004-12-14 | 1 | -0/+1 |