summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* dont be so pickyMichael Niedermayer2004-08-02
| | | | Originally committed as revision 3370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a bug in DV timestamp generation. Now libavtest doesn'tRoman Shaposhnik2004-08-02
| | | | | | depend on a local TZ anymore. Originally committed as revision 3368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a buffer overrun in gif.cRoman Shaposhnik2004-07-28
| | | | Originally committed as revision 3363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2000/00/00 to 2001/03/01 QT fileformat documentation patch by (Sebastien ↵Sebastien Bechet2004-07-28
| | | | | | Bechet <s.bechet at av7 dot net>) Originally committed as revision 3360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC in mov/mp4 patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-07-28
| | | | Originally committed as revision 3359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a small quirk with DV audio muxingRoman Shaposhnik2004-07-27
| | | | | | * making DV testable via libavtest Originally committed as revision 3355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* my experimental wavelet codecMichael Niedermayer2004-07-25
| | | | | | note, this is far from finished, dont expect todays encodings to be decodeable with cvs tomorrow ... Originally committed as revision 3341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>)Michael Niedermayer2004-07-25
| | | | Originally committed as revision 3340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw rgb supportMichael Niedermayer2004-07-21
| | | | Originally committed as revision 3330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 ↵Michael Niedermayer2004-07-17
| | | | | | dot net>) Originally committed as revision 3327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable mov_read_elstMichael Niedermayer2004-07-17
| | | | Originally committed as revision 3326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support single images, remove copy/paste junkMichael Niedermayer2004-07-15
| | | | Originally committed as revision 3320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* image2 / image API cleanup phase-1Michael Niedermayer2004-07-15
| | | | | | with this its possible to encode&decode any video codec to individual (1 file per frame) files Originally committed as revision 3319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-14
| | | | Originally committed as revision 3310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* play more broken filesMichael Niedermayer2004-07-14
| | | | Originally committed as revision 3308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn user if ms style codec tag is usedMichael Niedermayer2004-07-13
| | | | | | remove " " codec tag Originally committed as revision 3307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 in mpeg-ts fix by (Måns Rullgård <mru at kth dot se>)Michael Niedermayer2004-07-07
| | | | Originally committed as revision 3293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compilation of mov.c broken patch by (Michel Bardiaux <mbardiaux at peaktime ↵Michel Bardiaux2004-07-06
| | | | | | dot be>) Originally committed as revision 3292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Seeking in .mov/.mp4 filesGael Chardon2004-07-06
| | | | | | | printf->av_log patch by (Gael Chardon <gael.ffmpeg at 4now dot net>) Originally committed as revision 3290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assert(0) -> retunrn -1Michael Niedermayer2004-07-02
| | | | Originally committed as revision 3285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The atom 'skip' should be handled by 'mov_read_leaf()', not byCedric Vincent2004-06-30
| | | | | | | | 'mov_read_default()'. This atom has the same behaviour than the atom 'free'. patch by (Cedric VINCENT <c-vinc02 at bat710 dot univ-lyon1 dot fr>) the second part of the patch hasnt been applied, but fixed slightly differently Originally committed as revision 3276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix first timestamp when decoding mpeg-psMichael Niedermayer2004-06-30
| | | | Originally committed as revision 3274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2004-06-25
| | | | Originally committed as revision 3252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg with ffplay fixMichael Niedermayer2004-06-24
| | | | Originally committed as revision 3247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush audio encoder buffers at the endMichael Niedermayer2004-06-22
| | | | | | fix vorbis in nut again Originally committed as revision 3244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000lMichael Niedermayer2004-06-20
| | | | Originally committed as revision 3241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cvs diff before cvs commitMike Melanson2004-06-19
| | | | Originally committed as revision 3240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
| | | | Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>)Luca Abeni2004-06-18
| | | | Originally committed as revision 3233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l fix by (Bohdan Horst <nexus at irc dot pl>)Michael Niedermayer2004-06-17
| | | | Originally committed as revision 3227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass timestamps correctly for -sync 0Michael Niedermayer2004-06-15
| | | | | | use zero sized frames in avi to handle duplicate frames Originally committed as revision 3225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* file id stringMichael Niedermayer2004-06-14
| | | | | | max short startcode distance Originally committed as revision 3223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user specified start time offsetWolfram Gloger2004-06-11
| | | | | | | | frame dup/drop info typos patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) Originally committed as revision 3217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fourccsMichael Niedermayer2004-06-10
| | | | Originally committed as revision 3212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3 bugfix, bug found by "Ben Cooley" <bcooley at dstreamtech dot com>Michael Niedermayer2004-06-09
| | | | Originally committed as revision 3209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playback of http://www.zonque.org/test-long.psMichael Niedermayer2004-05-31
| | | | | | better seeking, (not to keyframes but at least to the start of packets ...) Originally committed as revision 3182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac ↵Michael Niedermayer2004-05-30
| | | | | | dot be>) Originally committed as revision 3176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-05-30
| | | | Originally committed as revision 3174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip subtitle streams instead of perishingMichael Niedermayer2004-05-30
| | | | Originally committed as revision 3173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly interleave packets during encodingMichael Niedermayer2004-05-29
| | | | | | | dts/pts fixed for streamcopy dont use coded_frame->key_frame hack in muxers, use AVPacket.flags instead Originally committed as revision 3171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exporting keyframe flags, fixes keyframe stuff with streamcopyMichael Niedermayer2004-05-29
| | | | Originally committed as revision 3169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
| | | | | | | | | | fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont add padding in the middle of the data patch by (Sidik Isani <isani at ↵Sidik Isani2004-05-25
| | | | | | cfht dot hawaii dot edu>) Originally committed as revision 3158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (avi seeking)Michael Niedermayer2004-05-24
| | | | Originally committed as revision 3155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (AVStream.duration)Michael Niedermayer2004-05-24
| | | | Originally committed as revision 3154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cur_dts in native timebaseMichael Niedermayer2004-05-23
| | | | Originally committed as revision 3153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-23
| | | | | | | | set correct timebase for nut merge mpeg-ts seeking with existing seeking code 10l fix in mpegts (27mhz vs. 90khz) Originally committed as revision 3152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bytestream tracing supportMichael Niedermayer2004-05-20
| | | | | | | | sync points removing timestamp lru prediction extendible frame_code / frame_code table Originally committed as revision 3142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * IEC DV seems to accept SMPTE way of tagging 16:9 too.Roman Shaposhnik2004-05-18
| | | | Originally committed as revision 3139 to svn://svn.ffmpeg.org/ffmpeg/trunk