| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg: complete mov/mp4 based timebase hack with "f4v" format. | Clément Bœsch | 2012-09-21 | 1 | -0/+1 |
* | ffmpeg: use PTS from the AVSubtitle structure for sub2video. | Nicolas George | 2012-09-15 | 1 | -2/+3 |
* | ffmpeg: use PTS from the AVSubtitle structure. | Nicolas George | 2012-09-15 | 1 | -10/+7 |
* | ffmpeg: call sub2video_update for end packets. | Nicolas George | 2012-09-15 | 1 | -2/+2 |
* | ffmpeg: Only include unistd.h if it exists | Derek Buitenhuis | 2012-09-11 | 1 | -0/+5 |
* | ffmpeg: check timebase validity before considering it to be used for stream copy | Michael Niedermayer | 2012-09-10 | 1 | -1/+2 |
* | ffmpeg: fix bytes written statistics. | Michael Niedermayer | 2012-09-10 | 1 | -4/+4 |
* | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' | Michael Niedermayer | 2012-08-31 | 1 | -2/+4 |
|\ |
|
* | | ffmpeg: count finished streams for last stats line. | Nicolas George | 2012-08-28 | 1 | -1/+1 |
* | | ffmpeg: report max time of unfinished streams in stats. | Nicolas George | 2012-08-28 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-26 | 1 | -0/+2 |
|\| |
|
* | | ffmpeg: fix wrap correction code. | Michael Niedermayer | 2012-08-24 | 1 | -6/+7 |
* | | ffmpeg: use close_output_stream more systematically. | Nicolas George | 2012-08-22 | 1 | -3/+3 |
* | | ffmpeg: move close_output_stream earlier. | Nicolas George | 2012-08-22 | 1 | -12/+12 |
* | | ffmpeg: make decoding_needed a counter. | Nicolas George | 2012-08-22 | 1 | -1/+1 |
* | | ffmpeg: use AV_BUFFERSRC_FLAG_PUSH. | Nicolas George | 2012-08-22 | 1 | -4/+7 |
* | | ffmpeg: remove useless flags to EOF av_buffersrc_add_ref. | Nicolas George | 2012-08-20 | 1 | -3/+2 |
* | | fix spelling | rogerdpack | 2012-08-20 | 1 | -1/+1 |
* | | ffmpeg: reindent after last commit. | Nicolas George | 2012-08-19 | 1 | -62/+61 |
* | | ffmpeg: reduce differences with avconv for in/out scheduling. | Nicolas George | 2012-08-19 | 1 | -141/+147 |
* | | ffmpeg: Clip invalid video timestamps like audio instead of failing hard. | Michael Niedermayer | 2012-08-19 | 1 | -3/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-18 | 1 | -4/+14 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-14 | 1 | -1/+1 |
|\| |
|
* | | ffmpeg: copy subtitles frame dimensions. | Nicolas George | 2012-08-14 | 1 | -0/+4 |
* | | ffmpeg: add an option to fix subtitles durations. | Nicolas George | 2012-08-14 | 1 | -1/+22 |
* | | ffmpeg: Do not discard slightly invalid timestamps. | Michael Niedermayer | 2012-08-12 | 1 | -4/+4 |
* | | ffmpeg: Allocate new buffer for bitstream filter when buffer shifted | Michael Niedermayer | 2012-08-10 | 1 | -0/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -10/+11 |
|\| |
|
* | | ffmpeg: factorize process_input() out | Michael Niedermayer | 2012-08-09 | 1 | -151/+178 |
* | | Merge commit 'f154ef1ae5b03f288dd8c025dab1884b4cb20c1a' | Michael Niedermayer | 2012-08-09 | 1 | -41/+48 |
|\| |
|
* | | dvbsub: fix encoding of termination packets. | Nicolas George | 2012-08-09 | 1 | -0/+2 |
* | | ffmpeg: reduce difference to qatar by a few lines | Michael Niedermayer | 2012-08-09 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -3328/+45 |
|\| |
|
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -20/+20 |
|\| |
|
* | | Replace various inlined inverse AVRational with av_inv_q(). | Clément Bœsch | 2012-08-06 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-05 | 1 | -2/+1 |
|\| |
|
* | | ass subtitles: Fix valgrind warnings. | Philip Langdale | 2012-08-05 | 1 | -1/+2 |
* | | ffmpeg: insert bitmap subtitles as video in filters. | Nicolas George | 2012-08-04 | 1 | -4/+174 |
* | | 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 |