summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* Add my name to the copyright header, since rtp_mpv now containsLuca Abeni2007-09-24
* Fix a warning by removing an useless assignment (buf_ptr should be onlyLuca Abeni2007-09-24
* Looks like this APE decoder support versions starting from 3.95Kostya Shishkov2007-09-23
* indentMichael Niedermayer2007-09-22
* fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.n...Michael Niedermayer2007-09-22
* HDYC fourcc, sample hdyc/Test2.aviBaptiste Coudurier2007-09-21
* add D-10 NTSC supportBaptiste Coudurier2007-09-21
* extract correct d10 aes3 audio channels numberBaptiste Coudurier2007-09-21
* allcodecs.h and allformats.h are not used anymoreAurelien Jacobs2007-09-20
* remove last dependencies on allformats.h and allcodecs.hAurelien Jacobs2007-09-20
* cosmetics: typoDiego Biurrun2007-09-19
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
* Add support for VP6A in flv.Aurelien Jacobs2007-09-18
* Add explanatory comments to the parse_date function.Stefano Sabatini2007-09-18
* disable loads of debug messages to reduce object sizeAurelien Jacobs2007-09-17
* loosen dependencies over allformats.hAurelien Jacobs2007-09-16
* monkey audio demuxer now can parse ape tagsBenjamin Zores2007-09-16
* warning fix:Diego Biurrun2007-09-16
* Set codec_id correctly for RJPG codec_tagReimar Döffinger2007-09-15