| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg: honor -ss and -t parameters with muxed subtitles. | Clément Bœsch | 2012-08-01 | 1 | -2/+5 |
* | ffmpeg: avoid bogus error with "test.flac -c copy -f null -" | Michael Niedermayer | 2012-08-01 | 1 | -1/+2 |
* | ffmpeg: init simple filter graph before trying to extract framerate from its ... | Michael Niedermayer | 2012-07-30 | 1 | -11/+11 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -0/+1 |
|\ |
|
* | | Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23' | Michael Niedermayer | 2012-07-29 | 1 | -2/+3 |
|\| |
|
* | | ffmpeg: allow using the r_frame_rate as fundamental timebase for stream copy ... | Michael Niedermayer | 2012-07-28 | 1 | -1/+9 |
* | | ffmpeg: add code to perform ts wrap correction | Michael Niedermayer | 2012-07-28 | 1 | -0/+15 |
* | | ffmpeg: doxyfy some comments and mention the timebase used in various timesta... | Michael Niedermayer | 2012-07-26 | 1 | -7/+6 |
* | | ffmpeg: move decoded_frame->pts computation together | Michael Niedermayer | 2012-07-26 | 1 | -19/+17 |
* | | ffmpeg: Fix rounding errors in decoded_frame->pts computation | Michael Niedermayer | 2012-07-26 | 1 | -3/+9 |
* | | ffmpeg: fix assumed decoded_frame->pts timebase | Michael Niedermayer | 2012-07-26 | 1 | -3/+3 |
* | | ffmpeg: reset decoded_frame->pts after rescaling. | Michael Niedermayer | 2012-07-26 | 1 | -0/+2 |
* | | ffmpeg: fix units of next_?ts in debug printing routine. | Michael Niedermayer | 2012-07-26 | 1 | -2/+2 |
* | | ffmpeg: warn about new streams after startup. | Nicolas George | 2012-07-26 | 1 | -1/+19 |
* | | ffmpeg: keep packet/frame availability in global structures. | Nicolas George | 2012-07-24 | 1 | -26/+20 |
* | | ffmpeg: select input file based on output time. | Nicolas George | 2012-07-23 | 1 | -15/+83 |
* | | ffmpeg: probe buffersinks once more after EOF. | Nicolas George | 2012-07-20 | 1 | -3/+3 |
* | | Revert "ffmpeg: set pkt_timebase" | Nicolas George | 2012-07-19 | 1 | -2/+0 |
* | | ffmpeg: add -(no)stdin option. | Nicolas George | 2012-07-19 | 1 | -0/+2 |
* | | ffmpeg: invert using_stdin and rename accordingly. | Nicolas George | 2012-07-19 | 1 | -6/+6 |
* | | ffmpeg: revert 3ba90d9 (cosmetics to reduce difference to qatar by about 90 l... | Michael Niedermayer | 2012-07-18 | 1 | -6/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-18 | 1 | -0/+5 |
|\| |
|
* | | ffmpeg: fix streamcopy of some mp3 in avi | Michael Niedermayer | 2012-07-16 | 1 | -1/+1 |
* | | ffmpeg: add -progress option. | Nicolas George | 2012-07-14 | 1 | -2/+58 |
* | | ffmpeg: use pkt_pts before pkt->pts for audio | Michael Niedermayer | 2012-07-14 | 1 | -1/+4 |
* | | ffmpeg: set pkt_timebase | Michael Niedermayer | 2012-07-14 | 1 | -0/+2 |
* | | ffmpeg: fix type of av_log() argument | Michael Niedermayer | 2012-07-13 | 1 | -1/+1 |
* | | add output for frame timestamps | Robert Krüger | 2012-07-12 | 1 | -0/+10 |
* | | ffmpeg: poll filters even after -t limit. | Nicolas George | 2012-07-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-05 | 1 | -2/+11 |
|\| |
|
* | | ffmpeg: rework checks for the -t option. | Nicolas George | 2012-07-04 | 1 | -9/+13 |
* | | ffmpeg: Add sanity check on frame duplication | Michael Niedermayer | 2012-07-04 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-30 | 1 | -2/+2 |
|\| |
|
* | | ffmpeg: re-set frame_size after filter graph reset. | Nicolas George | 2012-06-30 | 1 | -4/+14 |
* | | ffmpeg: use the more powerful version of abuffersink. | Nicolas George | 2012-06-30 | 1 | -10/+7 |
* | | ffmpeg: fix parsing of -force_key_frames option. | Nicolas George | 2012-06-30 | 1 | -1/+4 |
* | | ffmpeg: fix a memleak in subtitles decoding. | Clément Bœsch | 2012-06-29 | 1 | -1/+4 |
* | | ffmpeg: warn that -t does not work with -filter_complex. | Nicolas George | 2012-06-28 | 1 | -0/+3 |
* | | ffmpeg: warn when -t is used for inputs. | Nicolas George | 2012-06-28 | 1 | -2/+8 |
* | | ffmpeg: dont copy creation_time as the destination file is not created at tha... | Michael Niedermayer | 2012-06-28 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-27 | 1 | -0/+3 |
|\| |
|
* | | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -27/+32 |
|\| |
|
* | | lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref API | Stefano Sabatini | 2012-06-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -26/+32 |
|\| |
|
* | | ffmpeg: fix indent of 1 line | Michael Niedermayer | 2012-06-24 | 1 | -1/+1 |
* | | ffmpeg: fix FF_API_OLD_VSINK_API=0 case | Michael Niedermayer | 2012-06-24 | 1 | -1/+1 |
* | | ffmpeg: fix mixup of old and new sinks | Michael Niedermayer | 2012-06-24 | 1 | -6/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-22 | 1 | -3/+6 |
|\| |
|
* | | ffmpeg: remove unused buffer_size in InputFile. | Clément Bœsch | 2012-06-22 | 1 | -1/+0 |
* | | ffmpeg: print swr options in --help too | Michael Niedermayer | 2012-06-22 | 1 | -0/+1 |