summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* fix FD_SETSIZE handling in our poll() emulationAlex Beregszaszi2007-05-21
* print and return error if output is non seekableBaptiste Coudurier2007-05-21
* add a ff_ prefix to some mpegaudio funcsAurelien Jacobs2007-05-20
* Use usleep instead of sleep, some MinGW versions lack sleep.Alex Beregszaszi2007-05-17
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
* Drop unnecessary libavcodec/ prefix in #include path.Diego Biurrun2007-05-16
* Don't forget about audio remaining in buffer, in case there is enoughCorey Hickey2007-05-16
* initial mingw networking supportAlex Beregszaszi2007-05-15
* simplify, no need for a functionBaptiste Coudurier2007-05-12
* fix ctts index computation when seeking, check must be done against next ctts...Baptiste Coudurier2007-05-12
* cosmetics: fix indentationAlex Beregszaszi2007-05-11
* dmb1 fourcc, mjpeg_opendml.movBaptiste Coudurier2007-05-10
* Use url_fopen error code when opening input fileBenoit Fouet2007-05-10
* TyposPanagiotis Issaris2007-05-10
* Reindent code after last commitLuca Abeni2007-05-10
* Allow avoid setting the video standard and input when capturing v4l2 video.Limin Wang2007-05-10
* RoQ muxer, patch by Vitor, vitor1001 gmail comVitor Sessak2007-05-09
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08
* autodetect ptx filesIvo van Poorten2007-05-08
* fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs2007-05-07
* Renderware TXD demuxerIvo van Poorten2007-05-07
* improve mpeg4-es detection by rejecting streams with reserved startcodes (fix...Michael Niedermayer2007-05-07
* Fix two small typos in commentReimar Döffinger2007-05-06
* cosmetics: Fix indentation after last commit, patch by Zuxy Meng.Zuxy Meng2007-05-06
* 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