| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use -vsync 0 unless the user explicitly asked for something | Michael Niedermayer | 2008-07-13 | 1 | -2/+2 |
* | Prevent users from setting -vol and -acodec copy together. | Ramiro Polla | 2008-07-12 | 1 | -0/+4 |
* | indent | Michael Niedermayer | 2008-07-09 | 1 | -1/+1 |
* | Allow setting codecs through preset files | Michael Niedermayer | 2008-07-09 | 1 | -0/+7 |
* | Fix the av_set_string() free / alloc issue. | Michael Niedermayer | 2008-07-08 | 1 | -7/+7 |
* | Register intrrupt_cb() early enough so we dont get stuck with tcp input | Michael Niedermayer | 2008-06-26 | 1 | -0/+3 |
* | Remove unnecessary function opt_qdiff(), max_qdiff is set now through | Stefano Sabatini | 2008-06-25 | 1 | -13/+0 |
* | Use correct timestamp value for stream copy. | Michael Niedermayer | 2008-06-25 | 1 | -1/+1 |
* | Cosmetics: move ffmpeg.c dframes option definition from within the | Stefano Sabatini | 2008-06-22 | 1 | -1/+1 |
* | cosmetics, reindent | Baptiste Coudurier | 2008-06-22 | 1 | -4/+4 |
* | enable feeder threads | Baptiste Coudurier | 2008-06-22 | 1 | -0/+5 |
* | Cosmetics: display ffmpeg -h generic advanced options just after | Stefano Sabatini | 2008-06-17 | 1 | -3/+3 |
* | Don't show advanced subtitle options within the ffmpeg -h generic | Stefano Sabatini | 2008-06-16 | 1 | -1/+1 |
* | Don't show subtitle and grab options within the ffmpeg -h generic options. | Stefano Sabatini | 2008-06-16 | 1 | -1/+1 |
* | Make ffmpeg.c use print_error() when it can't read an ffserver stream. | Stefano Sabatini | 2008-06-12 | 1 | -2/+3 |
* | Improve ffmpeg error reporting in case of input/output stream mismatch, | Stefano Sabatini | 2008-06-12 | 1 | -0/+2 |
* | Make ffmpeg.c:opt_thread use parse_number_or_die(). | Stefano Sabatini | 2008-06-12 | 1 | -3/+4 |
* | Factorize options context setting. | Stefano Sabatini | 2008-06-12 | 1 | -53/+22 |
* | enable stream copy with ffserver, to be able to chain | Baptiste Coudurier | 2008-06-12 | 1 | -0/+6 |
* | set log debug when avformat debug is set | Baptiste Coudurier | 2008-06-11 | 1 | -1/+1 |
* | remove ugly ffm_nopts hack, use AVFormatContext->timestamp | Baptiste Coudurier | 2008-06-09 | 1 | -8/+6 |
* | Support longer paths for and longer names in preset files. | Michael Niedermayer | 2008-06-08 | 1 | -2/+2 |
* | indent | Michael Niedermayer | 2008-06-08 | 1 | -7/+7 |
* | Search /usr(/local)/share for preset files as well. | Michael Niedermayer | 2008-06-08 | 1 | -4/+10 |
* | Presets support. | Michael Niedermayer | 2008-06-07 | 1 | -0/+39 |