aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* h264 in mpeg-ts fix by (Måns Rullgård <mru at kth dot se>)Michael Niedermayer2004-07-071-1/+1
* compilation of mov.c broken patch by (Michel Bardiaux <mbardiaux at peaktime ...Michel Bardiaux2004-07-061-1/+2
* Seeking in .mov/.mp4 filesGael Chardon2004-07-061-62/+284
* assert(0) -> retunrn -1Michael Niedermayer2004-07-021-34/+42
* The atom 'skip' should be handled by 'mov_read_leaf()', not byCedric Vincent2004-06-301-1/+2
* fix first timestamp when decoding mpeg-psMichael Niedermayer2004-06-301-1/+8
* simplifyMichael Niedermayer2004-06-251-221/+24
* ogg with ffplay fixMichael Niedermayer2004-06-241-2/+0
* flush audio encoder buffers at the endMichael Niedermayer2004-06-221-0/+4
* 1000lMichael Niedermayer2004-06-201-2/+2
* cvs diff before cvs commitMike Melanson2004-06-193-80/+1
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-1935-160/+240
* A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>)Luca Abeni2004-06-181-0/+1
* 10l fix by (Bohdan Horst <nexus at irc dot pl>)Michael Niedermayer2004-06-171-1/+1
* pass timestamps correctly for -sync 0Michael Niedermayer2004-06-151-2/+17
* file id stringMichael Niedermayer2004-06-141-0/+10
* user specified start time offsetWolfram Gloger2004-06-111-3/+8
* more fourccsMichael Niedermayer2004-06-101-0/+2
* ac3 bugfix, bug found by "Ben Cooley" <bcooley at dstreamtech dot com>Michael Niedermayer2004-06-091-1/+1
* fix playback of http://www.zonque.org/test-long.psMichael Niedermayer2004-05-311-14/+39
* h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...Michael Niedermayer2004-05-301-0/+29
* 10lMichael Niedermayer2004-05-301-0/+3
* skip subtitle streams instead of perishingMichael Niedermayer2004-05-301-2/+10
* correctly interleave packets during encodingMichael Niedermayer2004-05-295-100/+150
* exporting keyframe flags, fixes keyframe stuff with streamcopyMichael Niedermayer2004-05-291-2/+9
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-2926-144/+209
* dont add padding in the middle of the data patch by (Sidik Isani <isani at cf...Sidik Isani2004-05-251-9/+9
* 100l (avi seeking)Michael Niedermayer2004-05-242-3/+2
* 100l (AVStream.duration)Michael Niedermayer2004-05-241-2/+5
* cur_dts in native timebaseMichael Niedermayer2004-05-233-84/+37
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-238-152/+71
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-2126-124/+100
* bytestream tracing supportMichael Niedermayer2004-05-201-115/+217
* * IEC DV seems to accept SMPTE way of tagging 16:9 too.Roman Shaposhnik2004-05-181-1/+3
* segfault fixMichael Niedermayer2004-05-131-2/+2
* support SVQ1 in AVI files, just for funMike Melanson2004-05-071-0/+1
* vbr audio fixMichael Niedermayer2004-05-061-7/+11
* match latest specMichael Niedermayer2004-05-021-269/+191
* fix rounding errors with NTSC patch by (Luca Abeni <lucabe72 at email dot it>)Luca Abeni2004-04-271-7/+6
* export pts if availableMichael Niedermayer2004-04-271-0/+4
* NULL pointers ...Michael Niedermayer2004-04-271-0/+5
* mpeg SVCD compatibility, SCR fixes, standard complianceHauke Duden2004-04-261-26/+138
* ring buffer fix by (Luca Abeni <lucabe72 at email dot it>)Michael Niedermayer2004-04-251-8/+13
* vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ...James Morrison2004-04-241-0/+4
* nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-241-1/+1
* cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-242-2/+1
* Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>)Dmitry Borisov2004-04-231-0/+3
* various fixesMichael Niedermayer2004-04-181-9/+26
* cleanupMichael Niedermayer2004-04-172-151/+116
* Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot un...Wolfram Gloger2004-04-131-1/+1