]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
Fix grammar in the ocv_smooth filter documentation.
[ffmpeg] / ffmpeg.c
2010-09-09 Martin StorsjöUpdate the audio sample rate when doing lowres audio...
2010-08-24 Stefano SabatiniFactorize opt_new_{audio,video,subtitle} definitions.
2010-08-24 Stefano SabatiniCosmetics: rename out_video_filter to output_video_filt...
2010-08-24 Stefano SabatiniMake configure_filters() return a meaningful error...
2010-08-24 Ramiro Pollaindent
2010-08-23 Vitor SessakMake "-fs ss" mean "make output file of size equals...
2010-08-11 Stefano SabatiniChange avfilter_open() signature, from:
2010-08-11 S.N. Hemanth Meena... Separate video specific BufferRef properties into Video...
2010-08-07 S.N. Hemanth Meena... Rename fields:
2010-08-07 S.N. Hemanth Meena... Rename functions and fields:
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-07-26 Stefano SabatiniDeprecate av_parse_video_frame_size() and av_parse_vide...
2010-07-26 Stefano SabatiniReindent.
2010-07-26 Stefano SabatiniRename av_transcode() to transcode().
2010-07-25 Stefano SabatiniRename av_exit() to ffmpeg_exit().
2010-07-25 Stefano SabatiniUse X ? Y : Z construct, simplify.
2010-07-25 Stefano SabatiniCosmetics: rename enc -> dec in opt_input_file().
2010-07-18 Jai MenonFFmpeg : Replace some av_exit calls in av_transcode...
2010-07-15 Jai MenonFFmpeg : Close input file and free any related memory if
2010-07-05 Michael NiedermayerMove frame_available computation to where it belongs...
2010-07-04 Stefano SabatiniMake opt_pad() print more information.
2010-07-04 Stefano SabatiniUpdate help message for the -pad* options, as they...
2010-07-03 Baptiste CoudurierLOL, 100l, really fix warning:
2010-07-03 Baptiste CoudurierFix warning:
2010-07-03 Rodney BakerChange all occurences of "inofficial" to "unofficial...
2010-07-03 Baptiste CoudurierReduce codec time base when stream copying
2010-07-03 Baptiste CoudurierSet graph swscale opts before parsing it, that way...
2010-07-01 Stefano SabatiniMove colorspace.h from libavcodec to libavutil.
2010-06-30 Mike ScheutzowAdd new option "streamid" to set the value of an outfil...
2010-06-26 Måns RullgårdRemove PPC perf counter support
2010-06-22 Stefano SabatiniRename rec_timestamp to recording_timestamp, for consis...
2010-06-21 Alexander Strangeffmpeg: cosmetics: combine two variable declarations
2010-06-14 Michael NiedermayerDeprecate -crop* arguments, they currently are buggy...
2010-06-10 Justin Ruggles10l: audio_buf is already a uint8_t* so no need to...
2010-06-10 Justin RugglesAllocate enough memory for audio_buf to fit a full...
2010-06-10 Diego BiurrunRemove support for pre-Haiku, non-POSIX, non-C99 BeOS...
2010-06-08 Luca AbeniIn case of stream copy, copy the extradata from the...
2010-06-03 Stefano SabatiniChange type of {audio,video,subtitle}_codec_tag variabl...
2010-05-31 Janne Grunauffmpeg: offer alternatives for experimental codecs...
2010-05-31 Janne Grunauffmpeg: fail if user selected codec is experimental...
2010-05-22 Ramiro PollaOpen 2-pass logfile in binary mode for both reading...
2010-05-12 Baptiste Coudurierrename -vfilters cli option to -vf
2010-05-11 Baptiste Couduriercosmetics, rename loop to frame_available
2010-05-11 Baptiste Coudurierrename curr_filter to last_filter, factorize filter...
2010-05-11 Baptiste Couduriercosmetics: indentation, whitespaces
2010-05-11 Baptiste Couduriersimplify, reuse existing args variable
2010-05-11 Baptiste Couduriercosmetics: filt_graph_all -> graph, like in ffplay.c
2010-05-07 Michael NiedermayerRemove messy pading hack in ffmpeg.c.
2010-05-07 Michael NiedermayerMake sure get_filtered_video_pic() doesnt loose interla...
2010-05-07 Michael Niedermayeravfilter support for ffmpeg
2010-04-30 Michael NiedermayerPrint warnig if requested samplingrate is unsupported.
2010-04-26 Stefano SabatiniMake ffmpeg use print_error() to make apparent the...
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-04-22 Michael NiedermayerMake sure ffmpeg chooses a supported samplerte if the...
2010-04-22 Cyril RussoFix compilation error of ffmpeg and ffplay with --disab...
2010-04-20 Robert KrügerAllow setting the environment variable FFMPEG_DATADIR...
2010-04-16 Baptiste CoudurierTake ticks per frame into account when warning about...
2010-04-05 Anton KhirnovSimplify writing stream metadata.
2010-04-05 Anton KhirnovDon't overwrite user-supplied metadata with metadata...
2010-04-04 Stefano SabatiniReindent.
2010-04-04 Stefano SabatiniRename av_encode() to av_transcode(), the new name...
2010-04-02 Carl Eugen HoyosUse AVDISCARD_DEFAULT for 0 where appropriate.
2010-04-01 Stefano SabatiniImplement cmdutils.c:read_file(), and use it in ffmpeg...
2010-03-31 Ronald S. BultjeFix FFM-based streaming from ffmpeg to ffserver. The...
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Ronald S. BultjeSplit out code that auto-chooses a default pix_fmt...
2010-03-20 Måns Rullgård10l: fix build without termios.h
2010-03-19 Måns RullgårdRegister atexit handler only when needed
2010-03-19 Anton Khirnovffmpeg.c: copy chapters by default.
2010-03-16 Ronald S. BultjeTypo: if output (video) stream's pix_fmt is not set...
2010-03-15 Michael NiedermayerAllow mpeg style yuv in jpeg when strict standard compl...
2010-03-15 Alexander Strangeffmpeg: Combine variable declaration and definition
2010-03-15 Alexander Strangeffmpeg: Factor out redundant sync_ipts calculation
2010-03-09 Måns RullgårdMove libm replacements to new header libm.h
2010-03-07 Måns RullgårdRemove hacks not required since HAVE_AV_CONFIG_H was...
2010-03-04 Alex Converseffmpeg.c: Don't use NULL for integer metadata flags.
2010-03-02 Stefano SabatiniMake ffmpeg print a message and abort if the name of...
2010-03-01 Chris StonesDon't let output pixel format influence input pixel...
2010-03-01 Anton Khirnovffmpeg: copy stream metadata.
2010-02-26 Francesco CosoletoPrevent overflow of start_time + recording_time.
2010-02-23 Michael NiedermayerAttempt to fix issue1728 and regression of issue203
2010-02-23 Michael NiedermayerSet ist->pts to something that isnt guranteed to entang...
2010-02-23 Michael NiedermayerFavor streams with more packets if the user did not...
2010-02-23 Michael NiedermayerRedesign opt_programid code.
2010-02-22 Reimar DöffingerMake -benchmark also print the maximum memory usage...
2010-02-11 Wolfram GlogerRemove recording_time check which is no longer necessar...
2010-02-10 Reimar DöffingerUse av_compare_ts to compare against the -t end time...
2010-02-08 Wolfram GlogerStop reading input file when -t option value is reached.
2010-02-06 Justin JohnsonRevert r21615 | cehoyos | 2010-02-02 23:23:09 +0100...
2010-02-06 Stefano SabatiniAdd parentheses in boolean expression: (A && B || C...
2010-02-03 Stefano SabatiniMake opt_frame_pix_fmt() call show_pix_fmts() if the...
2010-02-03 Michael NiedermayerCorrect opts calulation in ffmpeg.c.
2010-02-03 Michael NiedermayerAlternative solution for the mpegvideo_split + mov...
2010-02-02 Justin JohnsonGuess the duration before converting video and write...
2010-02-01 Michael NiedermayerCheck pkt.pts against the recording time.
2010-01-30 Stefano SabatiniUse av_get_pix_fmt() instead of the deprecated avcodec_...
2010-01-28 Jai Menonffmpeg.c : Don't set AVFormatParameters::[audio|video...
2010-01-27 Jai Menonffmpeg.c : Increase static limit on the maximum number of
2010-01-27 Michael NiedermayerPrint "Multiple frames in a packet" warning independant...
next