| Commit message (Expand) | Author | Age | Files | Lines |
* | Use enum typers instead of int. | Diego Pettenò | 2008-10-02 | 1 | -1/+3 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -4/+4 |
* | vertical align | Michael Niedermayer | 2008-08-26 | 1 | -5/+5 |
* | Add flag to mark demuxers that can output discontinuous timestamps. | Michael Niedermayer | 2008-08-15 | 1 | -1/+1 |
* | Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which | Michael Niedermayer | 2008-07-12 | 1 | -1/+1 |
* | remove useless close funcs | Baptiste Coudurier | 2008-06-19 | 1 | -6/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Check return of url_fseek in mpeg timestamp reading code. | Joakim Plate | 2008-05-29 | 1 | -1/+3 |
* | support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net | Lars Täuber | 2008-05-21 | 1 | -2/+10 |
* | Support invalid mpeg created by vdr | Michael Niedermayer | 2008-04-29 | 1 | -3/+4 |
* | Ignore flags after pts/dts if there are no bytes left. | Michael Niedermayer | 2008-03-04 | 1 | -0/+4 |
* | Suppress runaway index on streamed input | Michel Bardiaux | 2008-01-14 | 1 | -1/+2 |
* | user specifyable maximum amount of memory to use for the index. | Paul Kelly | 2008-01-13 | 1 | -0/+1 |
* | Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it | Ivo van Poorten | 2008-01-07 | 1 | -11/+6 |
* | use one shift less in get_pts() | Ivo van Poorten | 2008-01-03 | 1 | -1/+1 |
* | Revert r6124, the change was just wrong, other formats than MPEG-PS can be | Allan Sandfeld Jensen | 2007-12-25 | 1 | -16/+0 |
* | make mpeg-ps probe less happy with random data | Michael Niedermayer | 2007-12-03 | 1 | -4/+7 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -42/+42 |
* | Improve Sofdec file detection | Måns Rullgård | 2007-11-08 | 1 | -11/+26 |
* | fix potential buffer over-read | Aurelien Jacobs | 2007-11-08 | 1 | -1/+1 |
* | fix negative fseek | Aurelien Jacobs | 2007-11-08 | 1 | -1/+1 |
* | correctly set audio codec when demuxing sofdec files | Aurelien Jacobs | 2007-11-07 | 1 | -1/+11 |
* | typo | Michael Niedermayer | 2007-11-03 | 1 | -1/+1 |
* | fix misdetection of mp3could_not_find_codec_parameters.mp3 | Michael Niedermayer | 2007-11-03 | 1 | -2/+24 |
* | revert part of r10899 which was not intended | Aurelien Jacobs | 2007-11-01 | 1 | -11/+1 |
* | remove useless initialization to 0 of adx context | Aurelien Jacobs | 2007-11-01 | 1 | -1/+11 |
* | fix misdetection of out.ac3 | Michael Niedermayer | 2007-08-05 | 1 | -1/+1 |
* | //more debug info | Michael Niedermayer | 2007-08-05 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | remove now useless ifdef | Baptiste Coudurier | 2007-06-21 | 1 | -2/+0 |
* | split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute... | Baptiste Coudurier | 2007-06-21 | 1 | -1306/+3 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | Fix loop condition so it can be run through more than once. | Wolfram Gloger | 2007-04-30 | 1 | -2/+3 |
* | more detailed error message for buffer underflow | Wolfram Gloger | 2007-04-30 | 1 | -1/+3 |
* | add an enum for need_parsing | Aurelien Jacobs | 2007-04-15 | 1 | -1/+1 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -2/+0 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -1/+1 |
* | Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name sepe... | Michael Niedermayer | 2007-02-06 | 1 | -5/+46 |
* | simplify | Michael Niedermayer | 2007-01-17 | 1 | -7/+4 |
* | simplify pts/dts reading | Michael Niedermayer | 2007-01-17 | 1 | -11/+11 |
* | cosmetic | Michael Niedermayer | 2007-01-17 | 1 | -1/+1 |
* | reduce len checks, simplifies code | Michael Niedermayer | 2007-01-17 | 1 | -14/+2 |
* | seperate redo (we dont handle this possibly valid packet) from | Michael Niedermayer | 2007-01-17 | 1 | -11/+14 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -3/+3 |
* | replace coder/decoder file description in libavformat by muxer/demuxer | Aurelien Jacobs | 2006-10-23 | 1 | -1/+1 |
* | 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 | -2/+2 |
* | * Moving FifoBuffer out of libavformat/avformat.h and | Roman Shaposhnik | 2006-09-21 | 1 | -24/+19 |
* | add support for information in CDXA format | Allan Sandfeld Jensen | 2006-08-29 | 1 | -0/+18 |
* | fix probing of 02-Penguin.flac | Michael Niedermayer | 2006-08-19 | 1 | -4/+10 |