1153 Commits (301183d9be4e426d472d4be8c84095c853cb8ac4)

Author SHA1 Message Date
Stefano Sabatini 301183d9be 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
Lou Logan f8de11cf7d Redefine sameq 14 years ago
Anton Khirnov 3ee53dabcf lavf: get rid of ffm-specific stuff in avformat.h 14 years ago
Anton Khirnov c3675dfe1e lavf: rename avf_sdp_create to av_sdp_create. 14 years ago
Anton Khirnov 80c6e238b0 avio: avio_ prefix for url_set_interrupt_cb. 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Michael Niedermayer 6b1c886b65 Fix ticket20 14 years ago
Michael Niedermayer d6c858658f Revert "ffmpeg: fix aspect ratio setting" 14 years ago
Michael Niedermayer b5ef6f8eb4 Fix crash in ffmpeg.c with PIX_FMT_NONE 14 years ago
Stefano Sabatini d1eb50bb29 ffmpeg: fix aspect ratio setting 14 years ago
Alex Converse 14cf0fd2f5 Add silence support for AV_SAMPLE_FMT_U8. 14 years ago
Lou Logan 8af3167bb6 Redefine sameq 14 years ago
Peter Ross 100a6b7c77 ffmpeg: make 'bits_per_raw_sample' option more useful 14 years ago
Michael Niedermayer 7d948dc424 Support changing pixel formats on avfilter input. 14 years ago
Michael Niedermayer b25d931a82 Fix stream mapping regression 14 years ago
Michael Niedermayer e7c7b0d000 Another aspect ratio fix try. This leaves the setdar addition at the end (preferred by people). 14 years ago
Peter Ross 6408529b5d Increase ffmpeg video encoding buffer size to permit encoding of DPX images 14 years ago
Michael Niedermayer 859676dd42 Insert setdar at the begin of a filter chain instead the end. 14 years ago
Michael Niedermayer 8b8bf89e52 Revert "Do no modify terminal parameters using termios.h" 14 years ago
Stefano Sabatini 2ee85c0671 ffmpeg: warns the user when the selected pixel format is ignored 14 years ago
Stefano Sabatini 0c55c6d30e cmdutils: remove list_fmts(), simplify 14 years ago
Justin Ruggles 34b47d7cbc Add audio_service_type field to AVCodecContext for encoding and reporting 14 years ago