summaryrefslogtreecommitdiff
path: root/libavformat/mpeg.c
Commit message (Expand)AuthorAge
...
* 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
* mpeg SVCD compatibility, SCR fixes, standard complianceHauke Duden2004-04-26
* Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>)Dmitry Borisov2004-04-23
* moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer2004-04-12
* warning patrolFalk Hüffner2004-03-24
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>)Hauke Duden2004-02-19
* Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>)Michael Niedermayer2004-02-01
* CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)Michael Niedermayer2004-01-17
* seeking stuffMichael Niedermayer2004-01-17
* store searched distance in index, so we dont waste time searching for keyfram...Michael Niedermayer2004-01-17
* caching of timestamps for mpeg-ps so seeking is fasterMichael Niedermayer2004-01-13
* harcoded DTS computation for mpegFabrice Bellard2003-12-18
* primitive LPCM generatorFabrice Bellard2003-12-16