]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - ffmpeg.c
I'll take care of qdm2 also
[frescor/ffmpeg.git] / ffmpeg.c
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...
2008-08-23 aurelexport sample_aspect_ratio read by the demuxer in a...
2008-08-23 stefanoProvide a context to opt_frame_rate(), and make it...
2008-08-19 stefanoReplace invocations of av_fifo_realloc(), which is...
2008-08-14 aurelensure we get explicit definition of various _XOPEN_SOU...
2008-08-12 lorenmalign the audio decoding buffer, since some codecs...
2008-08-03 stefanoIncrease the maximum number of supported stream mapping...
2008-08-03 prossAdd sample format converter to FFmpeg (adds -sample_fmt...
2008-07-31 prossAdd opt handler for pending "-sample_fmt" option
2008-07-28 stefanoMake ffmpeg dump output format in case of codec type...
2008-07-26 prossadd CODEC_ID_PCM_F32BE (32-bit floating point PCM big...
2008-07-24 diegocosmetics: typo fixes
2008-07-19 michaelRemove explicit strict_std_compliance support as it...
2008-07-18 stefanoMake ffmpeg -t X with X<=0 transcode nothing.
2008-07-18 michaelCorrecting displayed muxing overhead and video stream...
2008-07-13 michael-itsscale to scale timestamps
2008-07-13 diegoDrop silly initialization, fixes compilation with ...
2008-07-13 michaelOn EOF keep calling the decoders until they do not...
2008-07-13 michaelUse -vsync 0 unless the user explicitly asked for...
2008-07-12 ramiroPrevent users from setting -vol and -acodec copy together.
2008-07-09 michaelindent
2008-07-09 michaelAllow setting codecs through preset files
2008-07-08 michaelFix the av_set_string() free / alloc issue.
2008-06-26 michaelRegister intrrupt_cb() early enough so we dont get...
2008-06-25 stefanoRemove unnecessary function opt_qdiff(), max_qdiff...
2008-06-25 michaelUse correct timestamp value for stream copy.
2008-06-22 stefanoCosmetics: move ffmpeg.c dframes option definition...
2008-06-22 bcouduriercosmetics, reindent
2008-06-22 bcoudurierenable feeder threads
2008-06-17 stefanoCosmetics: display ffmpeg -h generic advanced options...
2008-06-16 stefanoDon't show advanced subtitle options within the ffmpeg...
2008-06-16 stefanoDon't show subtitle and grab options within the ffmpeg...
2008-06-12 stefanoMake ffmpeg.c use print_error() when it can't read...
2008-06-12 stefanoImprove ffmpeg error reporting in case of input/output...
2008-06-12 stefanoMake ffmpeg.c:opt_thread use parse_number_or_die().
2008-06-12 benoitFactorize options context setting.
2008-06-12 bcoudurierenable stream copy with ffserver, to be able to chain
2008-06-11 bcoudurierset log debug when avformat debug is set
2008-06-09 bcoudurierremove ugly ffm_nopts hack, use AVFormatContext->timestamp
2008-06-08 michaelSupport longer pathes for and longer names in preset...
2008-06-08 michaelindent
2008-06-08 michaelSearch /usr(/local)/share for preset files as well.
2008-06-07 michaelPresets support.
2008-05-31 diegoAdd a few newlines to 'ffmpeg -h' output to make it...
2008-05-31 diegoCompiling ffmpeg.c fails when when the .ffm demuxer...
2008-05-30 michaelremove incorrect useage of av_free_static(), ffmpeg...
2008-05-29 bcouduriercosmetics, space before and after parenthesis, weird...
2008-05-29 diegoRemove unnecessary header #includes.
2008-05-29 diegoSimplify show_banner() so that it does not require...
next