summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* use new metadata API in ape demuxerAurelien Jacobs2009-02-171-39/+11
* avidec: fix error introduced in r17382Måns Rullgård2009-02-161-1/+1
* Add a context to av_log() calls and modify a function prototype to allow it.Benoit Fouet2009-02-161-15/+16
* Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]Ronald S. Bultje2009-02-162-4/+4
* Add a context to av_log() call and update the trace not to be redundant.Benoit Fouet2009-02-161-1/+1
* Don't install rtsp.h. It is intended to be private, it depends on rtp codeRonald S. Bultje2009-02-162-4/+1
* Add a context to av_log() calls.Benoit Fouet2009-02-161-3/+3
* Add a context to av_log() call.Benoit Fouet2009-02-161-1/+1
* Add a context to av_log() calls.Benoit Fouet2009-02-161-2/+2
* Add a context to av_log() calls.Benoit Fouet2009-02-161-9/+9
* Add a context to av_log() call.Benoit Fouet2009-02-161-1/+1
* Add a context to av_log() calls and extend ape_dumpinfo prototype to do that.Benoit Fouet2009-02-161-47/+47
* fetch display aspect ratio from mpeg-2 essenceBaptiste Coudurier2009-02-161-8/+13
* merge mxf_write_d10_packet into mxf_write_packetBaptiste Coudurier2009-02-161-65/+30
* Document ff_rtp_get_payload_type()Luca Abeni2009-02-161-1/+8
* Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni2009-02-164-4/+4
* Make format long_names consistent.Diego Biurrun2009-02-161-10/+10
OpenPOWER on IntegriCloud