1751 Commits (eb732b2ade32bc542bc96a3818043623a48303e0)

Author SHA1 Message Date
Michael Niedermayer 5da116a3fd ffmpeg: factorize quality calculation 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Stefano Sabatini 3fd62c6e24 ffmpeg: call pre_process_video_frame() only if decoding is needed 14 years ago
Stefano Sabatini 2b95602e93 ffmpeg: reformat resample condition code in transcode() 14 years ago
Stefano Sabatini 9aa797cd28 ffmpeg: factorize resampling condition check in do_video_out() 14 years ago
Stefano Sabatini c29c2eea8f ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet 14 years ago
Stefano Sabatini 2ecc5b70fb ffmpeg: improve reporting if size/pixel format changes 14 years ago
Stefano Sabatini b568d6d94b ffmpeg: warns the user when the selected pixel format is ignored 14 years ago
Robert Leatherwood b5e089924f "Initialize" copy_tb like the other global variables. 14 years ago
Michael Niedermayer eeaba924b7 ffmpeg: Fix -t with files that do not have any timestamps. 14 years ago
Alexander Strange cb48fdf67e ffmpeg: Simplify decode loop condition to not use next_pts 14 years ago
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