aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* TypoRamiro Polla2007-09-111-1/+1
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-1111-14/+41
* rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs2007-09-103-4/+3
* Bump micro version number for r10429Ramiro Polla2007-09-101-2/+2
* *_protocol are not part of public APIAurelien Jacobs2007-09-103-13/+7
* Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check ifLuca Abeni2007-09-101-2/+2
* Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni2007-09-102-27/+14
* Properly set RTP and NTP timestamps in RTCP SR packetsLuca Abeni2007-09-101-7/+14
* Improve track number decoding for some WMA filesPatrice Bensoussan2007-09-091-2/+2
* Do not set codec_tag when the container does not specify it.Reimar Döffinger2007-09-091-1/+0
* Copy nuv header only when the video codec is nuvReimar Döffinger2007-09-091-5/+13
* Rename the format name audio_device (used in both oss and audio_beos) to oss ...Ramiro Polla2007-09-072-4/+4
* Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxerRamiro Polla2007-09-075-14/+18
* Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkvDavid Conrad2007-09-061-1/+1
* Set correct length for last slice in frame subpacketKostya Shishkov2007-09-061-0/+2
* cosmetics: Add some whitespace for better readability.Diego Biurrun2007-09-051-116/+116
* spelling/wording nits in some Doxygen commentsDiego Biurrun2007-09-051-2/+2
* Rename dc1394.c to libdc1394.cRamiro Polla2007-09-052-1/+1
* Prefix library format names with 'lib' in libavformatRamiro Polla2007-09-052-2/+2
* Give better filenames to bktr and v4l grabbersRamiro Polla2007-09-053-2/+2
* Remove video_grab_ prefix from video_grab_{bktr,v4l}Ramiro Polla2007-09-055-8/+8
* revert 10409Michael Niedermayer2007-09-051-6/+6
* export put_timestamp()Michael Niedermayer2007-09-051-6/+6
* Make sure that if a stream has a duration but the container doesn'tNeil Brown2007-09-051-13/+22
* Correct initial timestampWolfram Gloger2007-09-051-0/+1
* AAC support in the SDP generatorLuca Abeni2007-09-051-13/+42
* Enable Matroska muxerDavid Conrad2007-09-053-1/+6
* Grammar nitsDavid Conrad2007-09-051-9/+9
* Always use AVFormatContext for av_log messagesDavid Conrad2007-09-051-16/+16
* Rename ebml size functions to indicate that they can be used for more kinds o...David Conrad2007-09-051-21/+21
* We shouldn't be passing in sizes larger than 2^56-2, so use an assertDavid Conrad2007-09-051-5/+1
* IndentationDavid Conrad2007-09-051-22/+22
* Don't seek when streamedDavid Conrad2007-09-051-0/+6
* Get rid of useless bracesDavid Conrad2007-09-051-8/+7
* IndentDavid Conrad2007-09-051-1/+1
* Match the behaviour betwen the bmp and wav codec tag lookupsDavid Conrad2007-09-051-0/+5
* Write codecprivate to a dynamic buffer so that seeking isn't requiredDavid Conrad2007-09-051-24/+17
* Move writing codec private element to its own functionDavid Conrad2007-09-051-29/+43