log

age author description
2010-02-24 rbultje Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in our libavformat
2010-02-24 rbultje Don't add WM prefixes to all written ASF tags. libavformat
2010-02-24 rbultje Eliminate put_str16(). libavformat
2010-02-24 rbultje Mention that metadata tags are (unvalidated) UTF-8. libavformat
2010-02-24 pross low-complexity Bink file seeking libavformat
2010-02-24 pross set AVINDEX_KEYFRAME correctly for bink libavformat
2010-02-24 cehoyos Correctly increment continuity_counter in PCR packets. libavformat
2010-02-24 benoit asfdec: skip byte array tags. libavformat
2010-02-24 benoit asfdec: add a debug message about skipped tags. libavformat
2010-02-24 benoit asfdec: fix a memleak. libavformat
2010-02-24 benoit asfdec: only unicode tags must have even length. libavformat
2010-02-24 kostya Introduce metadata conversion table for NUT muxer and demuxer. libavformat
2010-02-23 michael Count all frames with codec_info_nb_frames not just ones with non zero libavformat
2010-02-23 michael Put codec_info_nb_frames back in AVStream and print its value. libavformat
2010-02-23 pross Set video stream duration for Bink demuxer libavformat
2010-02-23 mstorsjo Cosmetics: reindent libavformat
2010-02-23 pross Bink audio pts starts at 0, not reported_size libavformat
2010-02-23 kostya Make Bink demuxer pass video flags to decoder libavformat
2010-02-23 rbultje Prefix non-static RTSP functions with ff_. libavformat
2010-02-22 michael Make sure mp1/mp2 get their frame_size set. libavformat
2010-02-22 mstorsjo Add an RTSP muxer libavformat
2010-02-22 mstorsjo Free metadata in chained RTP muxers in the RTSP muxer libavformat
2010-02-22 mstorsjo Cosmetics: reindent libavformat
2010-02-22 mstorsjo Add declarations and doxygen documentation of generic rtsp support functions libavformat
2010-02-22 mstorsjo Cosmetics: reindent after applying patches libavformat
2010-02-22 mstorsjo Don't follow RTSP redirects when used as a muxer libavformat
2010-02-22 mstorsjo Add a function rtsp_setup_output_streams for announcing the SDP libavformat
2010-02-22 mstorsjo Create AVFormatContext objects as private transport for output RTSP sessions libavformat
2010-02-22 michael Make sure a set r_frame_rate is not overriden by a guess. libavformat
2010-02-22 michael Attempt to fix the completely random values returned by ff_avc_find_startcode(). libavformat
2010-02-21 vitor Fix memory leak for truncated packets in idCin demuxer libavformat
2010-02-20 michael Make sure we dont write more bytes into filename than the array is long. libavformat
2010-02-20 michael Do not attempt to open references through absolute pathes. libavformat
2010-02-20 vitor Do not leave uninitialized data in the packet in MPC demuxer. Should allow for libavformat
2010-02-19 rbultje Split rtsp_read_header() into two functions, so that the main part (now also libavformat
2010-02-19 rbultje Split out input-specific parts of rtsp_read_header() into its own, new, libavformat
2010-02-19 rbultje Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e. libavformat
2010-02-19 rbultje Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer) libavformat
2010-02-19 rbultje Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState libavformat
2010-02-19 kostya WavPack demuxer also depends on APE tag parser libavformat
2010-02-19 kostya Make Bink demuxer skip all zero audio tracks, not only the first one libavformat
2010-02-19 daniel AEA demuxer requires raw.o for pcm_read_seek libavformat
2010-02-19 vitor Fix memory leak for truncated frames libavformat
2010-02-19 vitor Fix memory leak for truncated frames libavformat
2010-02-19 rbultje Remove stale function declaration. libavformat
2010-02-19 rbultje Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the libavformat
2010-02-19 kostya WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for it libavformat
2010-02-18 kostya Make RTMP client send bytes read report libavformat
2010-02-17 rbultje Add functions to send RTSP commands with content attached to them. This will libavformat
2010-02-16 rbultje Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp, libavformat
2010-02-16 rbultje When using RTP-over-UDP, send dummy packets during stream setup, similar to libavformat
2010-02-16 rbultje Fix two problems (no idea how this ever worked): libavformat
2010-02-16 rbultje Revert r21851. libavformat
2010-02-16 rbultje Don't return 0 if buffer setup failed. That signals the RTSP demuxer that libavformat
2010-02-16 rbultje Set lavf identification string globally in av_write_header(), rather libavformat
2010-02-16 pross Support IFF ANNO (annotation) chunk type libavformat
2010-02-15 cehoyos Strings in extended content header are UTF16, libavformat
2010-02-15 cehoyos workaround for broken files created by previous versions of asfenc. libavformat
2010-02-14 reimar Reindent libavformat
2010-02-14 reimar Optimize h261_probe function, since it is far slower than all others. libavformat