]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - ffmpeg.c
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / ffmpeg.c
2009-11-19 michaelSplit show_formats().
2009-11-02 ramiroIndent.
2009-11-02 ramiroAdd -fpre option to take a preset file as parameter...
2009-10-30 benoit Issue an error when forced format cannot be honored.
2009-10-02 stefanoPrefer "loglevel" over "logging level number or string...
2009-09-16 faust3Add CODEC_CAP_SUBFRAMES for codecs that output multiple...
2009-09-16 faust3fix PTS calculation for audio formats with bits per...
2009-09-12 ramiroCheck for return value of some context allocations.
2009-08-26 reimarIncrease maximum encoded subtitle size from 64 kB to...
2009-08-26 reimarMake sure that start_display_time is 0 by moving its...
2009-08-15 reimar100l, error out if subtitle encoder failed instead...
2009-08-07 diegoRemove some hunks of unused and disabled code cruft.
2009-07-27 diegoChange type of received_sigterm variable from sig_atomi...
2009-07-24 ramiroCheck for HAVE_ISATTY.
2009-07-16 stefanoRename invalid option name "gop" to "g" in opt_target...
2009-07-04 cehoyosUse enum CodecID instead of int.
2009-06-26 darkshikariHandle variable input stream pixfmts using the same...
2009-06-21 bcoudurierclarify encoder and decoder opening error messages
2009-06-19 diegoSupport varying frame sizes in a single file.
2009-06-19 reimarAdd pts field to AVSubtitle, for use by future XSUB...
2009-06-16 stefanoMove opt_loglevel() from ffmpeg.c to cmdutils.c.
2009-06-16 stefanoMake ffmpeg able to set the loglevel option using strings
2009-06-14 bcoudurierdo not use av_parser_change for h264 which uses bitstre...
2009-06-14 mruPrint error message when output buffer allocation fails
2009-06-12 bcoudurierFail and print correct error message when video stream...
2009-06-11 bcoudurierRemove even condition on pad and crop.
2009-05-31 ramiroindent
2009-05-31 ramiroRemove useless if(), leftover from the vhook removal.
2009-05-30 bcoudurierremove commented code using real_pict_num
2009-05-23 bcoudurierpad last audio frame when encoding
2009-05-22 stefanoRemove duplicated RGB_TO_[YUV] macros, use those includ...
2009-05-12 conradCopy input codec's chroma_sample_location to output...
2009-04-27 benoitMake function pointer assignments consistent in option...
2009-04-24 benoitChange return type of opt_loglevel() from void to int.
2009-04-23 michaelDon't loose bits_per_raw_sample when transcoding.
2009-04-19 jbrCheck that channel layout is compatible with number...
2009-04-17 michaelRemove unneeded assignment from av_encode() found by...
2009-04-17 michaelRemove unused variable from print_report() found by...
2009-04-17 michaelRemove unneeded assignment in ffmpeg.c found by CSA.
2009-04-14 jbrSupport audio sample formats than S16 when encoding...
2009-04-14 bcoudurierset pkt duration for last smaller frame, should fix...
2009-04-13 bcoudurierfix indentation
2009-04-13 bcouduriermove audio buffers declarations and free them in av_exit
2009-04-13 bcouduriermove freeing code before exiting because of signal
2009-04-13 bcoudurierfree options contexts in av_exit, valgrind should be...
2009-04-11 stefanoFix initialization of avpkt in output_packet().
2009-04-10 stefanoUse the new avcodec_decode_* API.
2009-04-09 michaelFix -ss / -t interaction with -acodec copy.
2009-03-20 bcoudurierdo not write ffm write index by default, detect if...
2009-03-19 stefanoMake ffmpeg fail if the argument provided to the -pix_f...
2009-03-18 stefanoUse read_yesno() in opt_output_file().
2009-03-18 stefanoFlush the remaning chars in the input buffer after...
2009-03-15 bcoudurieradd loglevel option to set libav* logging level, -v...
2009-03-11 bcoudurierstag option to force subtitle tag
2009-03-11 bcoudurier10l, set ret to 0 when finished
2009-03-11 bcoudurierdump_format after av_write_header to print updated...
2009-03-09 reimarReorder arguments for av_fifo_generic_read to be more...
2009-03-08 reimarReplace all uses of the replaced av_fifo_read by av_fif...
2009-03-08 michaelAllocate AVFifoBuffer through the fifo API to reduce...
2009-03-03 stefanoRename avctx_opts to avcodec_opts.
2009-03-03 michaelEnable AVFMT_FLAG_NONBLOCK.
2009-03-03 michaelDo usleep(10000) when all demuxers returned EAGAIN.
2009-03-03 michaelIf a demuxer returns EAGAIN, try another demuxer.
2009-03-03 diegoRemove deprecated vhook subsystem.
2009-03-01 aurelfix last usage of old metadata API in ffmpeg.c (handlin...
2009-03-01 aurelconvert ffmpeg to new metadata API
2009-02-27 michaelMake sure -vsync 2 does not produce timestamps equal...
2009-02-27 michaelUpdate commented fprintf().
2009-02-26 michaelAdd ticks_per_frame, this should hopefully fix the...
2009-02-26 michaelFix next_pts computation to consider repeat_pict.
2009-02-24 michaelDo not duplicate frames if the muxer claims that its...
2009-02-22 prossIncrease ffmpeg intermediate conversion buffer size...
2009-02-22 prossIncrease ffmpeg intermediate conversion buffer size...
2009-02-16 benoitChange av_log() calls to fprintf() to stderr calls.
2009-02-11 bcoudurierextend resampling API, add S16 internal conversion
2009-02-11 diegoUse av_strlcpy instead of snprintf without formatting.
2009-02-08 superdumpAdd the ability to set the timestamp to the current...
2009-02-08 stefanoReplace the calls to the deprecated av_alloc_format_con...
2009-01-25 superdumpMake opt_preset() use FFMPEG_DATADIR from config.h...
2009-01-23 michaelWorkaround ffms behavior of returning EAGAIN at EOF.
2009-01-22 michaelHandle av_read_frame() EAGAIN return.
2009-01-20 bcoudurierexit with error code if av_encode failed
2009-01-17 conradCopy width/height for subtitle streams (needed for...
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 michaelCheck the return of audio and video encoders.
2009-01-11 michaelAll negative returns are errors not just -1.
2009-01-06 aurelfree all allocated metadata structures
2009-01-03 michaelReplace AVSubtitleRect.rgba_palette and bitmap by AVPic...
2009-01-03 michaelChange AVSubtitle.rects to an array of pointers so...
2008-12-26 stefanoPut pass_logfilename_prefix check on a single line...
2008-12-26 stefanoRename variables:
2008-12-22 benoitOffer an option (disabled by default) to enable the...
2008-12-16 michaelDo not skip frames until the first keyframe when stream...
2008-12-14 stefanoCosmetics: remove empty comments.
2008-12-03 diegoDelete unnecessary 'extern' keywords.
2008-12-01 stefanoMake more informative the error messages regarding...
2008-11-29 bananchannel layout support for ffmpeg.c
2008-11-27 stefanoMake rate_emu a global property rather than to be setta...
2008-11-27 stefanoRemove AVInputStream frame variable definition and...
next