]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
FFmpeg : Close input file and free any related memory if
[ffmpeg] / ffmpeg.c
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...
2010-01-23 Michael NiedermayerFix heap overflow with -async.
2010-01-20 Måns RullgårdIndent
2010-01-20 Måns RullgårdAlways call avcodec_thread_init()
2010-01-20 Måns RullgårdAdd -timelimit option
2010-01-07 Michael NiedermayerFix stream copy & transcoding one stream at the same...
2010-01-07 Michael NiedermayerCorrect indention.
2010-01-07 Michael NiedermayerMove the definitions of data_buf and data_size closer...
2010-01-01 Stefano SabatiniUse av_guess_format() in place of the deprecated guess_...
2009-12-28 Michael DorrDo not explicitely set thread_count in the codec context.
2009-12-25 Michael NiedermayerDo not copy codec_tag in stream copy case if it is...
2009-12-25 Stefano SabatiniUse positive logic, improve readability, consistent...
2009-12-21 Ramiro PollaPrint usage instead of help when no files are specified.
2009-12-21 Ramiro PollaSplit show_usage() out of show_help().
2009-12-21 Ramiro PollaAdd a general [options] to the basic usage string.
2009-12-21 Ramiro PollaFirst print the program description and then the basic...
2009-12-16 Matthieu CrapetAdd -vlang option to set ISO 639 video stream language...
2009-12-15 Stefano SabatiniUse positive logic in opt_target() for selecting the...
2009-12-15 Matthieu CrapetSimplify freeing of audio_language and subtitle_language.
next