Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libav
AgeCommit message (Collapse)Author
2002-09-12mpegvideo_probe cant distinguish mpeg4 and mpeg1 raws :( so m4v needs "-f ↵Michael Niedermayer
m4v" now Originally committed as revision 926 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-12m4v input supportMichael Niedermayer
return the correct number of bytes consumed for decding h263 like formats (needed for reading raw streams) this could break some divx files with b frames, so please tell me ASAP if u notice any problems Originally committed as revision 924 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-12Change calls to abort() to be calls to av_abort()Philip Gladstone
Originally committed as revision 921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-12Add the transfer of the new parameters from ffmpeg to ffserver and vice-versaPhilip Gladstone
This adds functions to send and receive doubles and also null terminated strings. Originally committed as revision 919 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-11mpeg4 raw output support patch by ("Maksim (Max) Krasnyanskiy" <maxk at ↵Max Krasnyansky
qualcomm dot com>) Originally committed as revision 917 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-11fixing raw yuv inputMichael Niedermayer
Originally committed as revision 916 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-06yuv4mpeg output support patch by (Henry Mason <talus25 at speakeasy dot net>)Henry Mason
Originally committed as revision 908 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-02ar -s -> ranlibMichael Niedermayer
Originally committed as revision 900 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-01oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills
Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-01dont needlessly gettimeofday in video grabber patch by (Lennert Buytenhek ↵Lennert Buytenhek
<buytenh at math dot leidenuniv dot nl>) Originally committed as revision 893 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-09-01unmap video buffers on close patch by (Lennert Buytenhek <buytenh at math ↵Lennert Buytenhek
dot leidenuniv dot nl>) Originally committed as revision 891 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-09* skiping unwanted packets when it's possibleZdenek Kabelac
* using 64bits us timestamps (needs more checking) Originally committed as revision 851 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-09* using staticsZdenek Kabelac
Originally committed as revision 850 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-09* added support for multiple payloadsZdenek Kabelac
Originally committed as revision 847 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-08-08* ok - let's start with avifile->ffmpeg morphingZdenek Kabelac
for the begining it's major rewrite of asf parsing code (tested only inside avifile at this moment) it handles descrambling (though without WMA it's probably useless inside ffmpeg... * extended AVStream structure to return information about stream time length * extended AVStream to export extra data found after standard headers - not really usefull for ffmpeg - but Windows codecs need them. * asf parsing is not yet finished but works nicely already (at 100% better them before :)) Originally committed as revision 846 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-27Fix a potential endless loop (nb (1 * 3) / 2 == 1)Philip Gladstone
Originally committed as revision 823 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-27Add conditional build of strptimePhilip Gladstone
Originally committed as revision 820 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-27Add strptime into the source pool for those systems that don't have it.Philip Gladstone
Originally committed as revision 818 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-27* Add code for ffserver to get stream output formats: guess_stream_formatPhilip Gladstone
* Add real parse_date code. This is much more robust and can handle localtime and UTC Originally committed as revision 817 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-27Add prototype of guess_stream_formatPhilip Gladstone
Originally committed as revision 816 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-27Add another asf output format type -- asf_stream. The convention is thatPhilip Gladstone
ffserver will always try and use the _stream suffix if possible. Originally committed as revision 815 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-25added installlib targetFabrice Bellard
Originally committed as revision 807 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-25exported av_probe_input_format()Fabrice Bellard
Originally committed as revision 806 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-25renamed gettime to av_gettime()Fabrice Bellard
Originally committed as revision 805 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-25moved simple c utilsFabrice Bellard
Originally committed as revision 804 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-25separated init code from utils to reduce static library sizeFabrice Bellard
Originally committed as revision 803 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-25more consistent namingFabrice Bellard
Originally committed as revision 802 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-24added RTP/RTSP stuffFabrice Bellard
Originally committed as revision 801 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-24added url_split()Fabrice Bellard
Originally committed as revision 800 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-24added compilation of RTP/RTSP stuffFabrice Bellard
Originally committed as revision 799 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-24suppressed packet size dependancyFabrice Bellard
Originally committed as revision 798 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-24http protocol now uses tcp: protocol (simpler)Fabrice Bellard
Originally committed as revision 797 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-24added dynamic buffer support - added url_fprintf() and url_fgetc()Fabrice Bellard
Originally committed as revision 796 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-24added url_get_max_packet_size() support - added URL_RDWR flagFabrice Bellard
Originally committed as revision 795 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-24api change for packet based protocols (such as UDP and RTP)Fabrice Bellard
Originally committed as revision 794 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-24better UDP support - added preliminary multicast support (untested)Fabrice Bellard
Originally committed as revision 793 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-24added rtp port range supportFabrice Bellard
Originally committed as revision 792 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-24added local port optionFabrice Bellard
Originally committed as revision 791 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-24patch by François Revol <revol at free dot fr>François Revol
- fix for multiple frames per chunk - better probing - better header parsing - fixed some 4CCs - use av_new_stream() (but still dealocates some of them with av_free()) Originally committed as revision 790 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-22adpcm encoding patch by François Revol <revol at free dot fr>François Revol
Originally committed as revision 785 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-21beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol
* Some BeOS fixes: - errno stuff - nanosleep() replacement - added a doc/README.beos * mov reader still has problems with most videos (skips many chunks), - It should now read .mov files with zlib-compressed moov headers (aka cmov) - added SVQ1 support. - removed mapping 'raw ' and 'yuv2' to h263, was my mistake. - added IMA4 support. (tested) - fixed frame rate (it reported 0 fps or something before) - extended file probing ('wide' and 'free' atoms) - improved .mov/.mp4 detection (or so I think) * adpcm * added zlib support, with header file and lib check Originally committed as revision 780 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-19largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net>Roy Sigurd Karlsbakk
Originally committed as revision 778 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-18* using time.h for Cygwin systems as wellZdenek Kabelac
Originally committed as revision 777 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-08* redundant declaration removedZdenek Kabelac
Originally committed as revision 724 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-04added rtp protocolFabrice Bellard
Originally committed as revision 720 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-04added rtsp support (not activated yet)Fabrice Bellard
Originally committed as revision 719 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-04added rtp support (not activated yet)Fabrice Bellard
Originally committed as revision 718 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-07-04added raw tcp supportFabrice Bellard
Originally committed as revision 717 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-06-23more mpeg4 fourcc'sMichael Niedermayer
Originally committed as revision 701 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-06-18fixed VOB parsing bugFabrice Bellard
Originally committed as revision 699 to svn://svn.ffmpeg.org/ffmpeg/trunk