summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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-081-1/+1
| | | | Originally committed as revision 2237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard2003-09-081-9/+1
| | | | Originally committed as revision 2228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demuxer for custom Wing Commander III movie (.mve) filesMike Melanson2003-09-081-1/+1
| | | | Originally committed as revision 2218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial nut muxer and demuxer (demuxer is not fail safe)Alex Beregszaszi2003-09-051-1/+2
| | | | Originally committed as revision 2211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* localtime_r patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-041-0/+4
| | | | 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-021-1/+1
| | | | Originally committed as revision 2195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at PSX STR demuxer; does not yet interact correctly with MDECMike Melanson2003-09-011-1/+1
| | | | | | video decoder Originally committed as revision 2190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Phase 1 for DV encoding support. Muxing/demuxing of DV streams is nowRoman Shaposhnik2003-08-281-1/+1
| | | | | | | | | | | | | | | 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
* mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>)Michael Niedermayer2003-08-261-1/+1
| | | | Originally committed as revision 2168 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
* warnings are errorsFabrice Bellard2003-07-171-1/+1
| | | | Originally committed as revision 2057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS fix: NOT every ld likes undefined syms, include C++ objs, and link to ↵François Revol2003-07-151-1/+4
| | | | | | libs needed for audio in. Originally committed as revision 2044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shared library for libavformat support patch by (Tim Allen <tim at proximity ↵Tim Allen2003-07-111-1/+21
| | | | | | dot com dot au>) Originally committed as revision 2033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ↵Garrick Meeker2003-07-091-1/+1
| | | | | | com>) Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg ts demux uses DVB SI info and generates correct PTS info - added ↵Fabrice Bellard2003-06-131-1/+1
| | | | | | prototype mpeg ts mux Originally committed as revision 1956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 3gp patch by JocaZdenek Kabelac2003-06-051-0/+4
| | | | Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at an experimental 4xm demuxerMike Melanson2003-05-251-1/+1
| | | | Originally committed as revision 1903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at ↵Slavik Gnatenko2003-03-111-2/+0
| | | | | | newmail dot ru>) Originally committed as revision 1663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix against C integrists breaks :P (hope I didn't break anything else)François Revol2003-02-061-5/+6
| | | | Originally committed as revision 1547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yes, PNG can be simpler :-)Fabrice Bellard2003-02-041-1/+1
| | | | Originally committed as revision 1545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added jpeg image encoder and decoder (new YUV handling routines and mjpeg ↵Fabrice Bellard2003-02-021-2/+2
| | | | | | codec fixes are necessary to go further) Originally committed as revision 1534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added basic png handling - do not remake dependencies automaticallyFabrice Bellard2003-02-011-3/+3
| | | | Originally committed as revision 1528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --disable-risky supportMichael Niedermayer2003-01-291-1/+6
| | | | Originally committed as revision 1522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv patch by Max Krasnyansky (maxk at qualcomm dot com)Max Krasnyansky2003-01-221-0/+4
| | | | Originally committed as revision 1493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dependency handling is consistant with libavcodecFabrice Bellard2003-01-221-9/+13
| | | | Originally committed as revision 1490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AUtomatic dependency generation. Runs on Linux (at least). Probably shouldPhilip Gladstone2003-01-141-1/+9
| | | | | | update .cvsignore (somehere) to exclude .d files Originally committed as revision 1459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-111-2/+4
| | | | Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added still image supportFabrice Bellard2003-01-111-1/+5
| | | | Originally committed as revision 1439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libav -> libavformat in Makefile patch by (Thomas Jarosch <tomj at simonv ↵Thomas Jarosch2002-12-301-3/+3
| | | | | | dot com>) Originally committed as revision 1377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed multidir compileFabrice Bellard2002-11-291-1/+1
| | | | Originally committed as revision 1289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More changes to make things compile on more platformsPhilip Gladstone2002-11-271-1/+1
| | | | Originally committed as revision 1287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+72
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud