summaryrefslogtreecommitdiff
path: root/libavformat/mpeg.c
Commit message (Expand)AuthorAgeFilesLines
...
* add an enum for need_parsingAurelien Jacobs2007-04-151-1/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-1/+1
* Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name sepe...Michael Niedermayer2007-02-061-5/+46
* simplifyMichael Niedermayer2007-01-171-7/+4
* simplify pts/dts readingMichael Niedermayer2007-01-171-11/+11
* cosmeticMichael Niedermayer2007-01-171-1/+1
* reduce len checks, simplifies codeMichael Niedermayer2007-01-171-14/+2
* seperate redo (we dont handle this possibly valid packet) fromMichael Niedermayer2007-01-171-11/+14
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-3/+3
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-2/+2
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-211-24/+19
* add support for information in CDXA formatAllan Sandfeld Jensen2006-08-291-0/+18
* fix probing of 02-Penguin.flacMichael Niedermayer2006-08-191-4/+10
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-30/+24
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-23/+23
* attempt to detect Chinese AVS videoMåns Rullgård2006-07-031-1/+8
* detect audio-only program streams and broken files made by VDRMåns Rullgård2006-06-291-9/+9
* detect MPEG PES streams as MPEG PS; the PS demuxer will copeMåns Rullgård2006-06-281-1/+4
* allow packets with non-zero PES_scrambling_controlMåns Rullgård2006-06-191-0/+2
* add size to AVIndexMichael Niedermayer2006-03-011-1/+1
* mpeg-ps probe 2nd tryMichael Niedermayer2006-02-111-1/+5
* replace probe() by one similar to MPEG-ESMichael Niedermayer2006-02-081-21/+10
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-87/+87
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-6/+6
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-20/+20
* add support for muxing subtitles in mpeg-psAurelien Jacobs2005-06-151-6/+19
* DVD subtitle parsing - show mpeg component IDs by defaultFabrice Bellard2005-06-031-0/+4
* fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>)Joakim Plate2005-05-201-2/+2
* PSM support in MPEG-PS demuxer.Måns Rullgård2005-03-281-3/+85
* more fine grained discarding of packetsMichael Niedermayer2005-03-171-1/+1
* keyframe & non keyframe index fixesMichael Niedermayer2005-03-131-1/+1
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-0/+6
* -target dvd minimum vobu length patch by ("Chris" [chris garveycocker com])Chriss2005-02-091-1/+3
* support discarding uninterresting packetsMichael Niedermayer2005-01-221-2/+4
* common.h -> common.h/bitstream.hMichael Niedermayer2004-12-291-0/+1
* This patch takes into account that fifo_realloc may adjust fifo.wptrChriss2004-12-051-1/+2
* fifo_realloc()Michael Niedermayer2004-12-011-6/+2
* DVDNav4 patch by ("Chris" <chris at garveycocker d0t com>)Chriss2004-11-231-1/+66
* parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and ...Michael Niedermayer2004-11-211-28/+103
* user setable preload and max_mux_delayMichael Niedermayer2004-10-161-13/+9
* do not randomize unknown timestampsMichael Niedermayer2004-10-071-5/+5
* user selectable packet_size and mux_rateMichael Niedermayer2004-10-061-11/+15
* AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul Curtis...Paul Curtis2004-10-031-2/+18
* initial dts fixMichael Niedermayer2004-10-031-13/+0
* remove wrong 33bit truncation of internal timestampsMichael Niedermayer2004-10-031-8/+10
* pts/dts 100l fixMichael Niedermayer2004-10-031-4/+13