| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg_opt: Fix handling of creation_time now | Michael Niedermayer | 2015-06-21 | 1 | -0/+13 |
* | Merge commit 'a9b2a51178ea446909015f061ab5df65e3b66bf6' | Michael Niedermayer | 2015-06-12 | 1 | -2/+4 |
* | ffmpeg_opt: Check for localtime() failure | Michael Niedermayer | 2015-06-12 | 1 | -0/+3 |
* | ffmpeg_opt: Set the video VBV parameters only for the video stream from -target | Michael Niedermayer | 2015-05-25 | 1 | -9/+9 |
* | ffmpeg: Support copying unknown streams | Michael Niedermayer | 2015-05-21 | 1 | -1/+23 |
* | ffmpeg_opt: add missing space in error message | Michael Niedermayer | 2015-05-21 | 1 | -1/+1 |
* | ffmpeg_opt: fix the error message log level for the unsupported stream types | Michael Niedermayer | 2015-05-21 | 1 | -1/+1 |
* | ffmpeg_opt: Give the user a hint on how to ignore unsupported streams | Michael Niedermayer | 2015-05-21 | 1 | -1/+5 |
* | ffmpeg: support ignoring unsupported mapped streams | Rodger Combs | 2015-05-21 | 1 | -2/+7 |
* | ffmpeg_opt: Compensate for DTS/PTS difference in seeking when its based on DTS | Michael Niedermayer | 2015-05-18 | 1 | -1/+14 |
* | ffmpeg: Do not copy the display matrix if rotation meta-data is manually added | Michael Niedermayer | 2015-05-18 | 1 | -0/+4 |
* | ffmpeg_opt: Fix -timestamp parsing | Michael Niedermayer | 2015-05-09 | 1 | -1/+1 |
* | ffmpeg_opt: remove rotate metadata in case of autorotate | Michael Niedermayer | 2015-05-02 | 1 | -1/+4 |
* | Merge commit '16302246b1fcb7ad4e6f7bd31c49956a455336d2' | Michael Niedermayer | 2015-05-02 | 1 | -0/+6 |
* | ffmpeg: add option not to offset seek position by start time | wm4 | 2015-04-20 | 1 | -1/+4 |
* | Merge commit '3892bdab9b652eb003ab95e167f1765e0b0ea035' | Michael Niedermayer | 2015-04-04 | 1 | -2/+2 |
* | ffmpeg_opt.c: fix regression introduced in 5743095c | Tim Nicholson | 2015-04-02 | 1 | -1/+1 |
* | ffmpeg_opt: Do not overwrite output if there is no input | Michael Niedermayer | 2015-03-28 | 1 | -0/+15 |
* | ffmpeg: allow to set the thread message queue size. | Nicolas George | 2015-02-26 | 1 | -0/+6 |
* | ffmpeg_opt: Add missing MATCH_PER_TYPE_OPT() for data codecs | Michael Niedermayer | 2015-02-18 | 1 | -0/+1 |
* | Merge commit '81688e68f93f3142e2093f1a3d226edaeb179992' | Michael Niedermayer | 2015-02-17 | 1 | -1/+3 |
* | ffmpeg_opt: Creating new data stream for output format context | Anshul Maheshwari | 2015-02-15 | 1 | -1/+9 |
* | ffmpeg: Make CFR frame drop threshold user adjustable | Michael Niedermayer | 2015-02-04 | 1 | -0/+3 |
* | ffmpeg: allow overriding and amending AVStream->disposition | Michael Niedermayer | 2015-01-25 | 1 | -0/+6 |
* | ffmpeg_opt: expand format for strftime | Christophe Gisquet | 2015-01-24 | 1 | -1/+1 |
* | ffmpeg: improve data stream support | Anshul Maheshwari | 2015-01-16 | 1 | -0/+5 |
* | ffmpeg_opt: Use avio_closep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2015-01-08 | 1 | -2/+2 |
* | ffmpeg_opt: Check for av_realloc_array() failure | Michael Niedermayer | 2015-01-07 | 1 | -1/+2 |
* | ffmpeg_opt: Use av_realloc_array() | Michael Niedermayer | 2015-01-07 | 1 | -2/+2 |
* | ffmpeg: add sdp_file option | Simon Thelen | 2014-12-28 | 1 | -0/+10 |
* | Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e' | Michael Niedermayer | 2014-12-19 | 1 | -0/+2 |
* | ffmpeg: take bsf arguments from the command line | Christophe Gisquet | 2014-11-30 | 1 | -0/+4 |
* | ffmpeg_opt: make use of recommended encoder configuration | Lukasz Marek | 2014-11-27 | 1 | -29/+12 |
* | ffmpeg_opt: use codec private context in ffserver streams | Lukasz Marek | 2014-11-16 | 1 | -15/+33 |
* | Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user. | Carl Eugen Hoyos | 2014-11-09 | 1 | -0/+7 |
* | ffmpeg_opt: free incorrect priv_data for feed stream | Lukasz Marek | 2014-11-08 | 1 | -0/+4 |
* | doc: clarify -frames options behavior | Lou Logan | 2014-11-04 | 1 | -4/+4 |
* | ffmpeg_opt: store canvas size in decoder context | Michael Niedermayer | 2014-11-04 | 1 | -1/+1 |
* | ffmpeg_opt: Check the return code from strftime() | Michael Niedermayer | 2014-10-26 | 1 | -1/+2 |
* | Print an error if -r and -vsync 0 are used together. | Carl Eugen Hoyos | 2014-10-23 | 1 | -0/+2 |
* | ffmpeg_opt: Add -start_at_zero option. | Rodger Combs | 2014-10-21 | 1 | -1/+4 |
* | ffmpeg_opt: abort if -to <= -ss | Simon Thelen | 2014-10-11 | 1 | -2/+2 |
* | ffmpeg: add vdpau_old to allow continued testing of the older (but not oldest... | Michael Niedermayer | 2014-10-06 | 1 | -0/+3 |
* | lavu/ffmpeg_opt: Check return value of avcodec_find_encoder(). | Thilo Borgmann | 2014-09-25 | 1 | -0/+4 |
* | ffmpeg_opt: reduce diff to libav in opt_target() by 16 lines | Michael Niedermayer | 2014-08-27 | 1 | -26/+26 |
* | Merge commit 'f5245a9c6206878b892adf3ccbccc9311c202af5' | Michael Niedermayer | 2014-08-27 | 1 | -0/+4 |
* | Use new av_dict_set_int helper function. | Reimar Döffinger | 2014-08-16 | 1 | -9/+3 |
* | ffmpeg: look for encoding options in both avcodec and avformat | Clément Bœsch | 2014-08-15 | 1 | -1/+6 |
* | ffmpeg: remove 32 channel limit from audio_channels_map | Michael Niedermayer | 2014-08-15 | 1 | -5/+7 |
* | Do not automatically map subtitles if the decoder and encoder properties are ... | Carl Eugen Hoyos | 2014-08-07 | 1 | -2/+21 |