summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* Support fragmentation for AAC framesLuca Abeni2007-09-14
* Support for AAC streaming over RTP. Fragmentation is not implemented yetLuca Abeni2007-09-14
* Forward error code when reading a v4l2 frameBenoit Fouet2007-09-13
* Monkey Audio decoderKostya Shishkov2007-09-13
* stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOVBaptiste Coudurier2007-09-12
* TypoRamiro Polla2007-09-11
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-11
* rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs2007-09-10
* Bump micro version number for r10429Ramiro Polla2007-09-10
* *_protocol are not part of public APIAurelien Jacobs2007-09-10
* Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check ifLuca Abeni2007-09-10
* Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni2007-09-10
* Properly set RTP and NTP timestamps in RTCP SR packetsLuca Abeni2007-09-10
* Improve track number decoding for some WMA filesPatrice Bensoussan2007-09-09
* Do not set codec_tag when the container does not specify it.Reimar Döffinger2007-09-09
* Copy nuv header only when the video codec is nuvReimar Döffinger2007-09-09
* Rename the format name audio_device (used in both oss and audio_beos) to oss ...Ramiro Polla2007-09-07
* Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxerRamiro Polla2007-09-07
* Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkvDavid Conrad2007-09-06
* Set correct length for last slice in frame subpacketKostya Shishkov2007-09-06
* cosmetics: Add some whitespace for better readability.Diego Biurrun2007-09-05
* spelling/wording nits in some Doxygen commentsDiego Biurrun2007-09-05
* Rename dc1394.c to libdc1394.cRamiro Polla2007-09-05
* Prefix library format names with 'lib' in libavformatRamiro Polla2007-09-05
* Give better filenames to bktr and v4l grabbersRamiro Polla2007-09-05
* Remove video_grab_ prefix from video_grab_{bktr,v4l}Ramiro Polla2007-09-05
* revert 10409Michael Niedermayer2007-09-05
* export put_timestamp()Michael Niedermayer2007-09-05
* Make sure that if a stream has a duration but the container doesn'tNeil Brown2007-09-05
* Correct initial timestampWolfram Gloger2007-09-05
* AAC support in the SDP generatorLuca Abeni2007-09-05
* Enable Matroska muxerDavid Conrad2007-09-05
* Grammar nitsDavid Conrad2007-09-05
* Always use AVFormatContext for av_log messagesDavid Conrad2007-09-05
* Rename ebml size functions to indicate that they can be used for more kinds o...David Conrad2007-09-05
* We shouldn't be passing in sizes larger than 2^56-2, so use an assertDavid Conrad2007-09-05
* IndentationDavid Conrad2007-09-05
* Don't seek when streamedDavid Conrad2007-09-05
* Get rid of useless bracesDavid Conrad2007-09-05
* IndentDavid Conrad2007-09-05
* Match the behaviour betwen the bmp and wav codec tag lookupsDavid Conrad2007-09-05