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