155 Commits (fffc9a077d39e4776665f10129c33bfbf1a86c29)

Author SHA1 Message Date
Michael Niedermayer 7a67ab5cba ffmpeg_opt: reduce diff to libav in opt_target() by 16 lines 10 years ago
Reimar Döffinger a0941c8a2b Use new av_dict_set_int helper function. 10 years ago
Clément Bœsch 11aab8d6cb ffmpeg: look for encoding options in both avcodec and avformat 10 years ago
Michael Niedermayer d3a22491c7 ffmpeg: remove 32 channel limit from audio_channels_map 10 years ago
Carl Eugen Hoyos 7d585bc94c Do not automatically map subtitles if the decoder and encoder properties are different. 10 years ago
Michael Niedermayer 7d03732f7e ffmpeg: Do not fail if a demuxer and decoder use the same option identifer 10 years ago
Michael Niedermayer 956f4087c6 ffmpeg_opt: Use av_guess_codec() instead of AVOutputFormat->*codec 10 years ago
Michael Niedermayer e10b62ab5d ffmpeg_opt: remove intra_dc_precision, its handled by AVOptions 10 years ago
Michael Niedermayer f02a440814 ffmpeg_opt: route -ab to -b:a 11 years ago
Michael Niedermayer eec55e622a ffmpeg_opt: Dont exit on avformat_find_stream_info() failure if there are streams 11 years ago
Michael Niedermayer 01ef127bf8 ffmpeg: support setting AVStream.discard 11 years ago
Michael Niedermayer 5affab960c ffmpeg_opt: remove unused variable and undocumented and not working command line option 11 years ago
Michael Niedermayer 909dbb07eb ffmpeg_opt: fix ffserver with the 2 encoder contexts 11 years ago
Michael Niedermayer 758f929d21 ffmpeg: Fix choose_pixel_fmt() so it uses the correct encoding context 11 years ago
Michael Niedermayer 229022e788 ffmpeg_opt: fix attachment streams 11 years ago
Michael Niedermayer 1f359c8559 ffmpeg: use av_stream_get_end_pts() 11 years ago
Michael Niedermayer be2bbc5266 ffmpeg_opt: dont copy "encoder" metadata unless stream copy is used 11 years ago
Michael Niedermayer 87f5ede6b5 ffmpeg: add last_mux_dts_plus_duration 11 years ago
Michael Niedermayer 25bcf24d4d ffmpeg_opt: check that a subtitle encoder is available before auto mapping streams 11 years ago
Michael Niedermayer 8803b970ef ffmpeg_opt: Check ist is valid before using it in audio_channels_map init 11 years ago
Timothy Gu 774239be71 ffmpeg_opt: get_preset_file_2(): fix avio_open2() return code check 11 years ago
Michael Niedermayer 3e70c7023e ffmpeg: support setting the chroma intra matrix 11 years ago
Alexander Strasser 2b17c7685f ffmpeg_opt: assert_file_overwrite: Work for all file protocol outputs 11 years ago
Michael Niedermayer 8a1714ad85 ffmpeg: do not fail when options are routed to libavformat and libavcodec and only one can be used 11 years ago
Carl Eugen Hoyos e079661d23 ffmpeg_opt: Fix -target vcd 11 years ago
Michael Niedermayer d7ebeba80c ffmpeg: Do not fill gap before the first decodable frame on single stream input files unless the user explicitly requests it. 11 years ago
Michael Niedermayer 9647c6dedd ffmpeg_opt: fix overriding values set by -target 11 years ago
Stefano Sabatini f591ba60ff ffmpeg: generate more specific error message in case of inconsistent filtering options 11 years ago
Stefano Sabatini 0f8bdfe3e8 ffmpeg: store value of -filter and -filter_script per-stream option in OutputStream struct 11 years ago
Stefano Sabatini 535d58959d ffmpeg: add verbose consistency checks in case of filtering inconsistent options 11 years ago
Paul B Mahol c655216939 make it possible to compile ffmpeg without swscale 11 years ago
Michael Niedermayer b6b9c150f0 ffmpeg: add max_error_rate to allow tuning the point decoding errors are considered a failure of the whole transcoding. 11 years ago
Michael Niedermayer 4d5d905eed ffmpeg: avoid direct access to lowres use av_codec_g/set_lowres() 11 years ago
Michael Niedermayer 64327aabb9 ffmpeg: add support to force specific AVCodecs 11 years ago
Michael Niedermayer 6d77279ed8 ffmpeg_opt: Remove support for specifying -t anywhere to set the duration 11 years ago
Michael Niedermayer d0a7933991 ffmpeg_opt: do not warn about unused gop_timecode 12 years ago
Michael Niedermayer d1e8d4b055 ffmpeg: Allow overriding ffservers input 12 years ago
Michael Niedermayer d7fbe926d3 ffmpeg: move creation_time for ffserver setting up 12 years ago
Michael Niedermayer eeddeb6579 ffmpeg_opt: replace exit() by exit_program() 12 years ago
Michael Niedermayer 33ff943f70 ffmpeg: add -apad option which injects a apad filter only in the presence of video streams 12 years ago
Nicolas George 449704b475 ffmpeg: move a local variable definition later. 12 years ago
Nicolas George b1cc12d0e3 ffmpeg: make -aspect work with -vcodec copy. 12 years ago
Nicolas George de38e7c8c3 ffmpeg: use a rational for -aspect option. 12 years ago
Michael Niedermayer 4bcb75cc48 ffmpeg: Print a warning when -frames is affecting non video frames 12 years ago
Michael Niedermayer bd03afb5bb ffmpeg_opt: avoid strcpy() 12 years ago
Michael Niedermayer 4257b804e2 ffmpeg: Replace -deinterlace (which was broken by the buffer ref stuff) with yadif injection 12 years ago
Nicolas George 40ea006b76 ffmpeg: make -lavfi an alias for -filter_complex. 12 years ago
Nicolas George 639a9e21a6 ffmpeg_opt: add OPT_INPUT to -fix_sub_duration and -canvas_size. 12 years ago
Nicolas George 0eb56a085d ffmpeg: add OPT_INPUT to -guess_layout_max. 12 years ago
Nicolas George da397173df ffmpeg: add OPT_OUTPUT to -to option. 12 years ago