summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* matroskadec: use new metadata API to export some simple informationAurelien Jacobs2009-02-15
* Do not export to the public the first_protocol symbol at the nextStefano Sabatini2009-02-15
* Document av_protocol_next().Stefano Sabatini2009-02-15
* Replace calls/references of the deprecated register_protocol()Stefano Sabatini2009-02-15
* Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini2009-02-15
* demux some more metadata tags in movAurelien Jacobs2009-02-15
* Document av_iformat_next() and av_oformat_next() functions.Stefano Sabatini2009-02-15
* use new metadata API in mov demuxerAurelien Jacobs2009-02-15
* Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incomp...Michael Niedermayer2009-02-14
* Use consistent indent style in oggdec.Peter Ross2009-02-14
* Add libavcodec/internal.h include to avoid warning: implicit declaration ofPatrik Kullman2009-02-13
* compute body offset and index entry offset correctlyBaptiste Coudurier2009-02-13
* use correct field number for video according to specs, patch by Thierry Foucu...Thierry Foucu2009-02-13
* cosmetics, rename nb_frames to nb_fieldsBaptiste Coudurier2009-02-13
* fix slice offset computationBaptiste Coudurier2009-02-13
* Remove pointless #if around the file, it is already conditionally compiled.Diego Biurrun2009-02-13
* set mime type for mxfBaptiste Coudurier2009-02-13
* simplifyBaptiste Coudurier2009-02-13