summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* consistent naming of Chinese AVS raw demuxerStefan Gehrer2009-02-22
* Support playback of incorrectly cut DV files where the headers do notReimar Döffinger2009-02-22
* check av_get_packet return valueBaptiste Coudurier2009-02-22
* return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable w...Baptiste Coudurier2009-02-22
* parse aac extradata to fetch channels and sample rate, patch from NetgemBaptiste Coudurier2009-02-21
* Waste less space for printing timebases.Michael Niedermayer2009-02-21
* Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje2009-02-21
* Print all timebases (idea from netgem)Michael Niedermayer2009-02-21
* Check for alloc failures.Michael Niedermayer2009-02-21
* Check for EOF during index reading.Michael Niedermayer2009-02-21
* Use context variable repeat_pict for frame duration computation andIvan Schreter2009-02-21
* Handle chunks with the MSB in size set correctly that is unsigned.Michael Niedermayer2009-02-21
* Be less noisy with invalid pts/dts.Michael Niedermayer2009-02-21
* Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer2009-02-21
* Change sizeof(struct_type) to sizeof(variable).Ronald S. Bultje2009-02-21
* add raw demuxer for Chinese AVS elementary streamsStefan Gehrer2009-02-21
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-19
* Re-indent after last commitAlex Converse2009-02-19
* AAC in ASF does not need parsing.Alex Converse2009-02-19
* Add Divio MPEG-4 FOURCC (M4CC)Alex Converse2009-02-19
* matroskadec: return AVERROR_EOF upon detection of end of fileAurelien Jacobs2009-02-19
* FLV demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-19
* AVI demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-19
* fix missing dependenciesAurelien Jacobs2009-02-19
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-18
* av_alloc_format_context has been renamed, update AVFormatContext av_classavcoder2009-02-18
* fix partition index byte countBaptiste Coudurier2009-02-18
* always use multi track since timecode track is presentBaptiste Coudurier2009-02-18
* fix preface versionBaptiste Coudurier2009-02-18
* check fifo size and realloc if neededBaptiste Coudurier2009-02-18
* start counting track number from 0Baptiste Coudurier2009-02-18
* remove redundant commentBaptiste Coudurier2009-02-18
* do not write slice count when muxing cbrBaptiste Coudurier2009-02-18
* flush pending write in mxf_write_footerBaptiste Coudurier2009-02-18
* use index 0 for timecode track and write it in source package alsoBaptiste Coudurier2009-02-18
* fix rip body sid when muxing cbrBaptiste Coudurier2009-02-18
* simplify descriptor size computation logicBaptiste Coudurier2009-02-18
* use new metadata API in nsv demuxerAurelien Jacobs2009-02-18
* use new metadata API in mpegts muxerAurelien Jacobs2009-02-18
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-17
* remove now useless get_str16() from rmdec.cAurelien Jacobs2009-02-17
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-17
* apedec: display a warning when truncating a metadata tagAurelien Jacobs2009-02-17
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-17
* Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni2009-02-17
* Move to rtp.h the prototypes of all the functions defined in rtp.cLuca Abeni2009-02-17
* use new metadata API in ape demuxerAurelien Jacobs2009-02-17
* avidec: fix error introduced in r17382Måns Rullgård2009-02-16
* Add a context to av_log() calls and modify a function prototype to allow it.Benoit Fouet2009-02-16
* Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]Ronald S. Bultje2009-02-16