summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-17
* Re-enable DEBUG_SEEK flag.Benoit Fouet2007-10-16
* dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are it...Baptiste Coudurier2007-10-16
* indentationBaptiste Coudurier2007-10-16
* Fix streaming to XBox360.Patric Stout2007-10-15
* cosmetics: reindentAurelien Jacobs2007-10-15
* add support for VP6 in electronicarts demuxerAurelien Jacobs2007-10-15
* remove useless &0xFFAurelien Jacobs2007-10-15
* merge declaration and initializationAurelien Jacobs2007-10-15
* remove unused context varsAurelien Jacobs2007-10-15
* remove unused codeAurelien Jacobs2007-10-15
* remove unused tags definitionAurelien Jacobs2007-10-15
* remove unused close functionAurelien Jacobs2007-10-15
* simplify bitstream readingAurelien Jacobs2007-10-15
* Undefine DEBUG_SEEK.Thorsten Jordan2007-10-15
* Nellymoser ASAO decoderBenjamin Larsson2007-10-15
* cosmetics: Move asf_read_close() down to get rid of a forward declaration.Diego Biurrun2007-10-14
* Increment minor after r10709.Benoit Fouet2007-10-14
* simply buffer checks in vorbis_comment()Måns Rullgård2007-10-13
* use bytestream_get_* in vorbis_comment()Måns Rullgård2007-10-13
* Fix memleakRamiro Polla2007-10-12
* Add functionality to set the direction of a ByteIOContext buffer.Björn Axelsson2007-10-11
* check values more thoroughly in vorbis_header()Måns Rullgård2007-10-10
* use bytestream_get_* in vorbis_header()Måns Rullgård2007-10-10
* fix buffer overread with invalid Vorbis headerMåns Rullgård2007-10-10
* remove duplicate Vorbis comment tag handlingMåns Rullgård2007-10-10
* Remove ogg seek function, instead use generic seek via read_timestamp functionReimar Döffinger2007-10-10
* Add a read_timestamp function to ogg demuxerReimar Döffinger2007-10-10
* indentMichael Niedermayer2007-10-09
* avoid generating invalid filesMichael Niedermayer2007-10-09
* append extradata atoms when parsing, fix OLOCOONS_O3.movBaptiste Coudurier2007-10-08
* DNxHD (SMPTE VC-3) encoderBaptiste Coudurier2007-10-08
* Allow to set the maximum number of frames per RTP packet (and add support forLuca Abeni2007-10-02
* Add checking for codecid to has_codec_parameters().Ronald S. Bultje2007-10-01
* dnet audio needs avparser to work with the lavc ac3 decoder.Justin Ruggles2007-10-01
* Add support for AMV variants of AVI files.Vladimir Voroshilov2007-09-29
* Add IPv6 support to url_split()Ronald S. Bultje2007-09-29
* Documentation fix for url_f(d)open()Björn Axelsson2007-09-28
* refactor url_split(), preparing for IPv6 supportRonald S. Bultje2007-09-27
* Fix avisynth compilation after allformats.h was removedRamiro Polla2007-09-26
* add support for AVI files with On2 headerAurelien Jacobs2007-09-26
* use a table to parse AVI file headerAurelien Jacobs2007-09-26
* IndentationBenoit Fouet2007-09-26
* Check read_packet before using it.Benoit Fouet2007-09-26
* added structures and code to keep track of pids<->programs mapping: it's neededNico Sabbi2007-09-25
* replaced custom tracking of programs/services with calls to with av_new_progr...Nico Sabbi2007-09-25
* Added definition and utility functions to handle AVProgram(s) in AVFormatCon...Nico Sabbi2007-09-25
* use the VP6A codecAurelien Jacobs2007-09-25
* revert r10527Aurelien Jacobs2007-09-25