summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
* 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
* mov/mp4 muxer cleanup (mostly cosmetics/simplifications & global header fix)Michael Niedermayer2003-09-091-124/+92
| | | | Originally committed as revision 2249 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-091-1/+1
| | | | Originally committed as revision 2240 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
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-088-19/+19
| | | | Originally committed as revision 2232 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
* 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 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
* 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
* 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-051-2/+5
| | | | Originally committed as revision 2210 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-045-22/+91
| | | | 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-041-1/+6
| | | | Originally committed as revision 2203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson2003-09-025-1/+926
| | | | Originally committed as revision 2195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix MPEG-TS missdetected as MPEG-PSMichael Niedermayer2003-09-011-1/+1
| | | | Originally committed as revision 2194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at PSX STR demuxer; does not yet interact correctly with MDECMike Melanson2003-09-014-1/+357
| | | | | | video decoder Originally committed as revision 2190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asv2 regression testMichael Niedermayer2003-09-011-0/+1
| | | | Originally committed as revision 2188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stdin patch by (Charles Yates <charles dot yates at pandora dot be>)Charles Yates2003-08-291-1/+2
| | | | | | | | | | | | * removes use of read_key and getchar when input is received on stdin (this was corrupting the packet reading) * terminates av_encode when a termination signal is received (use of ctrl-c issued a term_exit and subsequent uses of q failed) * specific correction to yuv4mpeg pipe reading - the defined header was too short to allow for extended yuv4mpeg flags [as used by smil2yuv and y4mscaler and accepted by mjpeg tools] Originally committed as revision 2183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavformat/avio.h compilation problem in VisualC++ by (lethean at realtime ↵Michael Niedermayer2003-08-291-0/+4
| | | | | | dot ssu dot ac dot kr) Originally committed as revision 2182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l in abbrv. tableRoman Shaposhnik2003-08-291-2/+2
| | | | Originally committed as revision 2179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * making resolution abbreviations rightRoman Shaposhnik2003-08-291-2/+6
| | | | | | * introducing sntsc/spal for square pixel ntsc/pal Originally committed as revision 2177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Phase 1 for DV encoding support. Muxing/demuxing of DV streams is nowRoman Shaposhnik2003-08-284-28/+787
| | | | | | | | | | | | | | | possible. For example you can do: ffmpeg -i i.dv -i audio_track.mp3 -map 0.0 -map 1.0 \ -vcodec copy -acodec pcm_s16le out.dv * Preparations for getting rid of DVAUDIO codec, DV stream really contains PCM audio, so there's no codec needed if we have a decent demuxer. * Providing entry points for dv1394 write support. Originally committed as revision 2174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* naughty, forbidden variable declarationsMike Melanson2003-08-271-2/+3
| | | | Originally committed as revision 2171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>)Michael Niedermayer2003-08-264-1/+862
| | | | Originally committed as revision 2168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* accepts pgmyuv extensionFabrice Bellard2003-08-241-2/+2
| | | | Originally committed as revision 2152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed frame number modulus hack - added loop_input hack which I find ↵Fabrice Bellard2003-08-242-9/+18
| | | | | | easier to understand Originally committed as revision 2151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 compile fixFabrice Bellard2003-08-241-4/+10
| | | | Originally committed as revision 2139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* all human-readable output should go into stderr for now. We reallyRoman Shaposhnik2003-08-211-8/+8
| | | | | | need a generic logging facility in ffmpeg, but this will suffice for now. Originally committed as revision 2131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use codec_tag for encoding tooMichael Niedermayer2003-08-183-11/+22
| | | | Originally committed as revision 2125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a regression in mpeg encoder (not setting pix_fmt),Roman Shaposhnik2003-08-121-1/+1
| | | | | | | | | | | this is hardly the right way to do things, but it'll suffice for now. * patch from Gildas Bazin gbazin at altern dot org * fix for a 10l in configure * gcc 2.95.3 and Solaris build in general are not ready for -Werror in libavformat/Makefile Originally committed as revision 2123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for older real audio files (<= version 3)Fabrice Bellard2003-08-111-87/+166
| | | | Originally committed as revision 2119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no default bit rate if decodingFabrice Bellard2003-08-081-1/+4
| | | | Originally committed as revision 2117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial duration/start_time generic support - displays stream duration and ↵Fabrice Bellard2003-08-081-0/+318
| | | | | | average total bitrate when using an input file Originally committed as revision 2115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update duration and start_timeFabrice Bellard2003-08-081-3/+5
| | | | Originally committed as revision 2113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exports mpegps_demuxFabrice Bellard2003-08-081-1/+1
| | | | Originally committed as revision 2112 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud