1276 Commits (889639969bf8106c05e2958370dbe290ef283c42)

Author SHA1 Message Date
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
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