summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* use the VP6A codecAurelien Jacobs2007-09-251-0/+3
* revert r10527Aurelien Jacobs2007-09-251-49/+6
* Add my name to the copyright header, since rtp_mpv now containsLuca Abeni2007-09-241-0/+1
* Fix a warning by removing an useless assignment (buf_ptr should be onlyLuca Abeni2007-09-241-1/+0
* Looks like this APE decoder support versions starting from 3.95Kostya Shishkov2007-09-231-1/+1
* indentMichael Niedermayer2007-09-221-1/+1
* fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.n...Michael Niedermayer2007-09-221-0/+1
* HDYC fourcc, sample hdyc/Test2.aviBaptiste Coudurier2007-09-211-0/+1
* add D-10 NTSC supportBaptiste Coudurier2007-09-211-0/+6
* extract correct d10 aes3 audio channels numberBaptiste Coudurier2007-09-211-15/+13
* allcodecs.h and allformats.h are not used anymoreAurelien Jacobs2007-09-201-199/+0
* remove last dependencies on allformats.h and allcodecs.hAurelien Jacobs2007-09-201-7/+12
* cosmetics: typoDiego Biurrun2007-09-191-1/+1
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-192-16/+27
* Add support for VP6A in flv.Aurelien Jacobs2007-09-181-6/+49
* Add explanatory comments to the parse_date function.Stefano Sabatini2007-09-181-0/+8
* disable loads of debug messages to reduce object sizeAurelien Jacobs2007-09-171-0/+6
* loosen dependencies over allformats.hAurelien Jacobs2007-09-166-7/+8
* monkey audio demuxer now can parse ape tagsBenjamin Zores2007-09-161-0/+125
* warning fix:Diego Biurrun2007-09-161-1/+0
* Set codec_id correctly for RJPG codec_tagReimar Döffinger2007-09-151-1/+2
* Support fragmentation for AAC framesLuca Abeni2007-09-141-1/+17
* Support for AAC streaming over RTP. Fragmentation is not implemented yetLuca Abeni2007-09-144-1/+104
* Forward error code when reading a v4l2 frameBenoit Fouet2007-09-131-1/+1
* Monkey Audio decoderKostya Shishkov2007-09-135-2/+397
* stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOVBaptiste Coudurier2007-09-121-0/+3
OpenPOWER on IntegriCloud