aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
* OSX and BeOS networking fix (socklen_t)François Revol2003-07-243-0/+6
| | | | Originally committed as revision 2077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ATI VCR1 decoderMichael Niedermayer2003-07-241-0/+1
| | | | Originally committed as revision 2076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support aborting in TCPFabrice Bellard2003-07-171-14/+70
| | | | Originally committed as revision 2061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed RTSP abort hack - added PLAY/PAUSEFabrice Bellard2003-07-172-11/+84
| | | | Originally committed as revision 2060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed warningsFabrice Bellard2003-07-172-47/+50
| | | | Originally committed as revision 2059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added primitive aborting systemFabrice Bellard2003-07-172-1/+32
| | | | Originally committed as revision 2058 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
* fix fmt == NULL caseFabrice Bellard2003-07-161-1/+1
| | | | Originally committed as revision 2050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write correct MPEG2-PS streams patch by (mru at users dot sourceforge dot ↵Måns Rullgård2003-07-151-1/+1
| | | | | | net (Måns Rullgård)) Originally committed as revision 2048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed NTP generation for mpegFabrice Bellard2003-07-151-7/+24
| | | | Originally committed as revision 2046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed RTP/TCP client supportFabrice Bellard2003-07-152-31/+68
| | | | Originally committed as revision 2045 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
* cosmetic change in resync code - added PAT scanning code if no SDT is found ↵Fabrice Bellard2003-07-151-36/+121
| | | | | | (in the futur it would be interesting to give an API to change channel - also useful for DV input number or TV grab tunning Originally committed as revision 2043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-07-121-0/+1
| | | | Originally committed as revision 2037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * First round of AV sync fixes.Roman Shaposhnik2003-07-122-13/+53
| | | | | | | | * -r now does the right thing. * frame rate and frame sizes now share same abbv. table and you can do -r ntsc as well as -s ntsc Originally committed as revision 2035 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
* Building ffmpeg with gcc-2.95.3 encountered a problem due to C99 ↵Michael Niedermayer2003-07-101-2/+4
| | | | | | initialization fix by ("Steven M. Schultz" <sms at 2BSD dot COM>) Originally committed as revision 2032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Looks a tiny bit harder in mpegps_probe() for a valid start code. This isIsaac Richards2003-07-103-19/+50
| | | | | | | | | needed to detect some files produced by pvr-250/350 capture cards. - Adds AC3 audio support to the mpegts demuxer, and makes it a little more tolerant of bad files. patch by (Isaac Richards <ijr at po dot cwru dot edu>) Originally committed as revision 2028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ↵Garrick Meeker2003-07-095-1/+546
| | | | | | com>) Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_free_packet SEGV fix by (Arthur van Hoff (javanator))Michael Niedermayer2003-07-041-1/+3
| | | | Originally committed as revision 2013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator))Michael Niedermayer2003-07-041-1/+1
| | | | Originally committed as revision 2012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)Michael Niedermayer2003-07-041-0/+1
| | | | Originally committed as revision 2007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to filter _all_ PATs if no SDT could be found patch by (<gbazin at ↵Michael Niedermayer2003-06-283-21/+29
| | | | | | | | altern dot org>) + mpegtsenc.c compile fix by me Originally committed as revision 1995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tv standard selection support for dv1394 and grab (v4l)Alex Beregszaszi2003-06-253-2/+17
| | | | Originally committed as revision 1987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lossless jpeg supportAlex Beregszaszi2003-06-201-1/+3
| | | | Originally committed as revision 1981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixesAlex Beregszaszi2003-06-201-1/+0
| | | | Originally committed as revision 1980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000lAlex Beregszaszi2003-06-202-6/+7
| | | | Originally committed as revision 1979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pal vs ntsc fix by stoyan k <stoyan@i-space.org>Alex Beregszaszi2003-06-201-4/+4
| | | | Originally committed as revision 1978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>)Johannes Carlsson2003-06-181-3/+3
| | | | Originally committed as revision 1972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup; BSoundRecorder moved to Experimental namespaceFrançois Revol2003-06-151-4/+1
| | | | Originally committed as revision 1960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg ts demux uses DVB SI info and generates correct PTS info - added ↵Fabrice Bellard2003-06-134-156/+1398
| | | | | | prototype mpeg ts mux Originally committed as revision 1956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dynamic array functionsFabrice Bellard2003-06-132-0/+31
| | | | Originally committed as revision 1955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-06-091-0/+1
| | | | Originally committed as revision 1940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use custom packet allocation only for DVFabrice Bellard2003-06-071-25/+31
| | | | Originally committed as revision 1937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * amr format - by Johannes CarlssonZdenek Kabelac2003-06-061-0/+178
| | | | Originally committed as revision 1934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * missing part of the 3gp patch by Johannes CarlssonJohannes Carlsson2003-06-061-20/+100
| | | | Originally committed as revision 1933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 3gp patch by JocaZdenek Kabelac2003-06-054-0/+38
| | | | Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4xm adpcmMichael Niedermayer2003-06-031-7/+12
| | | | Originally committed as revision 1928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get the video dispatch straightMike Melanson2003-05-281-6/+5
| | | | Originally committed as revision 1916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dispatch video as well as audioMike Melanson2003-05-281-51/+110
| | | | Originally committed as revision 1914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asv1 regression testMichael Niedermayer2003-05-271-0/+1
| | | | Originally committed as revision 1912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate enough bytesMike Melanson2003-05-261-2/+3
| | | | Originally committed as revision 1908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-05-251-1/+1
| | | | Originally committed as revision 1906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* c frame size debug stuffMichael Niedermayer2003-05-251-2/+13
| | | | Originally committed as revision 1905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 4xm to the familyMike Melanson2003-05-252-0/+4
| | | | Originally committed as revision 1904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at an experimental 4xm demuxerMike Melanson2003-05-252-1/+282
| | | | Originally committed as revision 1903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning and compatibility fixes.Falk Hüffner2003-05-242-3/+3
| | | | Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* truncated h263 decoding support / H263-ES "demuxer"Michael Niedermayer2003-05-221-0/+29
| | | | Originally committed as revision 1898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-NB audio support patch by (<joca at rixmail dot se>)joca@rixmail.se2003-05-141-35/+114
| | | | Originally committed as revision 1876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * added s263 (mapped to h263 - 3gp files)Zdenek Kabelac2003-05-121-3/+5
| | | | | | * less strict header detection - also do not call exit when it's not found. Originally committed as revision 1864 to svn://svn.ffmpeg.org/ffmpeg/trunk