OSDN Git Service

Factorize common commandline options definition.
[coroid/ffmpeg_saccubus.git] / ffmpeg.c
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...
2009-03-18 Stefano SabatiniUse read_yesno() in opt_output_file().
2009-03-18 Stefano SabatiniFlush the remaning chars in the input buffer after...
2009-03-15 Baptiste Coudurieradd loglevel option to set libav* logging level, -v...
2009-03-11 Baptiste Coudurierstag option to force subtitle tag
2009-03-11 Baptiste Coudurier10l, set ret to 0 when finished
2009-03-11 Baptiste Coudurierdump_format after av_write_header to print updated...
2009-03-09 Reimar DöffingerReorder arguments for av_fifo_generic_read to be more...
2009-03-08 Reimar DöffingerReplace all uses of the replaced av_fifo_read by av_fif...
2009-03-08 Michael NiedermayerAllocate AVFifoBuffer through the fifo API to reduce...
2009-03-03 Stefano SabatiniRename avctx_opts to avcodec_opts.
2009-03-03 Michael NiedermayerEnable AVFMT_FLAG_NONBLOCK.
2009-03-03 Michael NiedermayerDo usleep(10000) when all demuxers returned EAGAIN.
2009-03-03 Michael NiedermayerIf a demuxer returns EAGAIN, try another demuxer.
2009-03-03 Diego BiurrunRemove deprecated vhook subsystem.
2009-03-01 Aurelien Jacobsfix last usage of old metadata API in ffmpeg.c (handlin...
2009-03-01 Aurelien Jacobsconvert ffmpeg to new metadata API
2009-02-27 Michael NiedermayerMake sure -vsync 2 does not produce timestamps equal...
2009-02-27 Michael NiedermayerUpdate commented fprintf().
2009-02-26 Michael NiedermayerAdd ticks_per_frame, this should hopefully fix the...
2009-02-26 Michael NiedermayerFix next_pts computation to consider repeat_pict.
2009-02-24 Michael NiedermayerDo not duplicate frames if the muxer claims that it...
2009-02-22 Peter RossIncrease ffmpeg intermediate conversion buffer size...
2009-02-22 Peter RossIncrease ffmpeg intermediate conversion buffer size...
2009-02-16 Benoit FouetChange av_log() calls to fprintf() to stderr calls.
2009-02-11 Baptiste Coudurierextend resampling API, add S16 internal conversion
2009-02-11 Patrik KullmanUse av_strlcpy instead of snprintf without formatting.
2009-02-08 Francesco CosoletoAdd the ability to set the timestamp to the current...
2009-02-08 Stefano SabatiniReplace the calls to the deprecated av_alloc_format_con...
2009-01-25 Robert SwainMake opt_preset() use FFMPEG_DATADIR from config.h...
2009-01-23 Michael NiedermayerWorkaround ffms behavior of returning EAGAIN at EOF.
2009-01-22 Michael NiedermayerHandle av_read_frame() EAGAIN return.
2009-01-20 Baptiste Coudurierexit with error code if av_encode failed
2009-01-17 David ConradCopy width/height for subtitle streams (needed for...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 Michael NiedermayerCheck the return of audio and video encoders.
2009-01-11 Michael NiedermayerAll negative returns are errors not just -1.
2009-01-06 Aurelien Jacobsfree all allocated metadata structures
2009-01-03 Michael NiedermayerReplace AVSubtitleRect.rgba_palette and bitmap by AVPic...
2009-01-03 Michael NiedermayerChange AVSubtitle.rects to an array of pointers so...
2008-12-26 Stefano SabatiniPut pass_logfilename_prefix check on a single line...
2008-12-26 Stefano SabatiniRename variables:
2008-12-22 Wolfram GlogerOffer an option (disabled by default) to enable the...
2008-12-16 Michael NiedermayerDo not skip frames until the first keyframe when stream...
2008-12-14 Stefano SabatiniCosmetics: remove empty comments.
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-12-01 Stefano SabatiniMake more informative the error messages regarding...
next