summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-081-1/+1
* autodetect ptx filesIvo van Poorten2007-05-081-0/+1
* fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs2007-05-071-5/+14
* Renderware TXD demuxerIvo van Poorten2007-05-074-0/+106
* improve mpeg4-es detection by rejecting streams with reserved startcodes (fix...Michael Niedermayer2007-05-071-8/+7
* Fix two small typos in commentReimar Döffinger2007-05-061-1/+1
* cosmetics: Fix indentation after last commit, patch by Zuxy Meng.Zuxy Meng2007-05-061-3/+3
* cosmetics: Sort entries by CONFIG_ name.Diego Biurrun2007-05-021-39/+38
* give the position offset of the file in the packetDaniel Cardenas2007-05-021-0/+1
* return right format in set_codec_from_probe_dataBenoit Fouet2007-05-021-1/+1
* patch so that the deprecated items show up correctlyMark Cox2007-05-022-6/+21
* use asf stream information to set bitrateZuxy Meng2007-04-301-4/+12
* Fix loop condition so it can be run through more than once.Wolfram Gloger2007-04-301-2/+3
* more detailed error message for buffer underflowWolfram Gloger2007-04-301-1/+3
* fix AVStream documentation: clarify start_time, start_time and duration are a...Baptiste Coudurier2007-04-281-4/+2
* Support for newer MacOSX AIFFKostya Shishkov2007-04-271-0/+1
* fix oss audio playback, broken since r7983, pass AVFormatContext filename to ...Baptiste Coudurier2007-04-271-1/+1
* Use correct CONFIG_RTP_MUXER ifdefAlex Beregszaszi2007-04-271-1/+1
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-273-2/+11
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-274-9/+19
* Make protocols configure selectable and also cleanup the CONFIG_NETWORKAlex Beregszaszi2007-04-262-14/+18
* Don't compile RTSP_DEMUXER if not requestedAlex Beregszaszi2007-04-261-0/+2
* properly compile code for REDIR_DEMUXERAlex Beregszaszi2007-04-262-1/+3
* cosmetics: Remove trailing whitespace and tabs.Diego Biurrun2007-04-261-5/+5
* cosmetics: sort()Diego Biurrun2007-04-261-5/+5
* move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi2007-04-262-17/+20
* cosmetics in resolve_hostAlex Beregszaszi2007-04-261-2/+2
* remove unused rtsp_callbackAlex Beregszaszi2007-04-262-27/+0
* proper dependency on mpegts_demuxer for rtp_muxerDiego Biurrun2007-04-261-1/+1
* remove no more true commentBaptiste Coudurier2007-04-261-1/+0
* cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier2007-04-263-18/+18
* use dprintf with AVFormatContext and simplifyBaptiste Coudurier2007-04-261-24/+16
* Fix reading PTSs and DTSs in libavformat, by reverting r8465.Luca Abeni2007-04-261-4/+17
* remove now obsolete and no more true commentsBaptiste Coudurier2007-04-261-8/+0
* Support for seeking in TTA files.David Conrad2007-04-251-0/+15
* add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.movBaptiste Coudurier2007-04-251-0/+1
* add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.movBaptiste Coudurier2007-04-251-0/+1
* add rgb suffix to rawvideo muxerBenoit Fouet2007-04-251-1/+1
* more format abbreviationsBenoit Fouet2007-04-241-0/+24
* correct comment about seek functionBaptiste Coudurier2007-04-241-1/+1
* Remove unused code + variable, fixes a warning.Diego Biurrun2007-04-241-4/+1
* dont assert(0) due to buggy rm demuxerMichael Niedermayer2007-04-221-0/+4
* fix av_seek_frame_generic() so that it doesnt fail if theMichael Niedermayer2007-04-221-1/+1
* init packet before calling the demuxerMichael Niedermayer2007-04-221-0/+3
* Change from using a seek table internal to the TTA demuxer to using the stand...David Conrad2007-04-221-37/+21
* long -> intBaptiste Coudurier2007-04-211-16/+16
* cosmetics: mov_mp4 -> mp4Baptiste Coudurier2007-04-211-6/+6
* clean and simplify esds reading functionBaptiste Coudurier2007-04-211-58/+12
* remove broken ctab codeBaptiste Coudurier2007-04-211-38/+0
* use INT64_MAXBaptiste Coudurier2007-04-211-2/+2