| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '381dc1a5ec0925b281c573457c413ae643567086' | Michael Niedermayer | 2012-10-30 | 1 | -4/+3 |
|\ |
|
* | | ffmpeg: use av_rescale_delta() for audio stream copy | Michael Niedermayer | 2012-10-27 | 1 | -0/+9 |
* | | ffmpeg: use av_rescale_delta() on the audio filter input | Michael Niedermayer | 2012-10-27 | 1 | -3/+3 |
* | | ffmpeg: trivial simplification | Michael Niedermayer | 2012-10-27 | 1 | -1/+1 |
* | | Merge commit '1b891d17c531e8a63c2974aab4bf997ce70746f3' | Michael Niedermayer | 2012-10-26 | 1 | -3/+7 |
|\| |
|
* | | ffmpeg: fix null ptr deref in psnr printing code | Michael Niedermayer | 2012-10-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-24 | 1 | -4/+0 |
|\| |
|
* | | Merge commit '80521c1997a23e148edf89e11b939ab8646297ca' | Michael Niedermayer | 2012-10-24 | 1 | -0/+1 |
|\| |
|
* | | ffmpeg: check avpicture_get_size() retuen value | Michael Niedermayer | 2012-10-23 | 1 | -0/+2 |
* | | ffmpeg/lavc: move experimental warnings to libavcodec. | Michael Niedermayer | 2012-10-22 | 1 | -9/+0 |
* | | Merge commit 'c3e15f7b39aac2012f09ee4ca86d2bc674ffdbd4' | Michael Niedermayer | 2012-10-22 | 1 | -18/+17 |
|\| |
|
* | | ffmpeg: Make video filter graph reinit user selectable | Michael Niedermayer | 2012-10-17 | 1 | -2/+3 |
* | | Merge commit 'bc4620e5d61a4dd9a1f654fadd281a172aab04be' | Michael Niedermayer | 2012-10-13 | 1 | -7/+4 |
|\| |
|
* | | Merge commit 'fb722a900fc5cc9e003b9fef25b27ed7fc5547a2' | Michael Niedermayer | 2012-10-10 | 1 | -14/+3 |
|\| |
|
* | | fix exit_program() prototypes | Michael Niedermayer | 2012-10-02 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-02 | 1 | -29/+29 |
|\| |
|
* | | ffmpeg: print muxed packet sizes in debug output too | Michael Niedermayer | 2012-10-02 | 1 | -2/+3 |
* | | ffmpeg: disable buffering for stderr, needed for win32 runtime | The makemkv authors | 2012-09-30 | 1 | -0/+2 |
* | | ffmpeg: add option to control copying of frames prior to start. | Michael Niedermayer | 2012-09-27 | 1 | -0/+4 |
* | | ffmpeg: allow printing muxer side packet timestamp debuging info | Michael Niedermayer | 2012-09-26 | 1 | -0/+10 |
* | | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272' | Michael Niedermayer | 2012-09-25 | 1 | -2/+2 |
|\| |
|
* | | Fix two "skiping" typo. | Clément Bœsch | 2012-09-25 | 1 | -1/+1 |
* | | 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 |
|\| |
|