| Commit message (Expand) | Author | Age | Files | Lines |
* | Change av_log() calls to fprintf() to stderr calls. | Benoit Fouet | 2009-02-16 | 1 | -4/+4 |
* | extend resampling API, add S16 internal conversion | Baptiste Coudurier | 2009-02-11 | 1 | -8/+8 |
* | Use av_strlcpy instead of snprintf without formatting. | Patrik Kullman | 2009-02-11 | 1 | -1/+1 |
* | Add the ability to set the timestamp to the current time by specifying 'now' | Francesco Cosoleto | 2009-02-08 | 1 | -1/+1 |
* | Replace the calls to the deprecated av_alloc_format_context() with | Stefano Sabatini | 2009-02-08 | 1 | -3/+3 |
* | Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr and | Robert Swain | 2009-01-25 | 1 | -6/+5 |
* | Workaround ffms behavior of returning EAGAIN at EOF. | Michael Niedermayer | 2009-01-23 | 1 | -1/+1 |
* | Handle av_read_frame() EAGAIN return. | Michael Niedermayer | 2009-01-22 | 1 | -1/+4 |
* | exit with error code if av_encode failed | Baptiste Coudurier | 2009-01-20 | 1 | -2/+3 |
* | Copy width/height for subtitle streams (needed for scodec copy of mov/mp4 | David Conrad | 2009-01-17 | 1 | -0/+2 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -18/+18 |
* | Check the return of audio and video encoders. | Michael Niedermayer | 2009-01-11 | 1 | -0/+16 |
* | All negative returns are errors not just -1. | Michael Niedermayer | 2009-01-11 | 1 | -1/+1 |
* | free all allocated metadata structures | Aurelien Jacobs | 2009-01-06 | 1 | -0/+8 |
* | Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. | Michael Niedermayer | 2009-01-03 | 1 | -2/+2 |
* | Change AVSubtitle.rects to an array of pointers so ABI does not break | Michael Niedermayer | 2009-01-03 | 1 | -2/+3 |
* | Put pass_logfilename_prefix check on a single line, improve readability. | Stefano Sabatini | 2008-12-26 | 1 | -2/+2 |
* | Rename variables: | Stefano Sabatini | 2008-12-26 | 1 | -5/+5 |
* | Offer an option (disabled by default) to enable the copy of the frames before | Wolfram Gloger | 2008-12-22 | 1 | -1/+3 |
* | Do not skip frames until the first keyframe when stream copying but | Michael Niedermayer | 2008-12-16 | 1 | -1/+1 |
* | Cosmetics: remove empty comments. | Stefano Sabatini | 2008-12-14 | 1 | -2/+2 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -1/+1 |
* | Make more informative the error messages regarding the access to the | Stefano Sabatini | 2008-12-01 | 1 | -2/+2 |
* | channel layout support for ffmpeg.c | Benjamin Larsson | 2008-11-29 | 1 | -0/+4 |
* | Make rate_emu a global property rather than to be settable for a | Stefano Sabatini | 2008-11-27 | 1 | -4/+2 |
* | Remove AVInputStream frame variable definition and usage, unnecessary | Stefano Sabatini | 2008-11-27 | 1 | -4/+0 |
* | Make the input realtime framerate emulation code use ist->pts for | Stefano Sabatini | 2008-11-27 | 1 | -1/+1 |
* | Make ffmpeg print in the error message the exact line of a preset file | Stefano Sabatini | 2008-11-21 | 1 | -1/+1 |
* | Make ffmpeg print in the error message the exact line of a preset file | Stefano Sabatini | 2008-11-21 | 1 | -1/+1 |
* | Improve error message in case of output file with no streams, dumping | Stefano Sabatini | 2008-11-17 | 1 | -1/+2 |
* | Improve messages printed when there is no input/output file, making | Stefano Sabatini | 2008-11-17 | 1 | -2/+2 |
* | Remove unnecessary calls to show_help(), make ffmpeg/ffplay print a | Stefano Sabatini | 2008-11-17 | 1 | -4/+0 |
* | Flush SDP description | Luca Barbato | 2008-11-15 | 1 | -0/+1 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -1/+1 |
* | Provide more context to the opt_preset() error messages, printing the | Stefano Sabatini | 2008-10-18 | 1 | -8/+9 |
* | Make ffmpeg abort if a preset file contains an invalid option or | Stefano Sabatini | 2008-10-18 | 1 | -2/+4 |
* | Provide more context for the error message issued when no preset file | Stefano Sabatini | 2008-10-18 | 1 | -1/+1 |
* | Support absolute DOS paths for preset parameters | Ramiro Polla | 2008-10-15 | 1 | -1/+2 |
* | Add preset options documentation strings. | Stefano Sabatini | 2008-10-12 | 1 | -3/+3 |
* | Limit discontinuity handling to containers that allow discontinuities. | Michael Niedermayer | 2008-10-09 | 1 | -1/+2 |
* | cosmetics: indentation | Aurelien Jacobs | 2008-10-08 | 1 | -2/+2 |
* | lookup AVCodec by name | Aurelien Jacobs | 2008-10-08 | 1 | -8/+30 |
* | Remove unused and invalid code from ffmpeg.c. | Stefano Sabatini | 2008-10-05 | 1 | -13/+0 |
* | Uniformly define _XOPEN_SOURCE to 600. | Diego Biurrun | 2008-09-29 | 1 | -1/+1 |
* | cosmetics: Consistently use #ifdef in preprocessor directives. | Diego Biurrun | 2008-09-29 | 1 | -1/+1 |
* | set video_enc->sample_aspect_ratio to fix stream copy | Wolfram Gloger | 2008-09-28 | 1 | -0/+1 |
* | Move opt_default() and set_context_opts() to cmdutils so it can be used from | Michael Niedermayer | 2008-09-28 | 1 | -54/+0 |
* | Implement the force_fps option, which disables the automatic selection | Stefano Sabatini | 2008-09-28 | 1 | -15/+4 |
* | Support loading presets from random paths. | Michael Niedermayer | 2008-09-28 | 1 | -0/+3 |