aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* set start_time to 0 to enable seeking in mp3-filesThorsten Jordan2007-10-181-0/+1
* Make url_split() strip url options (?opt=var) from the returned hostname orRonald S. Bultje2007-10-181-4/+7
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-1726-80/+79
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-171-3/+3
* Re-enable DEBUG_SEEK flag.Benoit Fouet2007-10-161-1/+1
* dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are it...Baptiste Coudurier2007-10-161-1/+1
* indentationBaptiste Coudurier2007-10-161-18/+18
* Fix streaming to XBox360.Patric Stout2007-10-151-1/+4
* cosmetics: reindentAurelien Jacobs2007-10-151-9/+9
* add support for VP6 in electronicarts demuxerAurelien Jacobs2007-10-151-16/+51
* remove useless &0xFFAurelien Jacobs2007-10-151-2/+2
* merge declaration and initializationAurelien Jacobs2007-10-151-2/+1
* remove unused context varsAurelien Jacobs2007-10-151-6/+0
* remove unused codeAurelien Jacobs2007-10-151-4/+0
* remove unused tags definitionAurelien Jacobs2007-10-151-2/+0
* remove unused close functionAurelien Jacobs2007-10-151-8/+0
* simplify bitstream readingAurelien Jacobs2007-10-151-15/+3
* Undefine DEBUG_SEEK.Thorsten Jordan2007-10-151-1/+1
* Nellymoser ASAO decoderBenjamin Larsson2007-10-151-0/+2
* cosmetics: Move asf_read_close() down to get rid of a forward declaration.Diego Biurrun2007-10-141-15/+13
* Increment minor after r10709.Benoit Fouet2007-10-141-2/+2
* simply buffer checks in vorbis_comment()Måns Rullgård2007-10-131-10/+6
* use bytestream_get_* in vorbis_comment()Måns Rullgård2007-10-131-6/+3
* Fix memleakRamiro Polla2007-10-121-0/+3
* Add functionality to set the direction of a ByteIOContext buffer.Björn Axelsson2007-10-112-9/+23
* check values more thoroughly in vorbis_header()Måns Rullgård2007-10-101-1/+18
* use bytestream_get_* in vorbis_header()Måns Rullgård2007-10-101-4/+5
* fix buffer overread with invalid Vorbis headerMåns Rullgård2007-10-101-5/+13
* remove duplicate Vorbis comment tag handlingMåns Rullgård2007-10-101-4/+0
* Remove ogg seek function, instead use generic seek via read_timestamp functionReimar Döffinger2007-10-101-84/+1
* Add a read_timestamp function to ogg demuxerReimar Döffinger2007-10-101-9/+16
* indentMichael Niedermayer2007-10-091-2/+2
* avoid generating invalid filesMichael Niedermayer2007-10-091-0/+2
* append extradata atoms when parsing, fix OLOCOONS_O3.movBaptiste Coudurier2007-10-081-9/+12
* DNxHD (SMPTE VC-3) encoderBaptiste Coudurier2007-10-081-0/+54
* Allow to set the maximum number of frames per RTP packet (and add support forLuca Abeni2007-10-023-1/+17
* Add checking for codecid to has_codec_parameters().Ronald S. Bultje2007-10-011-4/+1
* dnet audio needs avparser to work with the lavc ac3 decoder.Justin Ruggles2007-10-011-0/+1
* Add support for AMV variants of AVI files.Vladimir Voroshilov2007-09-291-1/+21
* Add IPv6 support to url_split()Ronald S. Bultje2007-09-291-8/+14
* Documentation fix for url_f(d)open()Björn Axelsson2007-09-281-1/+3
* refactor url_split(), preparing for IPv6 supportRonald S. Bultje2007-09-271-57/+38
* Fix avisynth compilation after allformats.h was removedRamiro Polla2007-09-261-3/+1
* add support for AVI files with On2 headerAurelien Jacobs2007-09-261-0/+1
* use a table to parse AVI file headerAurelien Jacobs2007-09-261-17/+28
* IndentationBenoit Fouet2007-09-261-2/+2
* Check read_packet before using it.Benoit Fouet2007-09-261-1/+3
* added structures and code to keep track of pids<->programs mapping: it's neededNico Sabbi2007-09-251-0/+98
* replaced custom tracking of programs/services with calls to with av_new_progr...Nico Sabbi2007-09-251-54/+7
* Added definition and utility functions to handle AVProgram(s) in AVFormatCon...Nico Sabbi2007-09-252-2/+58