| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -30/+24 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -23/+23 |
* | attempt to detect Chinese AVS video | Måns Rullgård | 2006-07-03 | 1 | -1/+8 |
* | detect audio-only program streams and broken files made by VDR | Måns Rullgård | 2006-06-29 | 1 | -9/+9 |
* | detect MPEG PES streams as MPEG PS; the PS demuxer will cope | Måns Rullgård | 2006-06-28 | 1 | -1/+4 |
* | allow packets with non-zero PES_scrambling_control | Måns Rullgård | 2006-06-19 | 1 | -0/+2 |
* | add size to AVIndex | Michael Niedermayer | 2006-03-01 | 1 | -1/+1 |
* | mpeg-ps probe 2nd try | Michael Niedermayer | 2006-02-11 | 1 | -1/+5 |
* | replace probe() by one similar to MPEG-ES | Michael Niedermayer | 2006-02-08 | 1 | -21/+10 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -87/+87 |
* | Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS | Diego Biurrun | 2005-09-23 | 1 | -6/+6 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -20/+20 |
* | add support for muxing subtitles in mpeg-ps | Aurelien Jacobs | 2005-06-15 | 1 | -6/+19 |
* | DVD subtitle parsing - show mpeg component IDs by default | Fabrice Bellard | 2005-06-03 | 1 | -0/+4 |
* | fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>) | Joakim Plate | 2005-05-20 | 1 | -2/+2 |
* | PSM support in MPEG-PS demuxer. | Måns Rullgård | 2005-03-28 | 1 | -3/+85 |
* | more fine grained discarding of packets | Michael Niedermayer | 2005-03-17 | 1 | -1/+1 |
* | keyframe & non keyframe index fixes | Michael Niedermayer | 2005-03-13 | 1 | -1/+1 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -0/+6 |
* | -target dvd minimum vobu length patch by ("Chris" [chris garveycocker com]) | Chriss | 2005-02-09 | 1 | -1/+3 |
* | support discarding uninterresting packets | Michael Niedermayer | 2005-01-22 | 1 | -2/+4 |
* | common.h -> common.h/bitstream.h | Michael Niedermayer | 2004-12-29 | 1 | -0/+1 |
* | This patch takes into account that fifo_realloc may adjust fifo.wptr | Chriss | 2004-12-05 | 1 | -1/+2 |
* | fifo_realloc() | Michael Niedermayer | 2004-12-01 | 1 | -6/+2 |
* | DVDNav4 patch by ("Chris" <chris at garveycocker d0t com>) | Chriss | 2004-11-23 | 1 | -1/+66 |