summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* Create AVFormatContext objects as private transport for output RTSP sessionsMartin Storsjö2010-02-22
* Make sure a set r_frame_rate is not overriden by a guess.Michael Niedermayer2010-02-22
* Attempt to fix the completely random values returned by ff_avc_find_startcode().Michael Niedermayer2010-02-22
* Fix memory leak for truncated packets in idCin demuxerVitor Sessak2010-02-21
* Make sure we dont write more bytes into filename than the array is long.Michael Niedermayer2010-02-20
* Do not attempt to open references through absolute pathes.Michael Niedermayer2010-02-20
* Do not leave uninitialized data in the packet in MPC demuxer. Should allow forVitor Sessak2010-02-20
* Split rtsp_read_header() into two functions, so that the main part (now alsoMartin Storsjö2010-02-19
* Split out input-specific parts of rtsp_read_header() into its own, new,Martin Storsjö2010-02-19
* Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e.Martin Storsjö2010-02-19
* Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer)Martin Storsjö2010-02-19
* Make rtsp_close_streams() take a AVFormatContext instead of a RTSPStateMartin Storsjö2010-02-19
* WavPack demuxer also depends on APE tag parserKostya Shishkov2010-02-19