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
2011-07-04Do not include log.h in avutil.hMans Rullgard
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-07-04Remove return statements following infinite loops without breakMans Rullgard
2011-07-04RTSP: Doxygen comment cleanupDiego Biurrun
2011-07-03doxygen: Escape '\' in Doxygen documentation.Diego Biurrun
2011-07-03doxygen: Fix parameter names to match the function prototypes.Diego Biurrun
2011-07-03Move some conditionally used code below the appropriate #ifdef.Diego Biurrun
2011-07-03avidec: simplify convoluted flow in avi_load_index()Mans Rullgard
2011-07-03Remove statements immediately following unconditional jumpsMans Rullgard
2011-07-02libavformat: Add an example how to use the metadata APIReinhard Tartler
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-07-02avformat: doxify the Metadata APIReinhard Tartler
2011-07-02lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format.Anton Khirnov
2011-07-02lavf: use the correct pointer in av_open_input_stream().Anton Khirnov
2011-07-02avidec: infer absolute vs relative index from first packetAlex Converse
2011-07-01avidec: Factor out the sync fucntionality.Alex Converse
2011-07-01matroskadec: matroska_read_seek after after EBML_STOP leads to failure.John Stebbins
2011-06-30doxygen: Include libavcodec and libavformat examples into the documentationReinhard Tartler
2011-06-30Add support for aac streams in mp4/mov without extradata.Benjamin Larsson
2011-06-30udp: Fix a compilation warningMartin Storsjö
2011-06-30matroskadec: forward parsing errors to caller.Ami Fischman
2011-06-30av_find_stream_info: simplify EAGAIN handling.Ami Fischman
2011-06-29ogg: fix double free when finding length of small chained oggs.Ronald S. Bultje
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard
2011-06-28wavpack: skip blocks with no samplesKostya Shishkov
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun
2011-06-24udp: Receive on the remote port number, if no local port is setCan Wu
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-06-23Use av_printf_format to check the usage of printf style functionsMartin Storsjö
2011-06-23nsvdec: Propagate error values instead of returning 0 in nsv_read_header().Diego Biurrun
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
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
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
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
2011-06-16Deprecate av_open_input_* and remove their uses.Anton Khirnov
2011-06-16lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov
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ö
2011-06-16mmsh: fixed printf injection bug in mmsh requestKirill Zorin
2011-06-14utils: Drop pointless '#if 1' preprocessor directive.Diego Biurrun
2011-06-13wav: remove an invalid free().Carl Eugen Hoyos