summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)Thomas Raivio2004-04-09
| | | | Originally committed as revision 2986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* require the user to explicitly specifiy --enable-gpl before enabling of gpl ↵Michael Niedermayer2004-04-09
| | | | | | | | parts becomes possible print correct license if --enable-gpl is specified Originally committed as revision 2985 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
* padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)Todd Kirby2004-04-08
| | | | Originally committed as revision 2982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression checksum update for alexs .mov time changeMichael Niedermayer2004-04-08
| | | | | | new nut (de)muxer regression tests Originally committed as revision 2981 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
* fix compilation after michaels anti-time changeAlex Beregszaszi2004-04-07
| | | | Originally committed as revision 2977 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
* conversion to av_logAlex Beregszaszi2004-04-07
| | | | Originally committed as revision 2975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unknown format charsAlex Beregszaszi2004-04-07
| | | | Originally committed as revision 2974 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
* AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet ↵Romain Dolbeau2004-04-06
| | | | | | dot fr>) Originally committed as revision 12131 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* search for undamaged headersMichael Niedermayer2004-04-05
| | | | Originally committed as revision 2970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make gcc happy under hurdAlex Beregszaszi2004-04-05
| | | | Originally committed as revision 12125 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 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
* 10000lMichael Niedermayer2004-04-05
| | | | Originally committed as revision 2966 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
* fix global header passing from demuxer to decoderMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts hack (correct solution would be to pass the pts from the encoder to the ↵Michael Niedermayer2004-04-04
| | | | | | muxer) Originally committed as revision 2957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove function call from muxer->encoder and cleanly pass global headersMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* time & (s)rand is forbiddenMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill obnoxious ogg_packet passing from demuxer to decoderMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove spyware from ogg*.cMichael Niedermayer2004-04-04
| | | | | | fix vorbis in ogg decoding Originally committed as revision 2952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut (de)muxer updateMichael Niedermayer2004-04-03
| | | | | | | | | | | | conform to latest spec remove get/put_s() not needed anymore update_packetheader() fixed (wasnt always working) store/load extradata & aspect ratio memleak fix dont use vorbis by default yet use frame_size from the codec instead of hardcoding it in the source Originally committed as revision 2951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nicer looking arrows for the motion vector vissualizationMichael Niedermayer2004-04-03
| | | | Originally committed as revision 2950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (vismv fix)Michael Niedermayer2004-04-02
| | | | Originally committed as revision 2949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 (0x20201002) supportMichael Niedermayer2004-04-02
| | | | Originally committed as revision 2948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced chroma MC divx-bug workaroundMichael Niedermayer2004-04-02
| | | | Originally committed as revision 2947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skiped mbs in interlaced b frames fixMichael Niedermayer2004-04-02
| | | | Originally committed as revision 2946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gmc segfault fixMichael Niedermayer2004-04-02
| | | | Originally committed as revision 2945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>)Steven M. Schultz2004-04-01
| | | | Originally committed as revision 2944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass frame_size for stream copyMichael Niedermayer2004-04-01
| | | | Originally committed as revision 2943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split stream into valid mp3 frames, at least flv & nut absolutely need this, ↵Michael Niedermayer2004-04-01
| | | | | | but probably most other formats too Originally committed as revision 2942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * .mov files with uncompressed audio can't be correctly processedRoman Shaposhnik2004-03-31
| | | | | | | | | | | because of the sample_size == 1 and MINOLTA hack relying on the information. So in a way, it's a hack of a hack. btw, if somebody knows why in the world even Apple's software thinks that for PCM 16bit sample_size == 1 please let me know. It clearly isn't documented that way. Originally committed as revision 2941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing alignment, 2nd tryMichael Niedermayer2004-03-29
| | | | Originally committed as revision 2940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hmm av_log(..., get_bits());Michael Niedermayer2004-03-28
| | | | Originally committed as revision 2939 to svn://svn.ffmpeg.org/ffmpeg/trunk