174 Commits (4b46ce8e91bdcf0726f669525609f77fc1a88472)

Author SHA1 Message Date
Anshul Maheshwari bb0344dc55 ffmpeg: improve data stream support 10 years ago
Michael Niedermayer 558cef8860 ffmpeg_opt: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 7efabffc28 ffmpeg_opt: Check for av_realloc_array() failure 10 years ago
Michael Niedermayer 2d7fd4cc33 ffmpeg_opt: Use av_realloc_array() 10 years ago
Simon Thelen cc63da1223 ffmpeg: add sdp_file option 10 years ago
Christophe Gisquet 4c592c3908 ffmpeg: take bsf arguments from the command line 10 years ago
Lukasz Marek 3ff3990104 ffmpeg_opt: make use of recommended encoder configuration 10 years ago
Lukasz Marek 2657f00d3f ffmpeg_opt: use codec private context in ffserver streams 10 years ago
Carl Eugen Hoyos e971eef8c0 Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user. 10 years ago
Lukasz Marek 2b14593148 ffmpeg_opt: free incorrect priv_data for feed stream 10 years ago
Lou Logan 37425fcb04 doc: clarify -frames options behavior 10 years ago
Michael Niedermayer 66b9e60af0 ffmpeg_opt: store canvas size in decoder context 10 years ago
Michael Niedermayer c0002ddb01 ffmpeg_opt: Check the return code from strftime() 10 years ago
Carl Eugen Hoyos 7a649e0783 Print an error if -r and -vsync 0 are used together. 10 years ago
Rodger Combs 315f9e929d ffmpeg_opt: Add -start_at_zero option. 10 years ago
Simon Thelen 8c4ca4aa5a ffmpeg_opt: abort if -to <= -ss 10 years ago
Michael Niedermayer 403133ab5e ffmpeg: add vdpau_old to allow continued testing of the older (but not oldest) API 10 years ago
Thilo Borgmann e113692c89 lavu/ffmpeg_opt: Check return value of avcodec_find_encoder(). 10 years ago
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