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