summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* fix FD_SETSIZE handling in our poll() emulationAlex Beregszaszi2007-05-21
| | | | Originally committed as revision 9095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print and return error if output is non seekableBaptiste Coudurier2007-05-21
| | | | Originally committed as revision 9087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a ff_ prefix to some mpegaudio funcsAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use usleep instead of sleep, some MinGW versions lack sleep.Alex Beregszaszi2007-05-17
| | | | Originally committed as revision 9044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
| | | | | | FFmpeg is pure C and not all public headers have the declarations. Originally committed as revision 9037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop unnecessary libavcodec/ prefix in #include path.Diego Biurrun2007-05-16
| | | | Originally committed as revision 9033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't forget about audio remaining in buffer, in case there is enoughCorey Hickey2007-05-16
| | | | | | left to make another DV frame. Originally committed as revision 9032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial mingw networking supportAlex Beregszaszi2007-05-15
| | | | Originally committed as revision 9029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, no need for a functionBaptiste Coudurier2007-05-12
| | | | Originally committed as revision 9008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ctts index computation when seeking, check must be done against next ↵Baptiste Coudurier2007-05-12
| | | | | | ctts sample, thanks to Uoti Originally committed as revision 9007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: fix indentationAlex Beregszaszi2007-05-11
| | | | Originally committed as revision 8998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dmb1 fourcc, mjpeg_opendml.movBaptiste Coudurier2007-05-10
| | | | Originally committed as revision 8990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use url_fopen error code when opening input fileBenoit Fouet2007-05-10
| | | | | | handle the AVERROR_NOENT error case in print_error Originally committed as revision 8977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TyposPanagiotis Issaris2007-05-10
| | | | Originally committed as revision 8974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent code after last commitLuca Abeni2007-05-10
| | | | Originally committed as revision 8973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow avoid setting the video standard and input when capturing v4l2 video.Limin Wang2007-05-10
| | | | | | Patch by Limin Wang, edited by me Originally committed as revision 8971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ muxer, patch by Vitor, vitor1001 gmail comVitor Sessak2007-05-09
| | | | | | | | reference thread: Subject: [FFmpeg-devel] [PATCH] RoQ muxer Date: Wed, 09 May 2007 19:44:21 +0200 Originally committed as revision 8959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08
| | | | Originally committed as revision 8941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* autodetect ptx filesIvo van Poorten2007-05-08
| | | | Originally committed as revision 8938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs2007-05-07
| | | | Originally committed as revision 8928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Renderware TXD demuxerIvo van Poorten2007-05-07
| | | | Originally committed as revision 8927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve mpeg4-es detection by rejecting streams with reserved startcodes ↵Michael Niedermayer2007-05-07
| | | | | | (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4) Originally committed as revision 8923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix two small typos in commentReimar Döffinger2007-05-06
| | | | Originally committed as revision 8920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation after last commit, patch by Zuxy Meng.Zuxy Meng2007-05-06
| | | | Originally committed as revision 8917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort entries by CONFIG_ name.Diego Biurrun2007-05-02
| | | | Originally committed as revision 8877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give the position offset of the file in the packetDaniel Cardenas2007-05-02
| | | | | | | | | update seek regression test reference file accordingly patch by Daniel Cardenas: Daniel Car cox net original thread: [Ffmpeg-devel] [PATCH] Debug help for file position date: 05/01/2007 02:42 AM Originally committed as revision 8871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return right format in set_codec_from_probe_dataBenoit Fouet2007-05-02
| | | | Originally committed as revision 8867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch so that the deprecated items show up correctlyMark Cox2007-05-02
| | | | | | | when building doxygen docs patch by mark cox melbournemark plus ffmpeg minus devel chez gmail dot com Originally committed as revision 8866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use asf stream information to set bitrateZuxy Meng2007-04-30
| | | | | | | patch by Zuxy Meng zuxy dot meng chez gmail tod com reference thread: [Ffmpeg-devel] Third Try: Set bit_rate for asf format Originally committed as revision 8861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix loop condition so it can be run through more than once.Wolfram Gloger2007-04-30
| | | | | | | patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de reference: [Ffmpeg-devel] buffer underflow messages from the output_example.c Originally committed as revision 8860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more detailed error message for buffer underflowWolfram Gloger2007-04-30
| | | | | | patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de Originally committed as revision 8859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix AVStream documentation: clarify start_time, start_time and duration are ↵Baptiste Coudurier2007-04-28
| | | | | | actually in stream base Originally committed as revision 8855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for newer MacOSX AIFFKostya Shishkov2007-04-27
| | | | Originally committed as revision 8852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix oss audio playback, broken since r7983, pass AVFormatContext filename to ↵Baptiste Coudurier2007-04-27
| | | | | | audio_open since audio_device when NULL is no more set to default value Originally committed as revision 8851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct CONFIG_RTP_MUXER ifdefAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make protocols configure selectable and also cleanup the CONFIG_NETWORKAlex Beregszaszi2007-04-26
| | | | | | related parts (rtp,rtsp,sdp). Currently they are interdependent. Originally committed as revision 8842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't compile RTSP_DEMUXER if not requestedAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly compile code for REDIR_DEMUXERAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove trailing whitespace and tabs.Diego Biurrun2007-04-26
| | | | Originally committed as revision 8838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sort()Diego Biurrun2007-04-26
| | | | Originally committed as revision 8837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics in resolve_hostAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused rtsp_callbackAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper dependency on mpegts_demuxer for rtp_muxerDiego Biurrun2007-04-26
| | | | Originally committed as revision 8831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no more true commentBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dprintf with AVFormatContext and simplifyBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix reading PTSs and DTSs in libavformat, by reverting r8465.Luca Abeni2007-04-26
| | | | | | | Such commit introduced some regressions (see the "Possible bug in reading PTS/DTS" and "[BUG] no video transcoding" threads on ffmpeg-devel). Originally committed as revision 8826 to svn://svn.ffmpeg.org/ffmpeg/trunk