]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - ffmpeg.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / ffmpeg.c
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...
2008-11-27 stefanoMake the input realtime framerate emulation code use...
2008-11-21 stefanoMake ffmpeg print in the error message the exact line...
2008-11-21 stefanoMake ffmpeg print in the error message the exact line...
2008-11-17 stefanoImprove error message in case of output file with no...
2008-11-17 stefanoImprove messages printed when there is no input/output...
2008-11-17 stefanoRemove unnecessary calls to show_help(), make ffmpeg...
2008-11-15 lu_zeroFlush SDP description
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-10-18 stefanoProvide more context to the opt_preset() error messages...
2008-10-18 stefanoMake ffmpeg abort if a preset file contains an invalid...
2008-10-18 stefanoProvide more context for the error message issued when...
2008-10-15 ramiroSupport absolute DOS paths for preset parameters
2008-10-12 stefanoAdd preset options documentation strings.
2008-10-09 michaelLimit discontinuity handling to containers that allow...
2008-10-08 aurelcosmetics: indentation
2008-10-08 aurellookup AVCodec by name
2008-10-05 stefanoRemove unused and invalid code from ffmpeg.c.
2008-09-29 diegoUniformly define _XOPEN_SOURCE to 600.
2008-09-29 diegocosmetics: Consistently use #ifdef in preprocessor...
2008-09-28 aurelset video_enc->sample_aspect_ratio to fix stream copy
2008-09-28 michaelMove opt_default() and set_context_opts() to cmdutils...
2008-09-28 stefanoImplement the force_fps option, which disables the...
2008-09-28 michaelSupport loading presets from random pathes.
2008-09-26 bcoudurierinclude sys/select.h, fix freebsd 5.5 compilation
2008-09-18 michaelSupport comments in preset files.
2008-09-13 cehoyosFix setting default value of scan_offset option for...
2008-09-04 bcoudurieradd -xerror option, ffmpeg will now exit right when...
2008-09-04 bcoudurierprint error when deinterlacing fails
2008-09-04 prossRemove further 1sample=2byte assumptions within FFmpeg...
2008-08-31 prossDisplay error message when user attempts to resample...
2008-08-27 stefanoSimplify the indexing logic in the av_encode() streams...
next