]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
TTA : Check if the output buffer size is within bounds.
[ffmpeg] / ffmpeg.c
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.
2009-12-14 Stefano SabatiniUse symbolic names for PAL/NTSC/FILM rather than numeri...
2009-12-14 Vitor SessakCorrect typo
2009-12-14 Michael NiedermayerInclude dup/drop info if any frames where duplicated...
2009-12-14 Michael NiedermayerOff by 1 bugfix for nb_frames_dup.
2009-12-14 Michael NiedermayerFactorize ic->streams[i] out,
2009-12-13 Michael NiedermayerShow help if no cmd line options are provided at all.
2009-12-12 Stefano SabatiniMove list_fmts() from ffmpeg.c to cmdutils.{h,c}, so...
2009-12-08 Michael NiedermayerDo as the comment says and signal an error.
2009-12-08 Michael Niedermayer10l bug, use av_fast_malloc() instead if av_malloc...
2009-12-08 Michael NiedermayerTry to allocate audio buffer sizes depending on the...
2009-12-08 Michael NiedermayerCheck that the buffer size speified to avcodec_encode_a...
2009-12-08 Michael NiedermayerDo not assume that av_get_bits_per_sample() is a multip...
2009-12-07 Michael NiedermayerGet rid of audio_out2, it seems unneeded.
2009-12-05 Jai MenonUpdate frame_width and frame_height based on the lowres...
2009-12-05 Stefano SabatiniAdd 'const' attribute to the last_asked_format variable...
2009-12-04 Michael NiedermayerDo not crash on frame size changes.
2009-12-03 Ramiro PollaUpdate help text for -fpre option to make it a little...
2009-11-29 Stefano SabatiniFactorize common commandline options definition.
2009-11-27 Michael NiedermayerRemove "frame size must be a multiple of 2" check.
2009-11-25 Michael NiedermayerRemove special case that changed video sync behavior...
2009-11-19 Michael NiedermayerSplit show_formats().
2009-11-02 Ramiro PollaIndent.
2009-11-02 Ramiro PollaAdd -fpre option to take a preset file as parameter...
2009-10-30 Etienne Buira Issue an error when forced format cannot be honored.
2009-10-02 Stefano SabatiniPrefer "loglevel" over "logging level number or string...
2009-09-16 Sascha SommerAdd CODEC_CAP_SUBFRAMES for codecs that output multiple...
2009-09-16 Sascha Sommerfix PTS calculation for audio formats with bits per...
2009-09-12 Ramiro PollaCheck for return value of some context allocations.
2009-08-26 Reimar DöffingerIncrease maximum encoded subtitle size from 64 kB to...
2009-08-26 Reimar DöffingerMake sure that start_display_time is 0 by moving its...
2009-08-15 Reimar Döffinger100l, error out if subtitle encoder failed instead...
2009-08-07 Diego BiurrunRemove some hunks of unused and disabled code cruft.
2009-07-27 Martin StorsjöChange type of received_sigterm variable from sig_atomi...
2009-07-24 Martin StorsjöCheck for HAVE_ISATTY.
2009-07-16 Lou LoganRename invalid option name "gop" to "g" in opt_target...
2009-07-04 Carl Eugen HoyosUse enum CodecID instead of int.
2009-06-26 Jason Garrett-GlaserHandle variable input stream pixfmts using the same...
2009-06-21 Baptiste Coudurierclarify encoder and decoder opening error messages
2009-06-19 Eric BuehlSupport varying frame sizes in a single file.
2009-06-19 Reimar DöffingerAdd pts field to AVSubtitle, for use by future XSUB...
2009-06-16 Stefano SabatiniMove opt_loglevel() from ffmpeg.c to cmdutils.c.
2009-06-16 Ramiro PollaMake ffmpeg able to set the loglevel option using strings
2009-06-14 Baptiste Coudurierdo not use av_parser_change for h264 which uses bitstre...
2009-06-14 Måns RullgårdPrint error message when output buffer allocation fails
2009-06-12 Baptiste CoudurierFail and print correct error message when video stream...
2009-06-11 Baptiste CoudurierRemove even condition on pad and crop.
2009-05-31 Ramiro Pollaindent
2009-05-31 Ramiro PollaRemove useless if(), leftover from the vhook removal.
2009-05-30 Baptiste Coudurierremove commented code using real_pict_num
next