summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* warn the user about the the mdhd problemMichael Niedermayer2007-05-301-0/+8
* variable initialization (because of a gcc warning)Glenn A. Serre2007-05-291-1/+1
* fix "incorrect frame size" errors with small.nuvMichael Niedermayer2007-05-271-0/+1
* add rgb suffix handling for demuxerBenoit Fouet2007-05-231-1/+1
* id3v2 writerAndreas Öman2007-05-221-0/+56
* id3v2 readerAndreas Öman2007-05-221-2/+145
* cosmetic v1/v2 renamingAndreas Öman2007-05-221-36/+36
* Add transport method optionsThijs Vermeir2007-05-221-3/+10
* Add support for optionsThijs Vermeir2007-05-221-1/+16
* r9095 invalidly removed the check for non-winsockAlex Beregszaszi2007-05-211-0/+8
* fix FD_SETSIZE handling in our poll() emulationAlex Beregszaszi2007-05-211-4/+5
* print and return error if output is non seekableBaptiste Coudurier2007-05-211-0/+5
* add a ff_ prefix to some mpegaudio funcsAurelien Jacobs2007-05-201-1/+1
* Use usleep instead of sleep, some MinGW versions lack sleep.Alex Beregszaszi2007-05-171-1/+1
* Remove extern C declarations for C++.Diego Biurrun2007-05-161-8/+0
* Drop unnecessary libavcodec/ prefix in #include path.Diego Biurrun2007-05-161-2/+2
* Don't forget about audio remaining in buffer, in case there is enoughCorey Hickey2007-05-161-1/+3
* initial mingw networking supportAlex Beregszaszi2007-05-152-3/+17
* simplify, no need for a functionBaptiste Coudurier2007-05-121-10/+4
* fix ctts index computation when seeking, check must be done against next ctts...Baptiste Coudurier2007-05-121-3/+4
* cosmetics: fix indentationAlex Beregszaszi2007-05-111-2/+2
* dmb1 fourcc, mjpeg_opendml.movBaptiste Coudurier2007-05-101-0/+1
* Use url_fopen error code when opening input fileBenoit Fouet2007-05-101-2/+1
* TyposPanagiotis Issaris2007-05-101-2/+2
* Reindent code after last commitLuca Abeni2007-05-101-34/+34
* Allow avoid setting the video standard and input when capturing v4l2 video.Limin Wang2007-05-101-0/+4
* RoQ muxer, patch by Vitor, vitor1001 gmail comVitor Sessak2007-05-094-1/+32
* 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
OpenPOWER on IntegriCloud