220 Commits (dd7b486e8e5bc12777d19c7932fa2a830db5a826)

Author SHA1 Message Date
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
Michael Niedermayer bd93f3c5bd ffmpeg: fix reinit_filter type 12 years ago
Nicolas George cb2bd91413 ffmpeg: add the -canvas_size option. 12 years ago
Michael Niedermayer e2427f04b7 ffmpeg_opt: Ask for overwrite in single image2 files too 12 years ago
Ronald S. Bultje 2cffe38df3 Deprecate deinterlaced in libavcodec. 12 years ago
Michael Niedermayer 9af8179cdb ffmpeg: fix -stats -v 0 12 years ago
Jean First 2d7044683f ffmpeg_opt: add -to option to specify stop time 12 years ago
Jean First af0e8144cd ffmpeg_opt: cosmetics 12 years ago
Michael Niedermayer ad899522ff ffmpeg: use a AVDictionary instead of the context to move swr parameters around 12 years ago
Michael Niedermayer ccf9dd00da ffmpeg: dont allow -flags to override -pass 12 years ago
Michael Niedermayer 0cecaa9e2e ffmpeg: free attachments, fix memleak 12 years ago
Matthieu Bouron 5a67e30b1c ffmpeg: fix broken channel_layout option 12 years ago
Stefano Sabatini 27db2bf000 ffmpeg: remove -crop* and -pad* options 12 years ago
Nicolas George fccd8c21c4 ffmpeg: add -guess_layout_max option. 12 years ago
Stefano Sabatini c4738c3196 ffmpeg: fix typo in open_files() message 12 years ago
Stefano Sabatini 89ef586867 doc/ffmpeg: extend documentation for the -filter options and -af/vf aliases 12 years ago
Michael Niedermayer a260c79733 ffmpeg: fix dither to 24bit PCM output 12 years ago
Michael Niedermayer 2a23f6035e mpegpsenc: Fix SCR handling for DVD 12 years ago
Nicolas George 5bab99baea ffmpeg: apply flags to attachments too. 12 years ago
Nicolas George 951a03b3a8 ffmpeg: move stream_copy flags handling after attachments. 12 years ago
rogerdpack 10a9277562 better filter error message when accidentally reusing outputs 12 years ago
Nicolas George 69a1667b06 ffmpeg: mark attachment streams finished. 12 years ago
Michael Niedermayer 13131685f1 ffmpeg: avoid negative timestamps for DVD 12 years ago
Michael Niedermayer 103410d67e ffmpeg_opt: fix recording time in->out carryover. 12 years ago
Michael Niedermayer a46c565796 ffmpeg_opt: fix pointer types 12 years ago
Clément Bœsch cb0881c794 ffmpeg: use GROW_ARRAY in opt_map_channel. 12 years ago
Clément Bœsch b684f744ac ffmpeg: use avformat_seek_file() instead of av_seek_frame(). 12 years ago
Michael Niedermayer b5e0e327ce ffmpeg: fix swr filter_type for auto inserted aresample filters 12 years ago
Michael Niedermayer 0efcf16a3e replace av_log(0, by av_log(NULL, 12 years ago
Stefano Sabatini a62242678f ffmpeg: complain loudly and exit in case removed -sameq option is specified 12 years ago
Michael Niedermayer a9d97e1b0a ffmpeg: use av_rescale_delta() on the audio filter input 12 years ago
Michael Niedermayer 3e0b29ccd0 ffmpeg: Make video filter graph reinit user selectable 12 years ago
Michael Niedermayer e47ab0b2c9 ffmpeg_opt: dont fail for sameq/same_quant. 12 years ago
Clément Bœsch f7c46d251c ffserver: fix seeking with ?date=... 12 years ago
Michael Niedermayer 65f7aee63b ffmpeg: add option to control copying of frames prior to start. 12 years ago
Michael Niedermayer de73ae6b1a ffmpeg: avoid apics for video output if possible 12 years ago
Michael Niedermayer a7b483953d ffmpeg: factor area out of video stream selection code. 12 years ago
Michael Niedermayer eb949544ca ffmpeg: fix 10l (use of uninitilaized variable) 12 years ago
Michael Niedermayer 374033ee93 ffmpeg: remove now unneeded old *_codec_name code 12 years ago
Michael Niedermayer 8ccb56abee ffmpeg/opt_output_file: extract subtitle codec name through new API 12 years ago
Michael Niedermayer a4271f3d4e ffmpeg: dont match unspecified media types in MATCH_PER_TYPE_OPT 12 years ago
Michael Niedermayer 3db4c88ac1 ffmpeg/opt_preset: update to new option API for reading codec names. 12 years ago
Michael Niedermayer bad953bc2d ffmpeg: fix overriding codecs with the new syntax 12 years ago
Michael Niedermayer 469f8b1dcb ffmpeg: Fix assert failure 12 years ago
Nicolas George f4aeb48516 ffmpeg: remove outdated warning. 12 years ago
Michael Niedermayer 93e75c78dd ffmpeg_opt: get rid of casts for the HAS_ARG case 12 years ago
Michael Niedermayer 949938d1ca ffmpeg_opt: remove casts for OPT_FUNC2 12 years ago
Michael Niedermayer 581537cfd5 ffmpeg_opt: fix copy_tb 12 years ago