summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* cosmetics: Sort entries by CONFIG_ name.Diego Biurrun2007-05-02
* give the position offset of the file in the packetDaniel Cardenas2007-05-02
* return right format in set_codec_from_probe_dataBenoit Fouet2007-05-02
* patch so that the deprecated items show up correctlyMark Cox2007-05-02
* use asf stream information to set bitrateZuxy Meng2007-04-30
* Fix loop condition so it can be run through more than once.Wolfram Gloger2007-04-30
* more detailed error message for buffer underflowWolfram Gloger2007-04-30
* fix AVStream documentation: clarify start_time, start_time and duration are a...Baptiste Coudurier2007-04-28
* Support for newer MacOSX AIFFKostya Shishkov2007-04-27
* fix oss audio playback, broken since r7983, pass AVFormatContext filename to ...Baptiste Coudurier2007-04-27
* Use correct CONFIG_RTP_MUXER ifdefAlex Beregszaszi2007-04-27
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-27
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-27
* Make protocols configure selectable and also cleanup the CONFIG_NETWORKAlex Beregszaszi2007-04-26
* Don't compile RTSP_DEMUXER if not requestedAlex Beregszaszi2007-04-26
* properly compile code for REDIR_DEMUXERAlex Beregszaszi2007-04-26
* cosmetics: Remove trailing whitespace and tabs.Diego Biurrun2007-04-26
* cosmetics: sort()Diego Biurrun2007-04-26
* move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi2007-04-26
* cosmetics in resolve_hostAlex Beregszaszi2007-04-26
* remove unused rtsp_callbackAlex Beregszaszi2007-04-26
* proper dependency on mpegts_demuxer for rtp_muxerDiego Biurrun2007-04-26
* remove no more true commentBaptiste Coudurier2007-04-26
* cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier2007-04-26
* use dprintf with AVFormatContext and simplifyBaptiste Coudurier2007-04-26
* Fix reading PTSs and DTSs in libavformat, by reverting r8465.Luca Abeni2007-04-26
* remove now obsolete and no more true commentsBaptiste Coudurier2007-04-26
* Support for seeking in TTA files.David Conrad2007-04-25
* add xdv2 xdcam hd tag, decode xdcam_hd_1080i60.movBaptiste Coudurier2007-04-25
* add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.movBaptiste Coudurier2007-04-25
* add rgb suffix to rawvideo muxerBenoit Fouet2007-04-25
* more format abbreviationsBenoit Fouet2007-04-24
* correct comment about seek functionBaptiste Coudurier2007-04-24
* Remove unused code + variable, fixes a warning.Diego Biurrun2007-04-24
* dont assert(0) due to buggy rm demuxerMichael Niedermayer2007-04-22
* fix av_seek_frame_generic() so that it doesnt fail if theMichael Niedermayer2007-04-22
* init packet before calling the demuxerMichael Niedermayer2007-04-22
* Change from using a seek table internal to the TTA demuxer to using the stand...David Conrad2007-04-22
* long -> intBaptiste Coudurier2007-04-21
* cosmetics: mov_mp4 -> mp4Baptiste Coudurier2007-04-21
* clean and simplify esds reading functionBaptiste Coudurier2007-04-21
* remove broken ctab codeBaptiste Coudurier2007-04-21
* use INT64_MAXBaptiste Coudurier2007-04-21
* remove possibly broken wince cruftAlex Beregszaszi2007-04-20
* Atrac3 decoder.Benjamin Larsson2007-04-17
* add an enum for need_parsingAurelien Jacobs2007-04-15
* Make the declaration of AVInputFormat ac3_demuxer conditionalDiego Biurrun2007-04-15
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-15
* timestamps generation improvement when parsing aviJoakim Plate2007-04-13
* spellingDiego Biurrun2007-04-12