summaryrefslogtreecommitdiff
path: root/libavformat/mpeg.c
Commit message (Expand)AuthorAge
...
* 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
* SCR timestamp fix try #1Michael Niedermayer2004-10-03
* simplify put_padding_packet()Michael Niedermayer2004-10-01
* move free() of AVStream priv data to av_write_trailer()Michael Niedermayer2004-10-01
* 64bit and reading over the end of the array fixesMichael Niedermayer2004-10-01
* do not call (av_)abort()Michael Niedermayer2004-10-01
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-14
* cvs diff before cvs commitMike Melanson2004-06-19
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* ac3 bugfix, bug found by "Ben Cooley" <bcooley at dstreamtech dot com>Michael Niedermayer2004-06-09
* correctly interleave packets during encodingMichael Niedermayer2004-05-29
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* dont add padding in the middle of the data patch by (Sidik Isani <isani at cf...Sidik Isani2004-05-25
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-23