summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-245-4/+6
* Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the sameMichael Niedermayer2009-02-241-1/+3
* start track id at 2, track id 1 for timecodeBaptiste Coudurier2009-02-231-3/+3
* Allow av_find_stream_info() to be aborted.Michael Niedermayer2009-02-231-0/+5
* consistent naming of Chinese AVS raw demuxerStefan Gehrer2009-02-221-1/+1
* Support playback of incorrectly cut DV files where the headers do notReimar Döffinger2009-02-221-1/+13
* check av_get_packet return valueBaptiste Coudurier2009-02-221-2/+4
* return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable w...Baptiste Coudurier2009-02-221-34/+42
* parse aac extradata to fetch channels and sample rate, patch from NetgemBaptiste Coudurier2009-02-211-0/+14
* Waste less space for printing timebases.Michael Niedermayer2009-02-211-3/+10
* Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje2009-02-212-12/+12
* Print all timebases (idea from netgem)Michael Niedermayer2009-02-211-3/+3
* Check for alloc failures.Michael Niedermayer2009-02-211-4/+9
* Check for EOF during index reading.Michael Niedermayer2009-02-211-0/+10
* Use context variable repeat_pict for frame duration computation andIvan Schreter2009-02-211-0/+2
* Handle chunks with the MSB in size set correctly that is unsigned.Michael Niedermayer2009-02-211-3/+4
* Be less noisy with invalid pts/dts.Michael Niedermayer2009-02-211-1/+1
* Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer2009-02-212-2/+12
* Change sizeof(struct_type) to sizeof(variable).Ronald S. Bultje2009-02-211-1/+1
* add raw demuxer for Chinese AVS elementary streamsStefan Gehrer2009-02-213-0/+58
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-192-1/+3
* Re-indent after last commitAlex Converse2009-02-191-1/+1
* AAC in ASF does not need parsing.Alex Converse2009-02-191-0/+4
* Add Divio MPEG-4 FOURCC (M4CC)Alex Converse2009-02-191-0/+1
* matroskadec: return AVERROR_EOF upon detection of end of fileAurelien Jacobs2009-02-191-1/+1
* FLV demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-191-1/+1
* AVI demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-191-1/+1
* fix missing dependenciesAurelien Jacobs2009-02-191-6/+31
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-182-3/+5
* av_alloc_format_context has been renamed, update AVFormatContext av_classavcoder2009-02-181-1/+1
* fix partition index byte countBaptiste Coudurier2009-02-181-1/+1
* always use multi track since timecode track is presentBaptiste Coudurier2009-02-181-13/+3
* fix preface versionBaptiste Coudurier2009-02-181-1/+1
* check fifo size and realloc if neededBaptiste Coudurier2009-02-181-0/+7
* start counting track number from 0Baptiste Coudurier2009-02-181-6/+4
* remove redundant commentBaptiste Coudurier2009-02-181-1/+1
* do not write slice count when muxing cbrBaptiste Coudurier2009-02-181-5/+5
* flush pending write in mxf_write_footerBaptiste Coudurier2009-02-181-0/+2
* use index 0 for timecode track and write it in source package alsoBaptiste Coudurier2009-02-181-19/+18
* fix rip body sid when muxing cbrBaptiste Coudurier2009-02-181-1/+4
* simplify descriptor size computation logicBaptiste Coudurier2009-02-181-11/+9
* use new metadata API in nsv demuxerAurelien Jacobs2009-02-181-9/+1
* use new metadata API in mpegts muxerAurelien Jacobs2009-02-181-10/+9
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-171-0/+2
* remove now useless get_str16() from rmdec.cAurelien Jacobs2009-02-171-5/+0
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-175-21/+57
* apedec: display a warning when truncating a metadata tagAurelien Jacobs2009-02-171-0/+2
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-171-1/+1
* Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni2009-02-173-3/+3
* Move to rtp.h the prototypes of all the functions defined in rtp.cLuca Abeni2009-02-172-5/+4
OpenPOWER on IntegriCloud