summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot ↵Michael Niedermayer2003-09-09
| | | | | | 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-09
| | | | Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* show stream info with -statsFabrice Bellard2003-09-08
| | | | 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-08
| | | | Originally committed as revision 2238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ID3 parsing and generation in MP3 formatFabrice Bellard2003-09-08
| | | | Originally committed as revision 2237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed localtime_r.hFabrice Bellard2003-09-08
| | | | Originally committed as revision 2236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed strptime testFabrice Bellard2003-09-08
| | | | Originally committed as revision 2235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed ctype.hFabrice Bellard2003-09-08
| | | | Originally committed as revision 2234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* header fixes - removed MPEG-4 b frame limtation in helpFabrice Bellard2003-09-08
| | | | Originally committed as revision 2233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-08
| | | | 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-08
| | | | Originally committed as revision 2231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed os_support.hFabrice Bellard2003-09-08
| | | | Originally committed as revision 2230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC3 noteFabrice Bellard2003-09-08
| | | | 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-08
| | | | Originally committed as revision 2228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed os_support.hFabrice Bellard2003-09-08
| | | | 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-08
| | | | | | 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-08
| | | | Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed endianness dependancies (untested)Fabrice Bellard2003-09-08
| | | | Originally committed as revision 2224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ctype.h is a common headerFabrice Bellard2003-09-08
| | | | Originally committed as revision 2223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* version updateFabrice Bellard2003-09-08
| | | | Originally committed as revision 2222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fringe feature updateMike Melanson2003-09-08
| | | | Originally committed as revision 2221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hacks to support Xan AVI filesMike Melanson2003-09-08
| | | | Originally committed as revision 2220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Duck DK3 and DK4 ADPCMMike Melanson2003-09-08
| | | | Originally committed as revision 2219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demuxer for custom Wing Commander III movie (.mve) filesMike Melanson2003-09-08
| | | | 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-08
| | | | 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-07
| | | | Originally committed as revision 2216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move packetheader after startcodesAlex Beregszaszi2003-09-07
| | | | Originally committed as revision 2215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some fixesAlex Beregszaszi2003-09-06
| | | | Originally committed as revision 2214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* padding fixMichael Niedermayer2003-09-06
| | | | Originally committed as revision 2213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* big/little endian fixMichael Niedermayer2003-09-06
| | | | | | | | | 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-05
| | | | Originally committed as revision 2211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump version numbers to 0.4.8Alex Beregszaszi2003-09-05
| | | | Originally committed as revision 2210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable a52 & pp by defaultMichael Niedermayer2003-09-05
| | | | Originally committed as revision 2209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewriteMichael Niedermayer2003-09-05
| | | | 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-04
| | | | | | 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-04
| | | | Originally committed as revision 2206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* case insensitive codec_get_id()Michael Niedermayer2003-09-04
| | | | 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-04
| | | | Originally committed as revision 2204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MingW patches by (Glenn Maynard <g_sf at zewt dot org>)Michael Niedermayer2003-09-04
| | | | Originally committed as revision 2203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-09-03
| | | | Originally committed as revision 2202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vhook patch by (Charles Yates <charles dot yates at pandora dot be>)Charles Yates2003-09-03
| | | | Originally committed as revision 2201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quiet/verbose patch by (Bill Eldridge <bill at rfa dot org>)Bill Eldridge2003-09-03
| | | | Originally committed as revision 2200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 received_sigterm patch by (Bill Eldridge <bill at rfa dot org>)Bill Eldridge2003-09-02
| | | | Originally committed as revision 2199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_ID_MPEGVIDEOMichael Niedermayer2003-09-02
| | | | Originally committed as revision 2198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* it seems that ffmpeg can also mux QT/MP4 nowMike Melanson2003-09-02
| | | | Originally committed as revision 2197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doc updateMike Melanson2003-09-02
| | | | Originally committed as revision 2196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson2003-09-02
| | | | Originally committed as revision 2195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix MPEG-TS missdetected as MPEG-PSMichael Niedermayer2003-09-01
| | | | Originally committed as revision 2194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2003-09-01
| | | | Originally committed as revision 2193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fixesMichael Niedermayer2003-09-01
| | | | Originally committed as revision 2192 to svn://svn.ffmpeg.org/ffmpeg/trunk