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
path: root/doc
AgeCommit message (Expand)Author
2011-07-17ffplay: warn that -pix_fmt is no longer working, suggest alternativeStefano Sabatini
2011-07-17ffplay: warn that -s is no longer working, suggest alternativeStefano Sabatini
2011-07-14doc: remove file name from @file directive in Doxygen usage exampleDiego Biurrun
2011-07-14APIchanges: fill in missing hashes and dates.Anton Khirnov
2011-07-14Add an APIChanges entry and bump minor versions for recent changes.Anton Khirnov
2011-07-14ffmpeg: print the low bitrate warning after the codec is openend.Anton Khirnov
2011-07-13wav: parse 'bext' metadataTomas Härdin
2011-07-13wav: add an option for writing BEXT chunkBenjamin Larsson
2011-07-13doc: Improve references to external URLs.Diego Biurrun
2011-07-12doc: Remove outdated comments about gcc 2.95 and gcc 3.3 support.Diego Biurrun
2011-07-09doc: replace @pxref by @ref where appropriateDiego Biurrun
2011-07-08doc: update ffmpeg -ar and -ac documentation to reflect reality.Anton Khirnov
2011-07-08ffmpeg: deprecate loop_input and loop_output optionsAnton Khirnov
2011-07-08docs: Use proper markup for a literal command line optionMartin Storsjö
2011-07-08docs: Remove a remark that isn't relevant any longerMartin Storsjö
2011-07-08docs: Explain how to regenerate import libraries with MSVC toolsMartin Storsjö
2011-07-08docs: Mention that libraries for MSVC can be built with a cross compilerMartin Storsjö
2011-07-08docs: Remove old docs that mention setting up a build environment with lib.exeMartin Storsjö
2011-07-08docs: Mention the upstream bugzilla url about the dlltool vs MSVC issueMartin Storsjö
2011-07-07docs: Remove needless configure optionsMartin Storsjö
2011-07-07docs: Don't recommend adding --enable-memalign-hackMartin Storsjö
2011-07-06Remove unused and outdated TODO file.Diego Biurrun
2011-07-01doc: Remove outdated information about our issue trackerReinhard Tartler
2011-06-29build: create output directories as neededMans Rullgard
2011-06-28build: call texi2pod.pl with full path instead of symlinkMans Rullgard
2011-06-23Add av_printf_format, for marking printf style format strings and their param...Martin Storsjö
2011-06-23build: remove SRC_PATH_BARE variableMans Rullgard
2011-06-23build: move documentation rules to doc/MakefileMans Rullgard
2011-06-21document libswscale bumpReinhard Tartler
2011-06-19Add Release NotesReinhard Tartler
2011-06-16Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov
2011-06-10avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov
2011-06-07APIchanges: fill-in git commit hash for av_get_bytes_per_sample() additionJustin Ruggles
2011-06-07samplefmt: add av_get_bytes_per_sample()Stefano Sabatini
2011-06-05AVOptions: add av_opt_free convenience function.Anton Khirnov
2011-05-28APIchanges: fill in git hash for av_get_pix_fmt_name (0420bd7).Ronald S. Bultje
2011-05-28lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini
2011-05-28webm: support stereo videos in matroska/webm muxerAlok Ahuja
2011-05-28ac3enc: add support for E-AC-3 encoding.Justin Ruggles
2011-05-27doc: Drop DJGPP section, Libav now compiles out-of-the-box on FreeDOS.Diego Biurrun
2011-05-26doc: Drop hint at --enable-memalign-hack for MinGW, it is now autodetected.Diego Biurrun
2011-05-26doc: create separate section for audio encodersStefano Sabatini
2011-05-25APIchanges: Fill in git hash for fps_probe_size (30315a8)Alex Converse
2011-05-25avformat: Add fpsprobesize as an AVOption.Alex Converse
2011-05-24ac3enc: add channel coupling supportJustin Ruggles
2011-05-19APIchanges: fill in date and commit for request_sample_fmtJustin Ruggles
2011-05-19Add APIchanges entry for request_sample_fmt.Justin Ruggles
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-11Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier