1414 Commits (a5dc990a4eec13320e97f287640138e549d99d88)

Author SHA1 Message Date
Stefano Sabatini bc97695af8 ffmpeg: remove unused fields AVOutputStream.original_width/height 14 years ago
Stefano Sabatini f38d900fb8 ffmpeg: remove unused variable padding_src in do_video_out() 14 years ago
Michael Niedermayer d1991f51f3 ffmpeg: fix negative verbosity. 14 years ago
Stefano Sabatini 0420bf09f7 ffmpeg: rename configure_filters() to configure_video_filters() 14 years ago
Stefano Sabatini 5d2c6f42d7 cmdutils: remove list_fmts(), simplify 14 years ago
Takashi Mochizuki c3e40410d4 Add missing CONFIG_AVFILTER check. 14 years ago
Anton Khirnov 19615089a0 ffmpeg.c: reset avoptions after each input/output file. 14 years ago
Anton Khirnov 1435f2fa72 ffmpeg.c: store per-output stream sws flags. 14 years ago
Anton Khirnov 648e55ff1b ffmpeg.c: check for interlaced flag in the correct place. 14 years ago
Stefano Sabatini 64c06615d2 vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interface 14 years ago
Stefano Sabatini 2beac7c325 ffmpeg: rename ost->pict_tmp to ost->resample_frame 14 years ago
Stefano Sabatini 04c373c1e9 ffmpeg: prefer dec/enc over ost/ist->st->codec in do_video_out() 14 years ago
Stefano Sabatini a851fa7fec ffmpeg: move resample_changed check within the #if !CONFIG_AVFILTER 14 years ago
Stefano Sabatini 70c24b2171 ffmpeg: remove useless intermediary variable resample_dst in do_video_out() 14 years ago
Stefano Sabatini f5a669c229 ffmpeg: simplify mid-stream reconfiguration when libavfilter is disabled 14 years ago
Stefano Sabatini 566666caf3 lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props() 14 years ago
Alex Converse 1a5e4fd8c5 Replace strncpy() with av_strlcpy(). 14 years ago
Luca Barbato e3b540b424 Make ffmpeg support generic data stream 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 301183d9be replace deprecated av_get_pict_type_char() with av_get_picture_type_char() 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Stefano Sabatini 6209669de4 Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). 14 years ago
Stefano Sabatini 35fe66abbc lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio 14 years ago
Stefano Sabatini 77e9dee8ae lavc: add a sample_aspect_ratio field to AVFrame 14 years ago
Michael Niedermayer fa1195227f FFMPEG: support demuxer specific options. 14 years ago
Michael Niedermayer 7d727f1338 LAVFAPI: avformat_alloc_output_context() / simplify usage of muxers. 14 years ago
Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 14 years ago
Michael Niedermayer 0886267e3c Revert buggy hunk that leaked in from a libav merge. 14 years ago
Michael Niedermayer a38cdfde52 vsrc_buffer: Set output size 14 years ago
Michael Niedermayer 7a11c82fb7 vsrc_buffer: add sample_aspect_ratio fields to arguments. 14 years ago
Diego Biurrun 89b503b55f Lowercase all ff* program names. 14 years ago
Carl Eugen Hoyos 3c483620c9 Cosmetics: Rename variable daemon as run_as_daemon. 14 years ago
Stefano Sabatini 7046b63e69 ffmpeg: call pre_process_video_frame() only if decoding is needed 14 years ago
Stefano Sabatini 79157f400b error: remove AVERROR_NUMEXPECTED 14 years ago
Baptiste Coudurier 2c18893a91 In libx264 wrapper, correctly support 2pass log filename option. 14 years ago
Stefano Sabatini 55815edca0 prefer avio_check() over url_exist() 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov 41d0eb1c81 lavc: remove the FF_API_SET_STRING_OLD cruft. 14 years ago
Anton Khirnov 761ad42968 lavf: remove FF_API_MAX_STREAMS cruft 14 years ago
Stefano Sabatini c438c90756 ffmpeg: reformat resample condition code in transcode() 14 years ago
Stefano Sabatini 0f230c53df ffmpeg: factorize resampling condition check in do_video_out() 14 years ago
Stefano Sabatini 6a46aab49b ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet 14 years ago
Stefano Sabatini dfc6f5ae90 ffmpeg: improve reporting if size/pixel format changes 14 years ago
Stefano Sabatini 58bc9ac5cb ffmpeg: remove unused fields AVOutputStream.original_width/height 14 years ago
Stefano Sabatini b0b83973d1 ffmpeg: remove unused variable padding_src in do_video_out() 14 years ago
Michael Niedermayer 39aafa5ee9 ffmpeg:Daemon mode, add -d as first option to try it. 14 years ago
Michael Niedermayer 17ee7b5515 ffmpeg:Fix negative verbositiy 14 years ago
Baptiste Coudurier abf8342aa9 ffmpeg: fix -aspect cli option 14 years ago
Stefano Sabatini bdf3d3bf9d ffmpeg: use parse_number_and_die() when it makes sense 14 years ago
Stefano Sabatini 5381823eb6 ffmpeg: rename configure_filters() to configure_video_filters() 14 years ago