Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-20ffmpeg: remove useless NULL-check on avfilter_unref_bufferStefano Sabatini
2011-05-20vsrc_buffer: add av_vsrc_buffer_add_frame()Stefano Sabatini
2011-05-20vsrc_buffer: make the source accept sws_param in initStefano Sabatini
2011-05-20lavfi: add avfilter_get_video_buffer_ref_from_frame to avcodec.hStefano Sabatini
2011-05-20vsrc_buffer: remove dependency on AVFrameStefano Sabatini
2011-05-18ffmpeg: dont show_banner() on verbose<0Michael Niedermayer
2011-05-17ffmpeg: reset top_field_first in opt_input_file().Michael Niedermayer
2011-05-17Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-17ffmpeg: fix -aspect cli optionBaptiste Coudurier
2011-05-17Restructure video filter implementation in ffmpeg.c.Michael Niedermayer
2011-05-16rawdec: Allow overriding top field first.Michael Niedermayer
2011-05-16ffmpeg: initialize input_codec array earlier.Michael Niedermayer
2011-05-15ffmpeg: Allow seting and cycling through debug modes.Michael Niedermayer
2011-05-14ffmpeg: Help for interactive keys.Michael Niedermayer
2011-05-14ffmpeg: Interactivity support. Try pressing +-hs.Michael Niedermayer
2011-05-13ffmpeg: use parse_number_and_die() when it makes senseStefano Sabatini
2011-05-13ffmpeg: get rid of the 'q' key schizofreniaAnton Khirnov
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12ffmpeg: factorize quality calculationMichael Niedermayer
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-12Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-11ffmpeg: call pre_process_video_frame() only if decoding is neededStefano Sabatini
2011-05-11ffmpeg: reformat resample condition code in transcode()Stefano Sabatini
2011-05-11ffmpeg: factorize resampling condition check in do_video_out()Stefano Sabatini
2011-05-11ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippetStefano Sabatini
2011-05-11ffmpeg: improve reporting if size/pixel format changesStefano Sabatini
2011-05-11ffmpeg: warns the user when the selected pixel format is ignoredStefano Sabatini
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-11"Initialize" copy_tb like the other global variables.Robert Leatherwood
2011-05-10ffmpeg: Fix -t with files that do not have any timestamps.Michael Niedermayer
2011-05-10ffmpeg: Simplify decode loop condition to not use next_ptsAlexander Strange
2011-05-10ffmpeg: remove unused fields AVOutputStream.original_width/heightStefano Sabatini
2011-05-10ffmpeg: remove unused variable padding_src in do_video_out()Stefano Sabatini
2011-05-10ffmpeg: fix negative verbosity.Michael Niedermayer
2011-05-10ffmpeg: rename configure_filters() to configure_video_filters()Stefano Sabatini
2011-05-10cmdutils: remove list_fmts(), simplifyStefano Sabatini
2011-05-10Add missing CONFIG_AVFILTER check.Takashi Mochizuki
2011-05-10Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-09ffmpeg.c: reset avoptions after each input/output file.Anton Khirnov
2011-05-09ffmpeg.c: store per-output stream sws flags.Anton Khirnov
2011-05-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-08ffmpeg.c: check for interlaced flag in the correct place.Anton Khirnov
2011-05-07vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interfaceStefano Sabatini
2011-05-07ffmpeg: rename ost->pict_tmp to ost->resample_frameStefano Sabatini
2011-05-07ffmpeg: prefer dec/enc over ost/ist->st->codec in do_video_out()Stefano Sabatini
2011-05-07ffmpeg: move resample_changed check within the #if !CONFIG_AVFILTERStefano Sabatini
2011-05-07ffmpeg: remove useless intermediary variable resample_dst in do_video_out()Stefano Sabatini
2011-05-07ffmpeg: simplify mid-stream reconfiguration when libavfilter is disabledStefano Sabatini
2011-05-07lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()Stefano Sabatini
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer