1478 Commits (8e576d58306df95d6373dd0ca2c1f21f1afaeca9)

Author SHA1 Message Date
Baptiste Coudurier dd47107021 In print_report, print progression time in hours:mins:secs:us 14 years ago
Baptiste Coudurier 1212d5b5e4 ffmpeg: In print_report, use int64_t for pts to check for 0 and avoid inf value for bitrate. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Stefano Sabatini ac41f3b036 ffmpeg: handle copy of packets for AVFMT_RAWPICTURE output formats 14 years ago
Stefano Sabatini f712f6c8a4 ffmpeg: simplify opt_*_codec() options 14 years ago
Clément Bœsch adba9c6352 Fix various unused variable warnings 14 years ago
Reimar Döffinger bb9b7bc62e Remove now unused nb_istreams variable. 14 years ago
Stefano Sabatini eb8bc57240 cmdutils: remove OPT_FUNC2 14 years ago
Stefano Sabatini 26513856d6 cmdutils: remove OPT_FUNC2 14 years ago
Mike Williams db3262b700 ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAMS cleanup. 14 years ago
Anton Khirnov 2cf8355f98 ffmpeg: get rid of useless AVInputStream.nb_streams. 14 years ago
Anton Khirnov 07633154ad ffmpeg: simplify managing input files and streams 14 years ago
Anton Khirnov d2bc4da15b ffmpeg: purge redundant AVInputStream.index. 14 years ago
Stefano Sabatini 6b5e182540 ffmpeg: handle the case when get_filtered_frame() fails 14 years ago
Martin Storsjö a121754852 ffmpeg: Don't trigger url_interrupt_cb on the first signal 14 years ago
Stefano Sabatini 5ecdfd008b lavf: deprecate avformat_alloc_output_context() in favor of avformat_alloc_output_context2() 14 years ago
Anton Khirnov 71cc331cab ffmpeg: get rid of the -vglobal option. 14 years ago
Mike William 840238b870 ffserver: dont just crash 14 years ago
Maksym Veremeyenko ab1c19efc5 fix ffserver's SIGSEGV 14 years ago
Stefano Sabatini 328810390d ffmpeg: remove useless NULL-check on avfilter_unref_buffer 14 years ago
Stefano Sabatini c000a9f783 vsrc_buffer: add av_vsrc_buffer_add_frame() 14 years ago
Stefano Sabatini 50764e19a8 vsrc_buffer: make the source accept sws_param in init 14 years ago
Stefano Sabatini 9fdf77217b lavfi: add avfilter_get_video_buffer_ref_from_frame to avcodec.h 14 years ago
Stefano Sabatini 6070b7e1c5 vsrc_buffer: remove dependency on AVFrame 14 years ago
Justin Ruggles bc778a0cea Add support for request_sample_format in ffmpeg and ffplay. 14 years ago
Michael Niedermayer e89403216c ffmpeg: dont show_banner() on verbose<0 14 years ago
Michael Niedermayer a4b6000b00 ffmpeg: reset top_field_first in opt_input_file(). 14 years ago
Baptiste Coudurier 901ff51116 ffmpeg: fix -aspect cli option 14 years ago
Michael Niedermayer 9d5fa6182d Restructure video filter implementation in ffmpeg.c. 14 years ago
Michael Niedermayer 9763420bcc rawdec: Allow overriding top field first. 14 years ago
Michael Niedermayer 198783744e ffmpeg: initialize input_codec array earlier. 14 years ago
Michael Niedermayer 90bb2c78d6 ffmpeg: Allow seting and cycling through debug modes. 14 years ago
Michael Niedermayer 34e838083e ffmpeg: Help for interactive keys. 14 years ago
Michael Niedermayer 0f6a8579af ffmpeg: Interactivity support. Try pressing +-hs. 14 years ago
Stefano Sabatini dbe9453946 ffmpeg: use parse_number_and_die() when it makes sense 14 years ago
Anton Khirnov 8fb566fdf8 ffmpeg: get rid of the 'q' key schizofrenia 14 years ago
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