| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | include sys/select.h, fix freebsd 5.5 compilation | Baptiste Coudurier | 2008-09-26 | 1 | -0/+4 |
* | Support comments in preset files. | Michael Niedermayer | 2008-09-18 | 1 | -3/+6 |
* | Fix setting default value of scan_offset option for target svcd. | Gert Vervoort | 2008-09-13 | 1 | -1/+1 |
* | add -xerror option, ffmpeg will now exit right when an error occurs | Baptiste Coudurier | 2008-09-04 | 1 | -1/+14 |
* | print error when deinterlacing fails | Baptiste Coudurier | 2008-09-04 | 1 | -0/+1 |
* | Remove further 1sample=2byte assumptions within FFmpeg to allow | Peter Ross | 2008-09-04 | 1 | -34/+15 |
* | Display error message when user attempts to resample non-S16 audio formats. | Peter Ross | 2008-08-31 | 1 | -0/+4 |
* | Simplify the indexing logic in the av_encode() streams mapping code. | Stefano Sabatini | 2008-08-27 | 1 | -7/+7 |
* | export sample_aspect_ratio read by the demuxer in a separate field | Aurelien Jacobs | 2008-08-23 | 1 | -1/+7 |
* | Provide a context to opt_frame_rate(), and make it print the wrong | Stefano Sabatini | 2008-08-23 | 1 | -7/+8 |
* | Replace invocations of av_fifo_realloc(), which is going to be | Stefano Sabatini | 2008-08-19 | 1 | -1/+4 |
* | ensure we get explicit definition of various _XOPEN_SOURCE functions we use | Aurelien Jacobs | 2008-08-14 | 1 | -1/+4 |
* | align the audio decoding buffer, since some codecs write to it with simd | Loren Merritt | 2008-08-12 | 1 | -2/+5 |
* | Increase the maximum number of supported stream mappings in ffmpeg.c. | Stefano Sabatini | 2008-08-03 | 1 | -1/+1 |
* | Add sample format converter to FFmpeg (adds -sample_fmt option) | Peter Ross | 2008-08-03 | 1 | -0/+58 |
* | Add opt handler for pending "-sample_fmt" option | Peter Ross | 2008-07-31 | 1 | -6/+18 |
* | Make ffmpeg dump output format in case of codec type mismatch between | Stefano Sabatini | 2008-07-28 | 1 | -0/+2 |
* | add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) | Peter Ross | 2008-07-26 | 1 | -0/+1 |
* | cosmetics: typo fixes | Diego Biurrun | 2008-07-24 | 1 | -1/+1 |
* | Remove explicit strict_std_compliance support as it seems to work fine over | Michael Niedermayer | 2008-07-19 | 1 | -9/+0 |
* | Make ffmpeg -t X with X<=0 transcode nothing. | Stefano Sabatini | 2008-07-18 | 1 | -2/+2 |
* | Correcting displayed muxing overhead and video stream size. | Michael Niedermayer | 2008-07-18 | 1 | -1/+1 |
* | -itsscale to scale timestamps | Michael Niedermayer | 2008-07-13 | 1 | -0/+26 |
* | Drop non-C99-compliant initialization. | Diego Biurrun | 2008-07-13 | 1 | -1/+1 |
* | On EOF keep calling the decoders until they do not output anything | Michael Niedermayer | 2008-07-13 | 1 | -1/+3 |