summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* detect old xvid with fourcc=DIVXMichael Niedermayer2003-09-103-13/+12
| | | | | | remove "this file was encoded with ..." stuff (use debug=4096 if u want to know that) Originally committed as revision 2253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* theres no SVQ1 encoder -> it cant be defaultMichael Niedermayer2003-09-101-1/+1
| | | | Originally committed as revision 2252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect avcodec_open() on an already opened AVCodecContextMichael Niedermayer2003-09-101-0/+3
| | | | Originally committed as revision 2251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TimMike Melanson2003-09-101-1/+1
| | | | Originally committed as revision 2250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov/mp4 muxer cleanup (mostly cosmetics/simplifications & global header fix)Michael Niedermayer2003-09-092-124/+95
| | | | Originally committed as revision 2249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed warningsFabrice Bellard2003-09-095-2/+6
| | | | Originally committed as revision 2248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use const data - began to make code more portableFabrice Bellard2003-09-092-20/+23
| | | | Originally committed as revision 2247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed warningsFabrice Bellard2003-09-093-5/+11
| | | | Originally committed as revision 2246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove warningsFabrice Bellard2003-09-091-1/+1
| | | | Originally committed as revision 2245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegaudio decoder no longer forgets to decoder last audio frameFabrice Bellard2003-09-092-2/+2
| | | | Originally committed as revision 2244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --disable-risky fix by (Luca Abeni <lucabe72 at email dot it>)Michael Niedermayer2003-09-091-3/+6
| | | | Originally committed as revision 2243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak fix by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-09-091-0/+4
| | | | Originally committed as revision 2242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot ↵Michael Niedermayer2003-09-091-1/+2
| | | | | | bitfreak dot net>) Originally committed as revision 2241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-094-18/+28
| | | | Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* show stream info with -statsFabrice Bellard2003-09-081-0/+17
| | | | Originally committed as revision 2239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)Fabrice Bellard2003-09-082-0/+7
| | | | Originally committed as revision 2238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ID3 parsing and generation in MP3 formatFabrice Bellard2003-09-085-82/+409
| | | | Originally committed as revision 2237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed localtime_r.hFabrice Bellard2003-09-081-1/+0
| | | | Originally committed as revision 2236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed strptime testFabrice Bellard2003-09-081-18/+0
| | | | Originally committed as revision 2235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed ctype.hFabrice Bellard2003-09-081-1/+0
| | | | Originally committed as revision 2234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* header fixes - removed MPEG-4 b frame limtation in helpFabrice Bellard2003-09-081-4/+1
| | | | Originally committed as revision 2233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-0810-21/+21
| | | | Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absoleteFabrice Bellard2003-09-081-5/+7
| | | | Originally committed as revision 2231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed os_support.hFabrice Bellard2003-09-081-2/+0
| | | | Originally committed as revision 2230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC3 noteFabrice Bellard2003-09-081-0/+7
| | | | Originally committed as revision 2229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard2003-09-0810-1152/+212
| | | | Originally committed as revision 2228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed os_support.hFabrice Bellard2003-09-083-4/+25
| | | | Originally committed as revision 2227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed os_support.h as most of libavcodec is os independant - most of the ↵Fabrice Bellard2003-09-081-38/+0
| | | | | | time only libavformat needs OS dependant features Originally committed as revision 2226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed ctype.h headerFabrice Bellard2003-09-087-6/+4
| | | | Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed endianness dependancies (untested)Fabrice Bellard2003-09-081-26/+23
| | | | Originally committed as revision 2224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ctype.h is a common headerFabrice Bellard2003-09-083-4/+3
| | | | Originally committed as revision 2223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* version updateFabrice Bellard2003-09-081-1/+1
| | | | Originally committed as revision 2222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fringe feature updateMike Melanson2003-09-083-1/+22
| | | | Originally committed as revision 2221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hacks to support Xan AVI filesMike Melanson2003-09-082-0/+8
| | | | Originally committed as revision 2220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Duck DK3 and DK4 ADPCMMike Melanson2003-09-081-0/+2
| | | | Originally committed as revision 2219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demuxer for custom Wing Commander III movie (.mve) filesMike Melanson2003-09-084-1/+421
| | | | Originally committed as revision 2218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCMMike Melanson2003-09-086-12/+795
| | | | Originally committed as revision 2217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>)Michael Niedermayer2003-09-071-3/+4
| | | | Originally committed as revision 2216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move packetheader after startcodesAlex Beregszaszi2003-09-071-11/+10
| | | | Originally committed as revision 2215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some fixesAlex Beregszaszi2003-09-061-4/+6
| | | | Originally committed as revision 2214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* padding fixMichael Niedermayer2003-09-061-40/+38
| | | | Originally committed as revision 2213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* big/little endian fixMichael Niedermayer2003-09-061-36/+70
| | | | | | | | | storing 64bit stuff in int fix put_v() fix startcodes nut_probe() Originally committed as revision 2212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial nut muxer and demuxer (demuxer is not fail safe)Alex Beregszaszi2003-09-055-1/+577
| | | | Originally committed as revision 2211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump version numbers to 0.4.8Alex Beregszaszi2003-09-053-6/+9
| | | | Originally committed as revision 2210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable a52 & pp by defaultMichael Niedermayer2003-09-051-6/+6
| | | | Originally committed as revision 2209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewriteMichael Niedermayer2003-09-051-24/+17
| | | | Originally committed as revision 2208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing copyright header (the code is from strptime.c so the copyright header ↵Michael Niedermayer2003-09-041-22/+19
| | | | | | should be from there too instead of strptime.h) Originally committed as revision 2207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compile fix when no CONFIG_ENCODERS by (Glenn Maynard <g_sf at zewt dot org>)Michael Niedermayer2003-09-041-0/+6
| | | | Originally committed as revision 2206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* case insensitive codec_get_id()Michael Niedermayer2003-09-041-29/+4
| | | | Originally committed as revision 2205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* localtime_r patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-046-22/+106
| | | | Originally committed as revision 2204 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud