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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun
Calling Make from subdirectories is not supported and config.mak has multiple inclusion guards anyway, so the top-level include is enough.
2011-06-24udp: Receive on the remote port number, if no local port is setCan Wu
For a unicast udp stream to localhost:1234, currently ffplay udp://:1234?localport=1234 works, but ffplay udp://:1234 doesn't work. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-06-23Use av_printf_format to check the usage of printf style functionsMartin Storsjö
This helps catching cases where the format string doesn't match what is passed in, or injection bugs where user data is passed in as format string. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-23nsvdec: Propagate error values instead of returning 0 in nsv_read_header().Diego Biurrun
This eliminates a warning about a set-but-unused variable.
2011-06-21mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos
2011-06-21mov: Support R10g codec identifier.ami_stuff
2011-06-21riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad
2011-06-21riff: Add DAVC fourcc.ami_stuff
This fourcc is used by the "mpegable AVC" codec and files encoded with this codec decode correctly with our H.264 decoder.
2011-06-21riff: Add M263, XVIX, MMJP, CDV5 fourccs.Carl Eugen Hoyos
2011-06-21rawvideo: Support auv2 fourcc.ami_stuff
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
av_get_bits_per_sample_fmt() is deprecated.
2011-06-20mov: Fix empty edit detection.Yusuke Nakamura
2011-06-19lavf: prevent crash in av_open_input_file() if ap == NULL.Ronald S. Bultje
Needed for proper behaviour in our old API compatibility code.
2011-06-18lavf: add a forgotten NULL check in convert_format_parameters().Anton Khirnov
2011-06-16Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov
2011-06-16lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov
It supports more convenient setting of AVOptions.
2011-06-16Deprecate av_open_input_* and remove their uses.Anton Khirnov
Deprecate the last remaining member of AVFormatParameters.
2011-06-16lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov
Add support for demuxer private options.
2011-06-16rtpenc_latm: Consistently use "Libav" in license boilerplate.Diego Biurrun
2011-06-16rtsp: Don't pass string pointer as format string to ff_url_joinMartin Storsjö
In this case, the string that was passed couldn't contain user-defined data and thus there was no risk for injection bugs, but it's safer this way, if we later change the content of the options string. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-16mmsh: fixed printf injection bug in mmsh requestKirill Zorin
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-14utils: Drop pointless '#if 1' preprocessor directive.Diego Biurrun
2011-06-13wav: remove an invalid free().Carl Eugen Hoyos
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-13lavf: initialise reference_dts in av_estimate_timings_from_pts.Michael Niedermayer
Fixes issue2437. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-13img2: add .dpx to the list of supported file extensions.Peter Ross
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-10Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun
2011-06-10adts: Adjust frame size mask to follow the specification.Kieran Kunhya
This fixes ADTS detection for at least one sample. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-06-10movenc: Add RTP muxer/hinter optionsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10movenc: Pass the RTP AVFormatContext to the SDP generationMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10rtspenc: Add RTP muxer optionsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10rtspenc: Add an AVClass for setting muxer specific optionsMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10rtpenc_chain: Pass the rtpflags options through to the chained muxerMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10rtpenc: Declare the rtp flags private AVOptions in rtpenc.hMartin Storsjö
This allows other muxers that chain a RTP muxer to declare the same options easily. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10sdp: Reindent after the previous commitMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez
This is enabled with an AVOption on the RTP muxer. The SDP generator looks for a latm flag in the rtpflags field. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö
Options from the AVFormatContext can be read for modifying the generated SDP. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-10mov: Fix wrong timestamp generation for fragmented movies that have time ↵Yusuke Nakamura
offset caused by the first edit list entry. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-10lavf: make compute_pkt_fields2() return meaningful error valuesStefano Sabatini
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-10matroskadec: set timestamps for RealAudio packets.Reimar Döffinger
Improves seeking in ffplay with http://samples.mplayerhq.hu/Matroska/RA_missing_timestamps.mkv Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-06-09movdec: Add support for the 'wfex' atom.Alex Converse
The 'wfex' is just a Microsoft WaveFormatEx struct.
2011-06-09riff: Fix potential memleak.Alex Converse
Make ff_get_wav_header() free existing extradata before allocing a new buffer.
2011-06-09crypto: Use av_freep instead of av_freeEtienne Buira
This fixes a potential double free. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-06-08lavf: don't try to free private options if priv_data is NULL.Anton Khirnov
This might happen if there was an error before priv_data was allocated and result in segfault.
2011-06-08options: Add missing braces around struct initializer.Diego Biurrun
This fixes the warning: libavformat/options.c:62:1: warning: missing braces around initializer [-Wmissing-braces]
2011-06-08mov: Remove leftover crufty debug statement with references to a local file.Diego Biurrun
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov
Rename it to AVDictionary, since it will be used as such. Tags documentation and metadata conversion API is lavf-specific, so remains there.
2011-06-08Remove some non-compiling debug messages.Diego Biurrun
2011-06-07Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun