aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
* fix first timestamp when decoding mpeg-psMichael Niedermayer2004-06-301-1/+8
| | | | Originally committed as revision 3274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2004-06-251-221/+24
| | | | Originally committed as revision 3252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg with ffplay fixMichael Niedermayer2004-06-241-2/+0
| | | | Originally committed as revision 3247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush audio encoder buffers at the endMichael Niedermayer2004-06-221-0/+4
| | | | | | fix vorbis in nut again Originally committed as revision 3244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000lMichael Niedermayer2004-06-201-2/+2
| | | | Originally committed as revision 3241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cvs diff before cvs commitMike Melanson2004-06-193-80/+1
| | | | Originally committed as revision 3240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-1935-160/+240
| | | | 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-181-0/+1
| | | | 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-171-1/+1
| | | | Originally committed as revision 3227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass timestamps correctly for -sync 0Michael Niedermayer2004-06-151-2/+17
| | | | | | 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-141-0/+10
| | | | | | max short startcode distance Originally committed as revision 3223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user specified start time offsetWolfram Gloger2004-06-111-3/+8
| | | | | | | | 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-101-0/+2
| | | | 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-091-1/+1
| | | | Originally committed as revision 3209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playback of http://www.zonque.org/test-long.psMichael Niedermayer2004-05-311-14/+39
| | | | | | 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-301-0/+29
| | | | | | dot be>) Originally committed as revision 3176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-05-301-0/+3
| | | | Originally committed as revision 3174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip subtitle streams instead of perishingMichael Niedermayer2004-05-301-2/+10
| | | | Originally committed as revision 3173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly interleave packets during encodingMichael Niedermayer2004-05-295-100/+150
| | | | | | | 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-291-2/+9
| | | | Originally committed as revision 3169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-2926-144/+209
| | | | | | | | | | 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-251-9/+9
| | | | | | cfht dot hawaii dot edu>) Originally committed as revision 3158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (avi seeking)Michael Niedermayer2004-05-242-3/+2
| | | | Originally committed as revision 3155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (AVStream.duration)Michael Niedermayer2004-05-241-2/+5
| | | | Originally committed as revision 3154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cur_dts in native timebaseMichael Niedermayer2004-05-233-84/+37
| | | | 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-238-152/+71
| | | | | | | | 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-2126-124/+100
| | | | Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bytestream tracing supportMichael Niedermayer2004-05-201-115/+217
| | | | | | | | 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-181-1/+3
| | | | Originally committed as revision 3139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2004-05-131-2/+2
| | | | Originally committed as revision 3135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support SVQ1 in AVI files, just for funMike Melanson2004-05-071-0/+1
| | | | Originally committed as revision 3112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbr audio fixMichael Niedermayer2004-05-061-7/+11
| | | | Originally committed as revision 3111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* match latest specMichael Niedermayer2004-05-021-269/+191
| | | | | | seeking to startcode-less frames Originally committed as revision 3102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix rounding errors with NTSC patch by (Luca Abeni <lucabe72 at email dot it>)Luca Abeni2004-04-271-7/+6
| | | | Originally committed as revision 3084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export pts if availableMichael Niedermayer2004-04-271-0/+4
| | | | Originally committed as revision 3081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NULL pointers ...Michael Niedermayer2004-04-271-0/+5
| | | | Originally committed as revision 3080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg SVCD compatibility, SCR fixes, standard complianceHauke Duden2004-04-261-26/+138
| | | | | | | | | | | | | | | | | | | - fixed VBR+constrained bitstream header flags for non-VCD - more sane (and SVCD compatible) value for video stream->max_buffer_size - always write at least one PES header stuffing byte for MPEG-2 to prevent accidental start code generation - do not write more than 16 stuffing bytes in a PES header (not allowed). Use padding packets instead. - include a PES extension in the first MPEG-2 packet - fill the first pack of SVCD files with padding - "sanity hack" that prevents the SCR from overtaking the PTS for non-VCD - fixed VCD PTS values to correspond to the SCR - always include DTS in the first SVCD packet (fixes lots of compatibility problems with DVD players) patch by (Hauke Duden <H.NS.Duden at gmx dot net>) Originally committed as revision 3078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ring buffer fix by (Luca Abeni <lucabe72 at email dot it>)Michael Niedermayer2004-04-251-8/+13
| | | | Originally committed as revision 3067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ↵James Morrison2004-04-241-0/+4
| | | | | | ca>) Originally committed as revision 3057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-241-1/+1
| | | | Originally committed as revision 3054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-242-2/+1
| | | | Originally committed as revision 3053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>)Dmitry Borisov2004-04-231-0/+3
| | | | Originally committed as revision 3046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various fixesMichael Niedermayer2004-04-181-9/+26
| | | | Originally committed as revision 3031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-04-172-151/+116
| | | | | | fix streamcopy Originally committed as revision 3026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot ↵Wolfram Gloger2004-04-131-1/+1
| | | | | | uni-muenchen dot de>) Originally committed as revision 3011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms ↵Steven M. Schultz2004-04-121-0/+1
| | | | | | at 2BSD dot COM>) Originally committed as revision 3009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store correct ptsMichael Niedermayer2004-04-121-0/+2
| | | | Originally committed as revision 3008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bit-exactMichael Niedermayer2004-04-122-2/+5
| | | | Originally committed as revision 3007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* distclean by ("Steven M. Schultz" <sms at 2BSD dot COM>)Michael Niedermayer2004-04-121-1/+1
| | | | Originally committed as revision 3006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-04-121-0/+1
| | | | Originally committed as revision 3005 to svn://svn.ffmpeg.org/ffmpeg/trunk