summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* Add a context to av_log() call and update the trace not to be redundant.Benoit Fouet2009-02-16
* Don't install rtsp.h. It is intended to be private, it depends on rtp codeRonald S. Bultje2009-02-16
* Add a context to av_log() calls.Benoit Fouet2009-02-16
* Add a context to av_log() call.Benoit Fouet2009-02-16
* Add a context to av_log() calls.Benoit Fouet2009-02-16
* Add a context to av_log() calls.Benoit Fouet2009-02-16
* Add a context to av_log() call.Benoit Fouet2009-02-16
* Add a context to av_log() calls and extend ape_dumpinfo prototype to do that.Benoit Fouet2009-02-16
* fetch display aspect ratio from mpeg-2 essenceBaptiste Coudurier2009-02-16
* merge mxf_write_d10_packet into mxf_write_packetBaptiste Coudurier2009-02-16
* Document ff_rtp_get_payload_type()Luca Abeni2009-02-16
* Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni2009-02-16
* Make format long_names consistent.Diego Biurrun2009-02-16
* fix mxf interleaving packet purgeBaptiste Coudurier2009-02-16
* Improve grammar: "X next after Y" -> "next X after Y".Stefano Sabatini2009-02-15
* matroskaenc: use new metadata APIAurelien Jacobs2009-02-15
* matroskadec: export language of metadata tags when availableAurelien Jacobs2009-02-15
* matroskadec: add needed definitions forgotten in r17331Aurelien Jacobs2009-02-15
* matroskadec: add generic metadata supportAurelien Jacobs2009-02-15
* matroskadec: read track and attachment uidAurelien Jacobs2009-02-15
* matroskadec: export track name through the metadata APIAurelien Jacobs2009-02-15