OSDN Git Service

Stop reading input file when -t option value is reached.
[coroid/ffmpeg_saccubus.git] / ffmpeg.c
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
2009-05-23 Baptiste Coudurierpad last audio frame when encoding
2009-05-22 Stefano SabatiniRemove duplicated RGB_TO_[YUV] macros, use those includ...
2009-05-12 David ConradCopy input codec's chroma_sample_location to output...
2009-04-27 Benoit FouetMake function pointer assignments consistent in option...
2009-04-24 Wolfram GlogerChange return type of opt_loglevel() from void to int.
2009-04-23 Michael NiedermayerDon't loose bits_per_raw_sample when transcoding.
2009-04-19 Justin RugglesCheck that channel layout is compatible with number...
2009-04-17 Michael NiedermayerRemove unneeded assignment from av_encode() found by...
2009-04-17 Michael NiedermayerRemove unused variable from print_report() found by...
2009-04-17 Michael NiedermayerRemove unneeded assignment in ffmpeg.c found by CSA.
2009-04-14 Justin RugglesSupport audio sample formats than S16 when encoding...
2009-04-14 Baptiste Coudurierset pkt duration for last smaller frame, should fix...
2009-04-13 Baptiste Coudurierfix indentation
2009-04-13 Baptiste Couduriermove audio buffers declarations and free them in av_exit
2009-04-13 Baptiste Couduriermove freeing code before exiting because of signal
2009-04-13 Baptiste Coudurierfree options contexts in av_exit, valgrind should be...
2009-04-11 Thilo BorgmannFix initialization of avpkt in output_packet().
2009-04-10 Thilo BorgmannUse the new avcodec_decode_* API.
2009-04-09 Michael NiedermayerFix -ss / -t interaction with -acodec copy.
2009-03-20 Baptiste Coudurierdo not write ffm write index by default, detect if...
2009-03-19 Stefano SabatiniMake ffmpeg fail if the argument provided to the -pix_f...
next