summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-03
* Plug memory leak in NSV demuxer.Jai Menon2010-03-03
* Support demuxing of streamed Bink filesPeter Ross2010-03-03
* Plug memory leak for truncated filesVitor Sessak2010-03-02
* Plug some memory leaks for truncated filesVitor Sessak2010-03-02
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-01
* nutdec: make chapter start and length uint64_t to prevent overflows.Anton Khirnov2010-03-01
* Explicitly set struct addrinfo to NULL if getaddrinfo failed instead ofReimar Döffinger2010-02-28
* Make our getaddrinfo implementation initialize "struct addrinfo" returnReimar Döffinger2010-02-28
* Plug some memory leaks in NUT muxer and demuxerVitor Sessak2010-02-28
* Print chapter info in dump_format().Anton Khirnov2010-02-28
* Many mp3s seem to contain padding after id3 tags that is not considered in theMichael Niedermayer2010-02-28
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-28
* Include rtpdec.h, it contains prototypes for the following functions:Carl Eugen Hoyos2010-02-28
* Include avc.h from avc.c: It contains several prototypes.Carl Eugen Hoyos2010-02-28
* Make mp4_read_descr static: It is only used inside libavformat/mov.c.Carl Eugen Hoyos2010-02-28
* Include apetag.h which contains the prototype for ff_ape_parse_tag().Carl Eugen Hoyos2010-02-28
* RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxerMartin Storsjö2010-02-26
* asfenc: write tags in proper UTF-16.Anton Khirnov2010-02-25
* asfenc: simplify writing of comment header.Anton Khirnov2010-02-25
* asfdec: don't strip the "WM/" prefix, this should be done during conversion.Anton Khirnov2010-02-25
* asf: indent.Benoit Fouet2010-02-25
* asf: add more entries to metadata conv table.Benoit Fouet2010-02-25
* Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in ourAnton Khirnov2010-02-24
* Don't add WM prefixes to all written ASF tags.Anton Khirnov2010-02-24
* Eliminate put_str16().Anton Khirnov2010-02-24
* Mention that metadata tags are (unvalidated) UTF-8.Anton Khirnov2010-02-24
* low-complexity Bink file seekingPeter Ross2010-02-24
* set AVINDEX_KEYFRAME correctly for binkPeter Ross2010-02-24
* Correctly increment continuity_counter in PCR packets.Yann Coupin2010-02-24
* asfdec: skip byte array tags.Benoit Fouet2010-02-24
* asfdec: add a debug message about skipped tags.Benoit Fouet2010-02-24
* asfdec: fix a memleak.Benoit Fouet2010-02-24
* asfdec: only unicode tags must have even length.Benoit Fouet2010-02-24
* Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov2010-02-24
* Count all frames with codec_info_nb_frames not just ones with non zeroMichael Niedermayer2010-02-23
* Put codec_info_nb_frames back in AVStream and print its value.Michael Niedermayer2010-02-23
* Set video stream duration for Bink demuxerPeter Ross2010-02-23
* Cosmetics: reindentMartin Storsjö2010-02-23
* Bink audio pts starts at 0, not reported_sizePeter Ross2010-02-23
* Make Bink demuxer pass video flags to decoderKostya Shishkov2010-02-23
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-23
* Make sure mp1/mp2 get their frame_size set.Michael Niedermayer2010-02-22
* Add an RTSP muxerMartin Storsjö2010-02-22
* Free metadata in chained RTP muxers in the RTSP muxerMartin Storsjö2010-02-22
* Cosmetics: reindentMartin Storsjö2010-02-22
* Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö2010-02-22
* Cosmetics: reindent after applying patchesMartin Storsjö2010-02-22
* Don't follow RTSP redirects when used as a muxerMartin Storsjö2010-02-22
* Add a function rtsp_setup_output_streams for announcing the SDPMartin Storsjö2010-02-22