| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg_opt: Use av_guess_codec() instead of AVOutputFormat->*codec | Michael Niedermayer | 2014-08-02 | 1 | -2/+2 |
* | ffmpeg_opt: remove intra_dc_precision, its handled by AVOptions | Michael Niedermayer | 2014-07-15 | 1 | -4/+0 |
* | ffmpeg_opt: route -ab to -b:a | Michael Niedermayer | 2014-06-29 | 1 | -1/+7 |
* | ffmpeg_opt: Dont exit on avformat_find_stream_info() failure if there are str... | Michael Niedermayer | 2014-06-18 | 1 | -2/+4 |
* | ffmpeg: support setting AVStream.discard | Michael Niedermayer | 2014-06-07 | 1 | -2/+15 |
* | ffmpeg_opt: remove unused variable and undocumented and not working command l... | Michael Niedermayer | 2014-06-07 | 1 | -3/+0 |
* | ffmpeg_opt: fix ffserver with the 2 encoder contexts | Michael Niedermayer | 2014-06-01 | 1 | -0/+1 |
* | ffmpeg: Fix choose_pixel_fmt() so it uses the correct encoding context | Michael Niedermayer | 2014-06-01 | 1 | -1/+1 |
* | ffmpeg_opt: fix attachment streams | Michael Niedermayer | 2014-06-01 | 1 | -2/+2 |
* | Merge commit '383136264ef40452efd86cafb2d7221cd3830b3d' | Michael Niedermayer | 2014-06-01 | 1 | -10/+15 |
* | Merge commit '41776ba9c0ebbb71394cefdf7dd1b243e6c852d5' | Michael Niedermayer | 2014-06-01 | 1 | -8/+20 |
* | ffmpeg: use av_stream_get_end_pts() | Michael Niedermayer | 2014-05-21 | 1 | -1/+0 |
* | ffmpeg_opt: dont copy "encoder" metadata unless stream copy is used | Michael Niedermayer | 2014-05-20 | 1 | -0/+2 |
* | ffmpeg: add last_mux_dts_plus_duration | Michael Niedermayer | 2014-05-19 | 1 | -0/+1 |
* | Merge commit '1839fafa951308237c4672ffd9a94f927b26eac7' | Michael Niedermayer | 2014-05-12 | 1 | -0/+3 |
* | Merge commit '9580818c5d934bde65a95efd2cee61c174721092' | Michael Niedermayer | 2014-05-05 | 1 | -6/+6 |
* | Merge commit 'f3a6ad22c977c8fea87c4c5e4535061db6324d66' | Michael Niedermayer | 2014-05-05 | 1 | -2/+2 |
* | Merge commit 'a61c2115fb936d50b8b0328d00562fe529a7c46a' | Michael Niedermayer | 2014-04-29 | 1 | -1/+1 |
* | Merge commit '35177ba77ff60a8b8839783f57e44bcc4214507a' | Michael Niedermayer | 2014-04-29 | 1 | -0/+3 |
* | ffmpeg_opt: check that a subtitle encoder is available before auto mapping st... | Michael Niedermayer | 2014-03-16 | 1 | -1/+1 |
* | ffmpeg_opt: Check ist is valid before using it in audio_channels_map init | Michael Niedermayer | 2014-03-15 | 1 | -7/+19 |
* | ffmpeg_opt: get_preset_file_2(): fix avio_open2() return code check | Timothy Gu | 2014-02-25 | 1 | -3/+3 |
* | Merge commit '746dca483a2f0f2639265f6e1c0085c8861875a1' | Michael Niedermayer | 2014-02-24 | 1 | -2/+3 |
* | ffmpeg: support setting the chroma intra matrix | Michael Niedermayer | 2014-02-18 | 1 | -0/+14 |
* | ffmpeg_opt: assert_file_overwrite: Work for all file protocol outputs | Alexander Strasser | 2014-02-16 | 1 | -4/+3 |
* | ffmpeg: do not fail when options are routed to libavformat and libavcodec and... | Michael Niedermayer | 2014-01-03 | 1 | -1/+6 |
* | ffmpeg_opt: Fix -target vcd | Carl Eugen Hoyos | 2013-12-25 | 1 | -1/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-12-04 | 1 | -0/+1 |
* | Merge commit '7671dd7cd7d51bbd637cc46d8f104a141bc355ea' | Michael Niedermayer | 2013-11-23 | 1 | -0/+3 |
* | Merge commit '07fd0a22192805d56c635eb294dc26b0a54ae325' | Michael Niedermayer | 2013-11-23 | 1 | -1/+46 |
* | ffmpeg: Do not fill gap before the first decodable frame on single stream inp... | Michael Niedermayer | 2013-11-16 | 1 | -0/+1 |
* | ffmpeg_opt: fix overriding values set by -target | Michael Niedermayer | 2013-11-13 | 1 | -25/+25 |
* | ffmpeg: generate more specific error message in case of inconsistent filterin... | Stefano Sabatini | 2013-11-09 | 1 | -14/+13 |
* | ffmpeg: store value of -filter and -filter_script per-stream option in Output... | Stefano Sabatini | 2013-11-09 | 1 | -24/+17 |
* | ffmpeg: add verbose consistency checks in case of filtering inconsistent options | Stefano Sabatini | 2013-11-03 | 1 | -0/+42 |
* | make it possible to compile ffmpeg without swscale | Paul B Mahol | 2013-10-21 | 1 | -0/+2 |
* | ffmpeg: add max_error_rate to allow tuning the point decoding errors are cons... | Michael Niedermayer | 2013-10-07 | 1 | -0/+3 |
* | ffmpeg: avoid direct access to lowres use av_codec_g/set_lowres() | Michael Niedermayer | 2013-10-03 | 1 | -1/+1 |
* | ffmpeg: add support to force specific AVCodecs | Michael Niedermayer | 2013-10-02 | 1 | -0/+8 |
* | Merge commit '488a0fa68973d48e264d54f1722f7afb18afbea7' | Michael Niedermayer | 2013-08-06 | 1 | -1/+3 |
* | ffmpeg_opt: Remove support for specifying -t anywhere to set the duration | Michael Niedermayer | 2013-08-06 | 1 | -19/+6 |
* | Merge commit '811bd0784679dfcb4ed02043a37c92f9df10500e' | Michael Niedermayer | 2013-08-06 | 1 | -0/+6 |
* | Merge commit '56ee3f9de7b9f6090d599a27d33a392890a2f7b8' | Michael Niedermayer | 2013-08-06 | 1 | -5/+8 |
* | Merge commit '7748dd41be3d6dd6300f14263586af4ee104ead2' | Michael Niedermayer | 2013-08-01 | 1 | -3/+8 |
* | ffmpeg_opt: do not warn about unused gop_timecode | Michael Niedermayer | 2013-07-09 | 1 | -0/+4 |
* | ffmpeg: Allow overriding ffservers input | Michael Niedermayer | 2013-07-09 | 1 | -1/+4 |
* | ffmpeg: move creation_time for ffserver setting up | Michael Niedermayer | 2013-07-09 | 1 | -3/+10 |
* | ffmpeg_opt: replace exit() by exit_program() | Michael Niedermayer | 2013-07-08 | 1 | -81/+81 |
* | ffmpeg: add -apad option which injects a apad filter only in the presence of ... | Michael Niedermayer | 2013-05-08 | 1 | -0/+6 |
* | ffmpeg: move a local variable definition later. | Nicolas George | 2013-05-07 | 1 | -1/+2 |