aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix mxf interleaving packet purgeBaptiste Coudurier2009-02-161-10/+9
* Improve grammar: "X next after Y" -> "next X after Y".Stefano Sabatini2009-02-152-3/+3
* matroskaenc: use new metadata APIAurelien Jacobs2009-02-151-6/+8
* matroskadec: export language of metadata tags when availableAurelien Jacobs2009-02-151-2/+14
* matroskadec: add needed definitions forgotten in r17331Aurelien Jacobs2009-02-151-0/+5
* matroskadec: add generic metadata supportAurelien Jacobs2009-02-151-36/+69
* matroskadec: read track and attachment uidAurelien Jacobs2009-02-151-2/+4
* matroskadec: export track name through the metadata APIAurelien Jacobs2009-02-151-1/+3