| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ffmpeg: Do not fail if a demuxer and decoder use the same option identifer | Michael Niedermayer | 2014-08-04 | 1 | -0/+1 |
* | ffmpeg_opt: Use av_guess_codec() instead of AVOutputFormat->*codec | Michael Niedermayer | 2014-08-02 | 1 | -2/+2 |
* | Merge commit 'dc71f1958846bb1d96de43a4603983dc8450cfcc' | Michael Niedermayer | 2014-07-29 | 1 | -1/+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 |