Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-25asfenc: write tags in proper UTF-16.Anton Khirnov
2010-02-25asfenc: simplify writing of comment header.Anton Khirnov
2010-02-25asfdec: don't strip the "WM/" prefix, this should be done during conversion.Anton Khirnov
2010-02-25asf: indent.Benoit Fouet
2010-02-25asf: add more entries to metadata conv table.Benoit Fouet
2010-02-24Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in ourAnton Khirnov
2010-02-24Don't add WM prefixes to all written ASF tags.Anton Khirnov
2010-02-24Eliminate put_str16().Anton Khirnov
2010-02-24Mention that metadata tags are (unvalidated) UTF-8.Anton Khirnov
2010-02-24low-complexity Bink file seekingPeter Ross
2010-02-24set AVINDEX_KEYFRAME correctly for binkPeter Ross
2010-02-24Correctly increment continuity_counter in PCR packets.Yann Coupin
2010-02-24asfdec: skip byte array tags.Benoit Fouet
2010-02-24asfdec: add a debug message about skipped tags.Benoit Fouet
2010-02-24asfdec: fix a memleak.Benoit Fouet
2010-02-24asfdec: only unicode tags must have even length.Benoit Fouet
2010-02-24Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov
2010-02-23Count all frames with codec_info_nb_frames not just ones with non zeroMichael Niedermayer
2010-02-23Put codec_info_nb_frames back in AVStream and print its value.Michael Niedermayer
2010-02-23Set video stream duration for Bink demuxerPeter Ross
2010-02-23Cosmetics: reindentMartin Storsjö
2010-02-23Bink audio pts starts at 0, not reported_sizePeter Ross
2010-02-23Make Bink demuxer pass video flags to decoderKostya Shishkov
2010-02-23Prefix non-static RTSP functions with ff_.Ronald S. Bultje
2010-02-23Make sure mp1/mp2 get their frame_size set.Michael Niedermayer
2010-02-23Add an RTSP muxerMartin Storsjö
2010-02-23Free metadata in chained RTP muxers in the RTSP muxerMartin Storsjö
2010-02-22Cosmetics: reindentMartin Storsjö
2010-02-22Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö
2010-02-22Cosmetics: reindent after applying patchesMartin Storsjö
2010-02-22Don't follow RTSP redirects when used as a muxerMartin Storsjö
2010-02-22Add a function rtsp_setup_output_streams for announcing the SDPMartin Storsjö
2010-02-22Create AVFormatContext objects as private transport for output RTSP sessionsMartin Storsjö
2010-02-22Make sure a set r_frame_rate is not overriden by a guess.Michael Niedermayer
2010-02-22Attempt to fix the completely random values returned by ff_avc_find_startcode().Michael Niedermayer
2010-02-21Fix memory leak for truncated packets in idCin demuxerVitor Sessak
2010-02-21Make sure we dont write more bytes into filename than the array is long.Michael Niedermayer
2010-02-21Do not attempt to open references through absolute pathes.Michael Niedermayer
2010-02-20Do not leave uninitialized data in the packet in MPC demuxer. Should allow forVitor Sessak
2010-02-20Split rtsp_read_header() into two functions, so that the main part (now alsoMartin Storsjö
2010-02-20Split out input-specific parts of rtsp_read_header() into its own, new,Martin Storsjö
2010-02-20Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e.Martin Storsjö
2010-02-20Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer)Martin Storsjö
2010-02-20Make rtsp_close_streams() take a AVFormatContext instead of a RTSPStateMartin Storsjö
2010-02-20WavPack demuxer also depends on APE tag parserKostya Shishkov
2010-02-20Make Bink demuxer skip all zero audio tracks, not only the first oneKostya Shishkov
2010-02-20AEA demuxer requires raw.o for pcm_read_seekDaniel Verkamp
2010-02-19Fix memory leak for truncated framesVitor Sessak
2010-02-19Fix memory leak for truncated framesVitor Sessak
2010-02-19Remove stale function declaration.Martin Storsjö