| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg.c: fix erroneous "Output file is empty" message. | Mike Scheutzow | 2012-06-08 | 1 | -0/+1 |
* | ffmpeg: move keyboard interaction in a function. | Nicolas George | 2012-06-07 | 1 | -89/+95 |
* | ffmpeg: Set duration on encoded subtitle packets. | Philip Langdale | 2012-06-06 | 1 | -0/+1 |
* | ffmpeg: avoid a confusing and easy to break if(). | Reimar Döffinger | 2012-06-06 | 1 | -2/+3 |
* | ffmpeg: use isatty() before messing with the terminal state | Michael Niedermayer | 2012-06-06 | 1 | -1/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -154/+2 |
|\ |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-04 | 1 | -38/+59 |
|\| |
|
* | | ffmpeg: remove two unused variables. | Clément Bœsch | 2012-06-04 | 1 | -2/+1 |
* | | ffmpeg: disable audio volume insertion on the output side. | Michael Niedermayer | 2012-06-04 | 1 | -1/+1 |
* | | ffmpeg: add missing return carriage in error message. | Clément Bœsch | 2012-06-04 | 1 | -1/+1 |
* | | timecode: move timecode muxer options to metadata. | Clément Bœsch | 2012-06-04 | 1 | -0/+11 |
* | | ffmpeg: be more verbose when printing an error in transcode() | Stefano Sabatini | 2012-06-04 | 1 | -3/+5 |
* | | ffmpeg: specify more meaningful names for the lavfi buffer sources | Stefano Sabatini | 2012-06-04 | 1 | -3/+3 |
* | | ffmpeg: use filter time base as codec time base. | Nicolas George | 2012-06-03 | 1 | -0/+2 |
* | | ffmpeg: avoid NULL dereference with filters. | Nicolas George | 2012-06-03 | 1 | -1/+2 |
* | | ffmpeg: move pan filter insertion up. | Michael Niedermayer | 2012-06-01 | 1 | -34/+33 |
* | | ffmpeg: fix memleak | Michael Niedermayer | 2012-06-01 | 1 | -0/+1 |
* | | ffmpeg: allow overriding input top field first | Michael Niedermayer | 2012-05-31 | 1 | -0/+7 |
* | | ffmpeg: disable autoinsertion for -async on the output side of the filtergraph. | Michael Niedermayer | 2012-05-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-30 | 1 | -354/+285 |
|\| |
|
* | | ffmpeg: use %f instead of %lf in volume args format printf. | Clément Bœsch | 2012-05-28 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-26 | 1 | -2/+6 |
|\| |
|
* | | ffmpeg: use AUTO_INSERT_FILTER() for -async option. | Clément Bœsch | 2012-05-24 | 1 | -23/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-23 | 1 | -4/+4 |
|\| |
|
* | | ffmpeg: fix a crash with complex filters when pix_fmt is not specified | Matthieu Bouron | 2012-05-20 | 1 | -1/+1 |
* | | ffmpeg: drop get_sync_ipts() and drop related special case for video | Michael Niedermayer | 2012-05-20 | 1 | -15/+8 |
* | | ffmpeg: move setting big_picture.pts up | Michael Niedermayer | 2012-05-20 | 1 | -1/+2 |
* | | ffmpeg: change AVFMT_RAWPICTURE pts to reduce diff to qatar | Michael Niedermayer | 2012-05-20 | 1 | -1/+1 |
* | | ffmpeg: random cosmectics to reduce diff to qatar | Michael Niedermayer | 2012-05-20 | 1 | -6/+7 |
* | | ffmpeg: cosmetics to reduce difference to qatar by 101 lines | Michael Niedermayer | 2012-05-20 | 1 | -43/+44 |
* | | ffmpeg: cosmetics to reduce difference to qatar by about 90 lines | Michael Niedermayer | 2012-05-20 | 1 | -79/+82 |
* | | ffmpeg: move ost->frame_rate setting code before the filtergraph stuff | Michael Niedermayer | 2012-05-20 | 1 | -6/+9 |
* | | ffmpeg: drop pkt_pts | Michael Niedermayer | 2012-05-20 | 1 | -7/+2 |
* | | ffmpeg: set the video filters timebase to the demuxers. | Michael Niedermayer | 2012-05-20 | 1 | -5/+6 |
* | | ffmpeg: reintroducing check_recording_time() | Michael Niedermayer | 2012-05-20 | 1 | -12/+15 |
* | | ffmpeg: fix uninitialized variable warning | Michael Niedermayer | 2012-05-20 | 1 | -0/+1 |
* | | Merge commit '755cd4197d53946208e042f095b930dca18d9430' | Michael Niedermayer | 2012-05-19 | 1 | -13/+133 |
|\| |
|
* | | ffmpeg: inject a aresample filter for -async | Michael Niedermayer | 2012-05-19 | 1 | -0/+23 |
* | | ffmpeg: misc cosmetics. | Clément Bœsch | 2012-05-19 | 1 | -15/+14 |
* | | ffmpeg: adapt to the buffersrc API changes. | Nicolas George | 2012-05-19 | 1 | -27/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-19 | 1 | -2/+4 |
|\| |
|
* | | ffmpeg: fix warning & bug for keep_pix_fmt | Michael Niedermayer | 2012-05-19 | 1 | -5/+1 |
* | | ffmpeg: remove unused variable i. | Clément Bœsch | 2012-05-18 | 1 | -1/+0 |
* | | ffmpeg: do not deprecate -vol and -map_channel. | Clément Bœsch | 2012-05-18 | 1 | -3/+2 |
* | | ffmpeg: resurrect -map_channel. | Clément Bœsch | 2012-05-18 | 1 | -15/+56 |
* | | ffmpeg: automatically insert volume filter when -vol is used. | Clément Bœsch | 2012-05-17 | 1 | -59/+21 |
* | | ffmpeg: use av_buffersrc_add_frame() for audio too | Michael Niedermayer | 2012-05-17 | 1 | -2/+1 |
* | | Merge branch 'audio-filters' of https://github.com/ubitux/FFmpeg | Michael Niedermayer | 2012-05-17 | 1 | -1/+1 |
|\ \ |
|
| * | | ffmpeg: do not warn when expecting EOF from lavfi. | Clément Bœsch | 2012-05-17 | 1 | -1/+1 |
* | | | ffmpeg: fix ;; | Michael Niedermayer | 2012-05-17 | 1 | -1/+1 |
|/ / |
|