summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-17
| | | | Originally committed as revision 17398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless get_str16() from rmdec.cAurelien Jacobs2009-02-17
| | | | Originally committed as revision 17397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-17
| | | | Originally committed as revision 17396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* apedec: display a warning when truncating a metadata tagAurelien Jacobs2009-02-17
| | | | Originally committed as revision 17394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-17
| | | | | | "'static' is not at beginning of declaration" with -Wextra. Originally committed as revision 17391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni2009-02-17
| | | | | | a static function Originally committed as revision 17390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move to rtp.h the prototypes of all the functions defined in rtp.cLuca Abeni2009-02-17
| | | | Originally committed as revision 17389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in ape demuxerAurelien Jacobs2009-02-17
| | | | Originally committed as revision 17388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avidec: fix error introduced in r17382Måns Rullgård2009-02-16
| | | | Originally committed as revision 17385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() calls and modify a function prototype to allow it.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]Ronald S. Bultje2009-02-16
| | | | | | document rtsp.h" mailinglist thread. Originally committed as revision 17381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() call and update the trace not to be redundant.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't install rtsp.h. It is intended to be private, it depends on rtp codeRonald S. Bultje2009-02-16
| | | | | | | | | which isn't installed anyway (so it doesn't work). In the process, also remove public/private API comments from rtsp headers because they are unnecessary. Originally committed as revision 17379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() calls.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() call.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() calls.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() calls.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() call.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() calls and extend ape_dumpinfo prototype to do that.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fetch display aspect ratio from mpeg-2 essenceBaptiste Coudurier2009-02-16
| | | | Originally committed as revision 17371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge mxf_write_d10_packet into mxf_write_packetBaptiste Coudurier2009-02-16
| | | | Originally committed as revision 17367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ff_rtp_get_payload_type()Luca Abeni2009-02-16
| | | | Originally committed as revision 17365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni2009-02-16
| | | | | | a static function Originally committed as revision 17364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make format long_names consistent.Diego Biurrun2009-02-16
| | | | Originally committed as revision 17360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mxf interleaving packet purgeBaptiste Coudurier2009-02-16
| | | | Originally committed as revision 17359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve grammar: "X next after Y" -> "next X after Y".Stefano Sabatini2009-02-15
| | | | Originally committed as revision 17347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: use new metadata APIAurelien Jacobs2009-02-15
| | | | Originally committed as revision 17336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: export language of metadata tags when availableAurelien Jacobs2009-02-15
| | | | Originally committed as revision 17334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add needed definitions forgotten in r17331Aurelien Jacobs2009-02-15
| | | | Originally committed as revision 17332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add generic metadata supportAurelien Jacobs2009-02-15
| | | | Originally committed as revision 17331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: read track and attachment uidAurelien Jacobs2009-02-15
| | | | | | will be useful for generic metadata support Originally committed as revision 17330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: export track name through the metadata APIAurelien Jacobs2009-02-15
| | | | Originally committed as revision 17329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use new metadata API to export some simple informationAurelien Jacobs2009-02-15
| | | | Originally committed as revision 17328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not export to the public the first_protocol symbol at the nextStefano Sabatini2009-02-15
| | | | | | | | major bump. There is no need for that, since av_protocol_next() already provides access to the first registered protocol. Originally committed as revision 17326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document av_protocol_next().Stefano Sabatini2009-02-15
| | | | Originally committed as revision 17324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace calls/references of the deprecated register_protocol()Stefano Sabatini2009-02-15
| | | | | | function with correponding calls/references to av_register_protocol(). Originally committed as revision 17323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini2009-02-15
| | | | | | register_protocol(). Originally committed as revision 17322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demux some more metadata tags in movAurelien Jacobs2009-02-15
| | | | Originally committed as revision 17321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document av_iformat_next() and av_oformat_next() functions.Stefano Sabatini2009-02-15
| | | | Originally committed as revision 17316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in mov demuxerAurelien Jacobs2009-02-15
| | | | Originally committed as revision 17309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from ↵Michael Niedermayer2009-02-14
| | | | | | | | incompatible pointer type" The alternative (schoolbook) solution is less readable. Originally committed as revision 17230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use consistent indent style in oggdec.Peter Ross2009-02-14
| | | | Originally committed as revision 17227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavcodec/internal.h include to avoid warning: implicit declaration ofPatrik Kullman2009-02-13
| | | | | | | | function ‘ff_log_missing_feature’ Patch by Patrik Kullman ( patrik yes nu ) Originally committed as revision 17220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute body offset and index entry offset correctlyBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct field number for video according to specs, patch by Thierry ↵Thierry Foucu2009-02-13
| | | | | | Foucu, tfoucu at gmail dot com Originally committed as revision 17214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, rename nb_frames to nb_fieldsBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix slice offset computationBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless #if around the file, it is already conditionally compiled.Diego Biurrun2009-02-13
| | | | Originally committed as revision 17208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set mime type for mxfBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17206 to svn://svn.ffmpeg.org/ffmpeg/trunk