aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in ourAnton Khirnov2010-02-241-6/+10
* Don't add WM prefixes to all written ASF tags.Anton Khirnov2010-02-242-7/+4
* Eliminate put_str16().Anton Khirnov2010-02-241-9/+5
* Mention that metadata tags are (unvalidated) UTF-8.Anton Khirnov2010-02-241-1/+3
* low-complexity Bink file seekingPeter Ross2010-02-241-0/+15
* set AVINDEX_KEYFRAME correctly for binkPeter Ross2010-02-241-8/+10
* Correctly increment continuity_counter in PCR packets.Yann Coupin2010-02-241-4/+4
* asfdec: skip byte array tags.Benoit Fouet2010-02-241-2/+2
* asfdec: add a debug message about skipped tags.Benoit Fouet2010-02-241-0/+1
* asfdec: fix a memleak.Benoit Fouet2010-02-241-0/+1
* asfdec: only unicode tags must have even length.Benoit Fouet2010-02-241-1/+1
* Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov2010-02-244-10/+21
* Count all frames with codec_info_nb_frames not just ones with non zeroMichael Niedermayer2010-02-231-2/+1
* Put codec_info_nb_frames back in AVStream and print its value.Michael Niedermayer2010-02-232-7/+11
* Set video stream duration for Bink demuxerPeter Ross2010-02-231-6/+5
* Cosmetics: reindentMartin Storsjö2010-02-232-20/+20
* Bink audio pts starts at 0, not reported_sizePeter Ross2010-02-231-1/+2
* Make Bink demuxer pass video flags to decoderKostya Shishkov2010-02-231-2/+4
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-236-55/+52
* Make sure mp1/mp2 get their frame_size set.Michael Niedermayer2010-02-221-0/+2
* Add an RTSP muxerMartin Storsjö2010-02-225-3/+137
* Free metadata in chained RTP muxers in the RTSP muxerMartin Storsjö2010-02-221-0/+2
* Cosmetics: reindentMartin Storsjö2010-02-221-12/+12
* Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö2010-02-222-28/+97
* Cosmetics: reindent after applying patchesMartin Storsjö2010-02-221-2/+2
* Don't follow RTSP redirects when used as a muxerMartin Storsjö2010-02-221-1/+1
* Add a function rtsp_setup_output_streams for announcing the SDPMartin Storsjö2010-02-221-0/+62
* Create AVFormatContext objects as private transport for output RTSP sessionsMartin Storsjö2010-02-222-3/+57
* Make sure a set r_frame_rate is not overriden by a guess.Michael Niedermayer2010-02-221-3/+3
* Attempt to fix the completely random values returned by ff_avc_find_startcode().Michael Niedermayer2010-02-221-5/+11
* Fix memory leak for truncated packets in idCin demuxerVitor Sessak2010-02-211-4/+4
* Make sure we dont write more bytes into filename than the array is long.Michael Niedermayer2010-02-201-1/+1
* Do not attempt to open references through absolute pathes.Michael Niedermayer2010-02-201-5/+2
* Do not leave uninitialized data in the packet in MPC demuxer. Should allow forVitor Sessak2010-02-201-0/+2
* Split rtsp_read_header() into two functions, so that the main part (now alsoMartin Storsjö2010-02-191-10/+24
* Split out input-specific parts of rtsp_read_header() into its own, new,Martin Storsjö2010-02-191-33/+42
* Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e.Martin Storsjö2010-02-191-1/+1
* Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer)Martin Storsjö2010-02-191-1/+3
* Make rtsp_close_streams() take a AVFormatContext instead of a RTSPStateMartin Storsjö2010-02-191-6/+6
* WavPack demuxer also depends on APE tag parserKostya Shishkov2010-02-191-1/+1
* Make Bink demuxer skip all zero audio tracks, not only the first oneKostya Shishkov2010-02-191-1/+1
* AEA demuxer requires raw.o for pcm_read_seekDaniel Verkamp2010-02-191-1/+1
* Fix memory leak for truncated framesVitor Sessak2010-02-191-2/+2
* Fix memory leak for truncated framesVitor Sessak2010-02-191-10/+14
* Remove stale function declaration.Martin Storsjö2010-02-191-1/+0
* Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers theMartin Storsjö2010-02-192-7/+7
* WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for itKostya Shishkov2010-02-191-1/+1
* Make RTMP client send bytes read reportKostya Shishkov2010-02-181-0/+38
* Add functions to send RTSP commands with content attached to them. This willMartin Storsjö2010-02-171-1/+25
* Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp,Ronald S. Bultje2010-02-162-5/+1