summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* simply buffer checks in vorbis_comment()Måns Rullgård2007-10-13
| | | | Originally committed as revision 10725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bytestream_get_* in vorbis_comment()Måns Rullgård2007-10-13
| | | | Originally committed as revision 10724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleakRamiro Polla2007-10-12
| | | | | | Closes issue 102 Originally committed as revision 10719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add functionality to set the direction of a ByteIOContext buffer.Björn Axelsson2007-10-11
| | | | | | | | Patch by Björn Axelsson bjorn axelsson intinor se Original thread: [FFmpeg-devel] [PATCH] MMS protocol support patch 1 Date: 09/19/2007 05:51 PM Originally committed as revision 10709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check values more thoroughly in vorbis_header()Måns Rullgård2007-10-10
| | | | Originally committed as revision 10707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bytestream_get_* in vorbis_header()Måns Rullgård2007-10-10
| | | | Originally committed as revision 10706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix buffer overread with invalid Vorbis headerMåns Rullgård2007-10-10
| | | | Originally committed as revision 10705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate Vorbis comment tag handlingMåns Rullgård2007-10-10
| | | | Originally committed as revision 10704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ogg seek function, instead use generic seek via read_timestamp functionReimar Döffinger2007-10-10
| | | | Originally committed as revision 10702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a read_timestamp function to ogg demuxerReimar Döffinger2007-10-10
| | | | Originally committed as revision 10701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-10-09
| | | | Originally committed as revision 10693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid generating invalid filesMichael Niedermayer2007-10-09
| | | | | | fixes issue213 Originally committed as revision 10692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* append extradata atoms when parsing, fix OLOCOONS_O3.movBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DNxHD (SMPTE VC-3) encoderBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to set the maximum number of frames per RTP packet (and add support forLuca Abeni2007-10-02
| | | | | | this in the AAC packetizer) Originally committed as revision 10647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add checking for codecid to has_codec_parameters().Ronald S. Bultje2007-10-01
| | | | | | | | patch by Ronald S. Bultje, rsbultje gmail com Date: Sat, 29 Sep 2007 09:25:52 -0400 Subject: [FFmpeg-devel] [PATCH] has_codec_parameters() addition Originally committed as revision 10636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnet audio needs avparser to work with the lavc ac3 decoder.Justin Ruggles2007-10-01
| | | | | | | Fixes issue 121 Patch by Justin Ruggles Originally committed as revision 10634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for AMV variants of AVI files.Vladimir Voroshilov2007-09-29
| | | | | | | | patch by Vladimir Voroshilov, voroshil gmail com Date: Sun, 30 Sep 2007 00:30:34 +0700 Subject: Re: [FFmpeg-devel] [PATCH] Demuxer for AMV files Originally committed as revision 10623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add IPv6 support to url_split()Ronald S. Bultje2007-09-29
| | | | | | | patch by: Ronald S. Bultje rsbultje a gmail d com thread: "[PATCH] url_split() ipv6 support" at 2007/Sep/23 18:43 Originally committed as revision 10615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Documentation fix for url_f(d)open()Björn Axelsson2007-09-28
| | | | | | Patch by Björn Axelsson bjorn axelsson intinor se Originally committed as revision 10608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* refactor url_split(), preparing for IPv6 supportRonald S. Bultje2007-09-27
| | | | | | | patch by: Ronald S. Bultje rsbultje a gmail d com thread: "[PATCH] url_split() ipv6 support" at 09/23/07 18:43 Originally committed as revision 10605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix avisynth compilation after allformats.h was removedRamiro Polla2007-09-26
| | | | Originally committed as revision 10594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for AVI files with On2 headerAurelien Jacobs2007-09-26
| | | | Originally committed as revision 10591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a table to parse AVI file headerAurelien Jacobs2007-09-26
| | | | Originally committed as revision 10590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationBenoit Fouet2007-09-26
| | | | Originally committed as revision 10589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check read_packet before using it.Benoit Fouet2007-09-26
| | | | Originally committed as revision 10588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added structures and code to keep track of pids<->programs mapping: it's neededNico Sabbi2007-09-25
| | | | | | | to decide which pids to discard in order to feed to the caller only AVProgram(s) that have the AV_DISCARD_ALL flag not set Originally committed as revision 10581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replaced custom tracking of programs/services with calls to with ↵Nico Sabbi2007-09-25
| | | | | | av_new_program() Originally committed as revision 10580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added definition and utility functions to handle AVProgram(s) in ↵Nico Sabbi2007-09-25
| | | | | | AVFormatContext Originally committed as revision 10579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the VP6A codecAurelien Jacobs2007-09-25
| | | | Originally committed as revision 10578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r10527Aurelien Jacobs2007-09-25
| | | | | | There is now a proper vp6a codec, so no need for this hack anymore. Originally committed as revision 10577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add my name to the copyright header, since rtp_mpv now containsLuca Abeni2007-09-24
| | | | | | a fair amount of code written by me Originally committed as revision 10563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a warning by removing an useless assignment (buf_ptr should be onlyLuca Abeni2007-09-24
| | | | | | used in the RTP muxer, and not in the demuxer) Originally committed as revision 10561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Looks like this APE decoder support versions starting from 3.95Kostya Shishkov2007-09-23
| | | | Originally committed as revision 10551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-09-22
| | | | Originally committed as revision 10545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with ↵Michael Niedermayer2007-09-22
| | | | | | | | | http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.nsv.bz2 bug introduced in r8466 closes issue179 Originally committed as revision 10544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HDYC fourcc, sample hdyc/Test2.aviBaptiste Coudurier2007-09-21
| | | | Originally committed as revision 10541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add D-10 NTSC supportBaptiste Coudurier2007-09-21
| | | | Originally committed as revision 10539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract correct d10 aes3 audio channels numberBaptiste Coudurier2007-09-21
| | | | Originally committed as revision 10538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allcodecs.h and allformats.h are not used anymoreAurelien Jacobs2007-09-20
| | | | Originally committed as revision 10536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove last dependencies on allformats.h and allcodecs.hAurelien Jacobs2007-09-20
| | | | Originally committed as revision 10535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typoDiego Biurrun2007-09-19
| | | | Originally committed as revision 10534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
| | | | | | | | | Patch by Stefano Sabatini: [stefano sabatini-lala poste it] Original thread: [FFmpeg-devel] [PATCH] Enhace documentation forlibavformat/utils.c:parse_date Date: 08/17/2007 09:40 PM Originally committed as revision 10533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for VP6A in flv.Aurelien Jacobs2007-09-18
| | | | | | | | | | Those files really contain 2 standard VP6 video streams: - the "normal" video stream - the alpha plan video stream (which is a standard YV12 video with it's U an V plans all set to 0) closes issue166 Originally committed as revision 10527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add explanatory comments to the parse_date function.Stefano Sabatini2007-09-18
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable loads of debug messages to reduce object sizeAurelien Jacobs2007-09-17
| | | | Originally committed as revision 10518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* loosen dependencies over allformats.hAurelien Jacobs2007-09-16
| | | | Originally committed as revision 10513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* monkey audio demuxer now can parse ape tagsBenjamin Zores2007-09-16
| | | | Originally committed as revision 10511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fix:Diego Biurrun2007-09-16
| | | | | | | nutdec.c: In function ‘nut_read_timestamp’: nutdec.c:759: warning: label ‘resync’ defined but not used Originally committed as revision 10506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set codec_id correctly for RJPG codec_tagReimar Döffinger2007-09-15
| | | | Originally committed as revision 10498 to svn://svn.ffmpeg.org/ffmpeg/trunk