| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-09 | 1 | -0/+5 |
|\ |
|
| * | Move metadata API from lavf to lavu. | Anton Khirnov | 2011-06-08 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -0/+4 |
|\| |
|
| * | APIchanges: fill-in git commit hash for av_get_bytes_per_sample() addition | Justin Ruggles | 2011-06-07 | 1 | -1/+1 |
| * | samplefmt: add av_get_bytes_per_sample() | Stefano Sabatini | 2011-06-07 | 1 | -0/+4 |
* | | ffplay: remove -debug option | Stefano Sabatini | 2011-06-08 | 1 | -2/+0 |
* | | ffplay: remove -vismv option | Stefano Sabatini | 2011-06-08 | 1 | -2/+0 |
* | | eval: add support for pow() function | Stefano Sabatini | 2011-06-07 | 1 | -0/+4 |
* | | lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps | Stefano Sabatini | 2011-06-06 | 1 | -0/+5 |
* | | samplefmt: switch nb_channels/nb_samples params order in av_samples_alloc() | Stefano Sabatini | 2011-06-06 | 1 | -0/+4 |
* | | samplefmt: change layout for arrays created by av_samples_alloc() and _fill_a... | Stefano Sabatini | 2011-06-06 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-06 | 1 | -0/+3 |
|\| |
|
| * | AVOptions: add av_opt_free convenience function. | Anton Khirnov | 2011-06-05 | 1 | -0/+3 |
* | | vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_ref | Stefano Sabatini | 2011-06-06 | 1 | -0/+4 |
* | | ffprobe: implement -i FILE option | Stefano Sabatini | 2011-06-05 | 1 | -0/+3 |
* | | ffplay.texi: document -i FILE option | Stefano Sabatini | 2011-06-05 | 1 | -1/+3 |
* | | sdl: use the filename for defining the window title, if not specified | Stefano Sabatini | 2011-06-05 | 1 | -6/+3 |
* | | lavfi: add avfilter_link_free() function | Stefano Sabatini | 2011-06-03 | 1 | -0/+3 |
* | | doc: cosmetics: libx264 typos | James Zern | 2011-06-02 | 1 | -2/+2 |
* | | doc/examples: give meaningful names to the example files | Stefano Sabatini | 2011-06-01 | 3 | -1/+1 |
* | | doc: add libvpx encoder section | James Zern | 2011-05-31 | 1 | -0/+113 |
* | | api-example: uppercase first letter in "copyright" | Stefano Sabatini | 2011-05-30 | 1 | -1/+1 |
* | | output-example: create @file doxy from text in the copyright header | Stefano Sabatini | 2011-05-30 | 1 | -3/+7 |
* | | examples: move API examples to a dedicated dir in doc | Stefano Sabatini | 2011-05-30 | 3 | -0/+1026 |
* | | Merge remote-tracking branch 'qatar/master' into master | Michael Niedermayer | 2011-05-29 | 2 | -1/+5 |
|\| |
|
| * | APIchanges: fill in git hash for av_get_pix_fmt_name (0420bd7). | Ronald S. Bultje | 2011-05-28 | 1 | -1/+1 |
| * | lavu: add av_get_pix_fmt_name() convenience function | Stefano Sabatini | 2011-05-28 | 1 | -0/+4 |
| * | webm: support stereo videos in matroska/webm muxer | Alok Ahuja | 2011-05-28 | 1 | -0/+63 |
| * | ac3enc: add support for E-AC-3 encoding. | Justin Ruggles | 2011-05-27 | 1 | -1/+1 |
* | | doc: correct AC-3 option subsection placement | James Zern | 2011-05-29 | 1 | -45/+43 |
* | | lavdev: add SDL output device | Stefano Sabatini | 2011-05-28 | 1 | -0/+43 |
* | | lavu: add av_get_pix_fmt_name() convenience function | Stefano Sabatini | 2011-05-28 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-27 | 1 | -6/+0 |
|\| |
|
| * | doc: Drop DJGPP section, Libav now compiles out-of-the-box on FreeDOS. | Diego Biurrun | 2011-05-27 | 1 | -6/+0 |
* | | patch checklist: suggest --disable-yasm test. | Michael Niedermayer | 2011-05-27 | 1 | -0/+2 |
* | | fate.txt: replace FATE rsync command with a make command | Stefano Sabatini | 2011-05-27 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-27 | 1 | -12/+0 |
|\| |
|
| * | doc: Drop hint at --enable-memalign-hack for MinGW, it is now autodetected. | Diego Biurrun | 2011-05-26 | 1 | -12/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-26 | 2 | -2/+4 |
|\| |
|
| * | doc: create separate section for audio encoders | Stefano Sabatini | 2011-05-26 | 1 | -13/+17 |
| * | APIchanges: Fill in git hash for fps_probe_size (30315a8) | Alex Converse | 2011-05-25 | 1 | -1/+1 |
| * | avformat: Add fpsprobesize as an AVOption. | Alex Converse | 2011-05-25 | 1 | -0/+3 |
* | | vf_mp: fix name of the remove-logo filter referenced in filters.texi | Stefano Sabatini | 2011-05-25 | 1 | -1/+1 |
* | | lavfi: add select filter | Stefano Sabatini | 2011-05-25 | 1 | -0/+116 |
* | | eval: implement not() expression | Stefano Sabatini | 2011-05-25 | 1 | -5/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 1 | -0/+46 |
|\| |
|
| * | ac3enc: add channel coupling support | Justin Ruggles | 2011-05-24 | 1 | -0/+43 |
* | | Add Kamil Nowosads j2k code. | Kamil Nowosad | 2011-05-24 | 1 | -2/+1 |
* | | matroska: cleanup handling of video stereo mode | Aurelien Jacobs | 2011-05-24 | 1 | -2/+2 |
* | | muxers.texi changes for mkv/webm options | alahuja | 2011-05-23 | 1 | -0/+63 |