summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: use timestamp from before and after the decoder to detect backward mo...Michael Niedermayer2013-12-221-1/+1
* remuxing .opus files to .webm codec->delay must be copied tooJan Gerber2013-12-191-0/+1
* Merge commit '674fa49110a661694188a958be13d529b7c8c5dd'Michael Niedermayer2013-12-111-2/+1
|\
* \ Merge commit 'eb891b3114f499e96b9faddd0b0ae856345dfbd9'Michael Niedermayer2013-12-111-1/+1
|\ \ | |/
* | ffmpeg: ensure that -fix_sub_duration doesnt create subtitles with zero durationMarton Balint2013-11-281-4/+8
* | ffmpeg: free empty subtitles as well in transcode_subtitlesMarton Balint2013-11-281-1/+2
* | ffmpeg: do not pass possibly undefined subtitles to sub2video_updateMarton Balint2013-11-281-1/+4
* | ffmpeg: set VCFR when copying timestampsMichael Niedermayer2013-11-281-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+3
|\ \ | |/
* | Merge commit '07fd0a22192805d56c635eb294dc26b0a54ae325'Michael Niedermayer2013-11-231-0/+73
|\ \ | |/
* | cmdutils&ffmpeg: use av_fopen_utf8() for passlogfileMichael Niedermayer2013-11-211-1/+1
* | ffmpeg: fix do_streamcopy() so it copies side data tooMichael Niedermayer2013-11-201-0/+1
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-161-2/+2
|\ \ | |/
* | ffmpeg: Do not fill gap before the first decodable frame on single stream inp...Michael Niedermayer2013-11-161-1/+13
* | ffmpeg: remove unneeded include "libswscale/swscale.h"Michael Niedermayer2013-11-101-1/+0
* | ffmpeg: treat avi as VFR in framerate conversion codeMichael Niedermayer2013-11-091-2/+6
* | Merge commit 'ccc71298456d97f64f539e303c771d04dcb33c53'Michael Niedermayer2013-11-011-3/+0
|\ \ | |/
* | Merge commit 'c872d310cd9c605e5f994ad8ac79dc72303c0d29'Michael Niedermayer2013-10-291-1/+8
|\ \ | |/
* | Merge commit 'ddc589ce98c2bba1e59318b5b0224717325eac46'Michael Niedermayer2013-10-281-2/+0
|\ \ | |/
* | ffmpeg: make stream default if its the only of its kind and no source can be ...Michael Niedermayer2013-10-251-0/+9
* | ffmpeg: Dont crash on unconnected output pads before an error is printedMichael Niedermayer2013-10-231-1/+1
* | ffmpeg: set the source_index for trivial filter graphsMichael Niedermayer2013-10-111-0/+15
* | ffmpeg: add max_error_rate to allow tuning the point decoding errors are cons...Michael Niedermayer2013-10-071-1/+1
* | ffmpeg: dont detect slight (0.1sec) backward moving dts as discontinuityMichael Niedermayer2013-10-071-1/+1
* | ffmpeg: dont return reserved valuesMichael Niedermayer2013-10-021-1/+1
* | ffmpeg: check for unsupported "queing of command on first filter supporting t...Michael Niedermayer2013-09-101-0/+3
* | ffmpeg: improve built in docs for passing commandsMichael Niedermayer2013-09-101-2/+3
* | ffmpeg: print command replies starting on column 0Michael Niedermayer2013-09-101-1/+1
* | Warn the user if a pix_fmt != yuv420p was chosen for MPEG-2 video encoding.Carl Eugen Hoyos2013-08-181-0/+7
* | Merge commit '488a0fa68973d48e264d54f1722f7afb18afbea7'Michael Niedermayer2013-08-061-0/+11
|\ \ | |/
* | Merge commit '56ee3f9de7b9f6090d599a27d33a392890a2f7b8'Michael Niedermayer2013-08-061-7/+11
|\ \ | |/
* | ffmpeg: raise level for message printed in case of auto-select pixel formatStefano Sabatini2013-08-011-1/+1
* | Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb'Michael Niedermayer2013-07-081-37/+37
|\ \ | |/
* | ffmpeg: Don't include colorspace.hDerek Buitenhuis2013-06-291-1/+0
* | Merge commit '42cc6cefd315c1556e2a52f7ebe2f766ec82b790'Michael Niedermayer2013-06-231-2/+8
|\ \ | |/
* | Merge commit '1e340af8d6a97cc013a2ad8ba77c77129625a34f'Michael Niedermayer2013-06-231-4/+5
|\ \ | |/
* | Merge commit '274e134e49b1c92db0f0b8cb2ae7554fb7b9184c'Michael Niedermayer2013-06-051-1/+1
|\ \ | |/
* | ffmpeg: ignore EOF when pushing frames to filters.Nicolas George2013-06-021-1/+5
* | ffmpeg: use actual packet pts when discarding for the copypriorss optionJustin Ruggles2013-05-281-3/+10
* | Merge commit '538bf767373f176b6487e30181155e74b37cced6'Michael Niedermayer2013-05-281-8/+7
|\ \ | |/
* | ffmpeg: free threads on error conditions.Michael Niedermayer2013-05-151-0/+5
* | ffmpeg: add -apad option which injects a apad filter only in the presence of ...Michael Niedermayer2013-05-081-0/+1
* | ffmpeg: use av_freep() for forced_kf_ptsMichael Niedermayer2013-05-081-1/+1
* | ffmpeg: drop old non monotone dts workaround.Michael Niedermayer2013-05-031-11/+0
* | ffmpeg: set correct log context for non monotone dts workaround warningsMichael Niedermayer2013-05-031-2/+2
* | ffmpeg: port loglevel selection code to new dts workaround codeMichael Niedermayer2013-05-031-2/+3
* | ffmpeg: fix pts handling in the non monotone dts workaroundMichael Niedermayer2013-05-031-2/+2
* | ffmpeg: fix the used maximum dts in the monotone dts workaroundMichael Niedermayer2013-05-031-3/+3
* | ffmpeg: use a max variable to hold the maximum dtsMichael Niedermayer2013-05-031-2/+4
* | ffmpeg: Check dts before use in non monotone dts workaroundMichael Niedermayer2013-05-031-0/+1
OpenPOWER on IntegriCloud