summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* support SVQ1 in AVI files, just for funMike Melanson2004-05-07
| | | | Originally committed as revision 3112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbr audio fixMichael Niedermayer2004-05-06
| | | | Originally committed as revision 3111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* match latest specMichael Niedermayer2004-05-02
| | | | | | 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-27
| | | | Originally committed as revision 3084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export pts if availableMichael Niedermayer2004-04-27
| | | | Originally committed as revision 3081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NULL pointers ...Michael Niedermayer2004-04-27
| | | | Originally committed as revision 3080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg SVCD compatibility, SCR fixes, standard complianceHauke Duden2004-04-26
| | | | | | | | | | | | | | | | | | | - 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-25
| | | | 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-24
| | | | | | 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-24
| | | | 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-24
| | | | 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-23
| | | | Originally committed as revision 3046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various fixesMichael Niedermayer2004-04-18
| | | | Originally committed as revision 3031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-04-17
| | | | | | 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-13
| | | | | | 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-12
| | | | | | at 2BSD dot COM>) Originally committed as revision 3009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store correct ptsMichael Niedermayer2004-04-12
| | | | Originally committed as revision 3008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bit-exactMichael Niedermayer2004-04-12
| | | | 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-12
| | | | Originally committed as revision 3006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-04-12
| | | | Originally committed as revision 3005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavformat/mov.c fails with gcc 2.95.3 patch by ("Steven M. Schultz" <sms ↵Steven M. Schultz2004-04-12
| | | | | | at 2BSD dot COM>) Originally committed as revision 3004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer2004-04-12
| | | | Originally committed as revision 3003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* codec tag for FLVMichael Niedermayer2004-04-11
| | | | Originally committed as revision 3002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4xm codec tagMichael Niedermayer2004-04-11
| | | | Originally committed as revision 3001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some tag for mpeg2, so looking MPEG2VIDEO up worksMichael Niedermayer2004-04-11
| | | | Originally committed as revision 2999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid seeking to the end, as it confuses some crappy codeMichael Niedermayer2004-04-11
| | | | Originally committed as revision 2996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set codec_tagMichael Niedermayer2004-04-10
| | | | Originally committed as revision 2995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefix globalMichael Niedermayer2004-04-10
| | | | Originally committed as revision 2994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch courtesy of Todd Kirby:Mike Melanson2004-04-10
| | | | | | | | | | * Fixes a small memory leak in read_rle_sgi() * Remove temp buffer in read_rle_sgi(). Write rle data directly to image buffer. * Adds sanity check to read_rle_sgi() to insure decoded rle data row equals image width. Originally committed as revision 2993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing keyframe prediction and checksum thresholdMichael Niedermayer2004-04-09
| | | | Originally committed as revision 2991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas ↵Thomas Raivio2004-04-09
| | | | | | Raivio" <tjraivio at cc dot hut dot fi>) Originally committed as revision 2984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>)Steven M. Schultz2004-04-09
| | | | Originally committed as revision 2983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fourcc & language code v->vb typeMichael Niedermayer2004-04-08
| | | | | | | | | some minor cleanups some bugfixes seeking to type 1 and 2 frames (no index needed) timestamp/position cache so seeking without an index is fast Originally committed as revision 2980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont reduce the min_distance of AVIndexEntryMichael Niedermayer2004-04-07
| | | | Originally committed as revision 2979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for -timestampAlex Beregszaszi2004-04-07
| | | | Originally committed as revision 2978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unknown format charAlex Beregszaszi2004-04-07
| | | | Originally committed as revision 2976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for wider range of codecsAlex Beregszaszi2004-04-07
| | | | Originally committed as revision 2973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (bytes_left() -> url_feof())Michael Niedermayer2004-04-06
| | | | | | | | | 10l (updating LRU delta pts for type 1/2 frames) ensure that checksumming isnt enabled if its not needed search for next startcode and then search backward to the next valid frame if an inconsistancy is detected deal with non-frame startcodes in the middle of the stream Originally committed as revision 2972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * making it possible to specify recording date and time in a streamRoman Shaposhnik2004-04-06
| | | | Originally committed as revision 2971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* search for undamaged headersMichael Niedermayer2004-04-05
| | | | Originally committed as revision 2970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksuming for nut & nice checksum API for libavformatMichael Niedermayer2004-04-05
| | | | Originally committed as revision 2969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* antitimeMichael Niedermayer2004-04-05
| | | | Originally committed as revision 2968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (Titel->Title)Michael Niedermayer2004-04-05
| | | | Originally committed as revision 2967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* info packet read/write & simplifyMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make vorbis default againMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store extradata, vorbis in avi works now, dont expect av sync thoughMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some random id for vorbis so we can do some experiments with vorbis in ↵Michael Niedermayer2004-04-04
| | | | | | various containers, anyone knows if vorbis in WAV/AVI has a official id? Originally committed as revision 2961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* large extradata fixMichael Niedermayer2004-04-04
| | | | | | use 3 pts predictors for vorbis, slightly more efficient Originally committed as revision 2960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move zero size hack from ogg.c to utils.cMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2959 to svn://svn.ffmpeg.org/ffmpeg/trunk