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-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08ffplay: remove -debug optionStefano Sabatini
2011-06-08ffplay: remove -vismv optionStefano Sabatini
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-07eval: add support for pow() functionStefano Sabatini
2011-06-06lavfi: prefer nb_samples over size in AVFilterBufferRefAudioPropsStefano Sabatini
2011-06-06samplefmt: switch nb_channels/nb_samples params order in av_samples_alloc()Stefano Sabatini
2011-06-06samplefmt: change layout for arrays created by av_samples_alloc() and _fill_a...Stefano Sabatini
2011-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-06vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_refStefano Sabatini
2011-06-05AVOptions: add av_opt_free convenience function.Anton Khirnov
2011-06-05ffprobe: implement -i FILE optionStefano Sabatini
2011-06-05ffplay.texi: document -i FILE optionStefano Sabatini
2011-06-05sdl: use the filename for defining the window title, if not specifiedStefano Sabatini
2011-06-03lavfi: add avfilter_link_free() functionStefano Sabatini
2011-06-02doc: cosmetics: libx264 typosJames Zern
2011-06-01doc/examples: give meaningful names to the example filesStefano Sabatini
2011-06-01doc: add libvpx encoder sectionJames Zern
2011-05-30api-example: uppercase first letter in "copyright"Stefano Sabatini
2011-05-30output-example: create @file doxy from text in the copyright headerStefano Sabatini
2011-05-30examples: move API examples to a dedicated dir in docStefano Sabatini
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-29doc: correct AC-3 option subsection placementJames Zern
2011-05-28lavdev: add SDL output deviceStefano Sabatini
2011-05-28lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini
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-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-27patch checklist: suggest --disable-yasm test.Michael Niedermayer
2011-05-27fate.txt: replace FATE rsync command with a make commandStefano Sabatini
2011-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-26doc: Drop hint at --enable-memalign-hack for MinGW, it is now autodetected.Diego Biurrun
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-25vf_mp: fix name of the remove-logo filter referenced in filters.texiStefano Sabatini
2011-05-25lavfi: add select filterStefano Sabatini
2011-05-25eval: implement not() expressionStefano Sabatini
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-24ac3enc: add channel coupling supportJustin Ruggles
2011-05-24Add Kamil Nowosads j2k code.Kamil Nowosad
2011-05-24matroska: cleanup handling of video stereo modeAurelien Jacobs
2011-05-23muxers.texi changes for mkv/webm optionsalahuja