summaryrefslogtreecommitdiff
path: root/libav
Commit message (Collapse)AuthorAge
* unmap video buffers on close patch by (Lennert Buytenhek <buytenh at math ↵Lennert Buytenhek2002-09-01
| | | | | | dot leidenuniv dot nl>) Originally committed as revision 891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * skiping unwanted packets when it's possibleZdenek Kabelac2002-08-09
| | | | | | * using 64bits us timestamps (needs more checking) Originally committed as revision 851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using staticsZdenek Kabelac2002-08-09
| | | | Originally committed as revision 850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * added support for multiple payloadsZdenek Kabelac2002-08-08
| | | | Originally committed as revision 847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * ok - let's start with avifile->ffmpeg morphingZdenek Kabelac2002-08-08
| | | | | | | | | | | | | | | | 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
* Fix a potential endless loop (nb (1 * 3) / 2 == 1)Philip Gladstone2002-07-27
| | | | Originally committed as revision 823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add conditional build of strptimePhilip Gladstone2002-07-27
| | | | Originally committed as revision 820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add strptime into the source pool for those systems that don't have it.Philip Gladstone2002-07-27
| | | | Originally committed as revision 818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Add code for ffserver to get stream output formats: guess_stream_formatPhilip Gladstone2002-07-27
| | | | | | * 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
* Add prototype of guess_stream_formatPhilip Gladstone2002-07-27
| | | | Originally committed as revision 816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add another asf output format type -- asf_stream. The convention is thatPhilip Gladstone2002-07-27
| | | | | | ffserver will always try and use the _stream suffix if possible. Originally committed as revision 815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added installlib targetFabrice Bellard2002-07-25
| | | | Originally committed as revision 807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exported av_probe_input_format()Fabrice Bellard2002-07-25
| | | | Originally committed as revision 806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed gettime to av_gettime()Fabrice Bellard2002-07-25
| | | | Originally committed as revision 805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved simple c utilsFabrice Bellard2002-07-25
| | | | Originally committed as revision 804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* separated init code from utils to reduce static library sizeFabrice Bellard2002-07-25
| | | | Originally committed as revision 803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more consistent namingFabrice Bellard2002-07-25
| | | | Originally committed as revision 802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added RTP/RTSP stuffFabrice Bellard2002-07-24
| | | | Originally committed as revision 801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added url_split()Fabrice Bellard2002-07-24
| | | | Originally committed as revision 800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added compilation of RTP/RTSP stuffFabrice Bellard2002-07-24
| | | | Originally committed as revision 799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed packet size dependancyFabrice Bellard2002-07-24
| | | | Originally committed as revision 798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* http protocol now uses tcp: protocol (simpler)Fabrice Bellard2002-07-24
| | | | Originally committed as revision 797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added dynamic buffer support - added url_fprintf() and url_fgetc()Fabrice Bellard2002-07-24
| | | | Originally committed as revision 796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added url_get_max_packet_size() support - added URL_RDWR flagFabrice Bellard2002-07-24
| | | | Originally committed as revision 795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* api change for packet based protocols (such as UDP and RTP)Fabrice Bellard2002-07-24
| | | | Originally committed as revision 794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better UDP support - added preliminary multicast support (untested)Fabrice Bellard2002-07-24
| | | | Originally committed as revision 793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added rtp port range supportFabrice Bellard2002-07-24
| | | | Originally committed as revision 792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added local port optionFabrice Bellard2002-07-24
| | | | Originally committed as revision 791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch by François Revol <revol at free dot fr>François Revol2002-07-23
| | | | | | | | | | - 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
* adpcm encoding patch by François Revol <revol at free dot fr>François Revol2002-07-22
| | | | Originally committed as revision 785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol2002-07-20
| | | | | | | | | | | | | | | | | | | | | * 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
* largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net>Roy Sigurd Karlsbakk2002-07-18
| | | | Originally committed as revision 778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using time.h for Cygwin systems as wellZdenek Kabelac2002-07-18
| | | | Originally committed as revision 777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * redundant declaration removedZdenek Kabelac2002-07-08
| | | | Originally committed as revision 724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added rtp protocolFabrice Bellard2002-07-04
| | | | Originally committed as revision 720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added rtsp support (not activated yet)Fabrice Bellard2002-07-04
| | | | Originally committed as revision 719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added rtp support (not activated yet)Fabrice Bellard2002-07-04
| | | | Originally committed as revision 718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added raw tcp supportFabrice Bellard2002-07-04
| | | | Originally committed as revision 717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more mpeg4 fourcc'sMichael Niedermayer2002-06-22
| | | | Originally committed as revision 701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed VOB parsing bugFabrice Bellard2002-06-18
| | | | Originally committed as revision 699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wmv1Michael Niedermayer2002-06-18
| | | | Originally committed as revision 698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change ticker_tick to use ticker_abs as we want the absolute numberPhilip Gladstone2002-06-17
| | | | | | of ticks. In particular we want an INT64 return. Originally committed as revision 693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ticker_abs function that returns the number of ticks to get thePhilip Gladstone2002-06-17
| | | | | | supplied frame (or sample) number. This is not the same as ticker_tick Originally committed as revision 692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the way that the ?date= stuff is parsed. It now takes a time (with ↵Philip Gladstone2002-06-14
| | | | | | | | | | | | optional date) in local time rather than GMT. Note that you are advised to use the date as well as the time as the time is relative to the current day (which is not much use if the time is in the future). The date format parsing is pretty strict still: YYYY-MM-DDTHH:MM:SS is a format that works. The T is a literal non-digit character. I wouldn't use a space. The :SS can be omitted. The number of digits *must* be four in the Year. Originally committed as revision 691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimized ticker_tick() if num is big - please test it (should reduce CPU ↵Fabrice Bellard2002-06-11
| | | | | | usage - this code is temporary before new PTS handling scheme) Originally committed as revision 681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Get the buffer size right now we have the buffer inside the FFStream blockPhilip Gladstone2002-06-05
| | | | Originally committed as revision 666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Add the comment block if any of the comment fields are present.Philip Gladstone2002-06-05
| | | | | | | * Eliminate compiler warning * Add the codec name if we have it Originally committed as revision 664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some calls to av_free that tured out to be duplicate. This improvesPhilip Gladstone2002-06-04
| | | | | | the behaviour of ffserver streaming asf files from disk. Originally committed as revision 662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that the http_proxy environment variable starts with http://Philip Gladstone2002-05-29
| | | | | | If not, then ignore it's value. Originally committed as revision 628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use sys/soundcard.h for OSS audioFabrice Bellard2002-05-26
| | | | Originally committed as revision 607 to svn://svn.ffmpeg.org/ffmpeg/trunk