]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
Add '#undef rand' to fix test program build.
[ffmpeg] / ffmpeg.c
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...
2008-11-29 Benjamin Larssonchannel layout support for ffmpeg.c
2008-11-27 Stefano SabatiniMake rate_emu a global property rather than to be setta...
2008-11-27 Stefano SabatiniRemove AVInputStream frame variable definition and...
2008-11-27 Stefano SabatiniMake the input realtime framerate emulation code use...
2008-11-21 Stefano SabatiniMake ffmpeg print in the error message the exact line...
2008-11-21 Stefano SabatiniMake ffmpeg print in the error message the exact line...
2008-11-17 Stefano SabatiniImprove error message in case of output file with no...
2008-11-17 Stefano SabatiniImprove messages printed when there is no input/output...
2008-11-17 Stefano SabatiniRemove unnecessary calls to show_help(), make ffmpeg...
2008-11-15 Luca BarbatoFlush SDP description
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-18 Stefano SabatiniProvide more context to the opt_preset() error messages...
2008-10-18 Stefano SabatiniMake ffmpeg abort if a preset file contains an invalid...
2008-10-18 Stefano SabatiniProvide more context for the error message issued when...
2008-10-15 Ramiro PollaSupport absolute DOS paths for preset parameters
2008-10-12 Stefano SabatiniAdd preset options documentation strings.
2008-10-09 Michael NiedermayerLimit discontinuity handling to containers that allow...
2008-10-08 Aurelien Jacobscosmetics: indentation
2008-10-08 Aurelien Jacobslookup AVCodec by name
2008-10-05 Stefano SabatiniRemove unused and invalid code from ffmpeg.c.
2008-09-29 Diego BiurrunUniformly define _XOPEN_SOURCE to 600.
2008-09-29 Diego Biurruncosmetics: Consistently use #ifdef in preprocessor...
2008-09-28 Wolfram Glogerset video_enc->sample_aspect_ratio to fix stream copy
2008-09-28 Michael NiedermayerMove opt_default() and set_context_opts() to cmdutils...
2008-09-28 Stefano SabatiniImplement the force_fps option, which disables the...
2008-09-28 Michael NiedermayerSupport loading presets from random paths.
2008-09-26 Baptiste Coudurierinclude sys/select.h, fix freebsd 5.5 compilation
2008-09-18 Michael NiedermayerSupport comments in preset files.
2008-09-13 Gert VervoortFix setting default value of scan_offset option for...
2008-09-04 Baptiste Coudurieradd -xerror option, ffmpeg will now exit right when...
2008-09-04 Baptiste Coudurierprint error when deinterlacing fails
2008-09-04 Peter RossRemove further 1sample=2byte assumptions within FFmpeg...
2008-08-31 Peter RossDisplay error message when user attempts to resample...
2008-08-27 Stefano SabatiniSimplify the indexing logic in the av_encode() streams...
2008-08-23 Aurelien Jacobsexport sample_aspect_ratio read by the demuxer in a...
2008-08-23 Stefano SabatiniProvide a context to opt_frame_rate(), and make it...
2008-08-19 Stefano SabatiniReplace invocations of av_fifo_realloc(), which is...
2008-08-14 Aurelien Jacobsensure we get explicit definition of various _XOPEN_SOU...
2008-08-12 Loren Merrittalign the audio decoding buffer, since some codecs...
2008-08-03 Stefano SabatiniIncrease the maximum number of supported stream mapping...
2008-08-03 Peter RossAdd sample format converter to FFmpeg (adds -sample_fmt...
2008-07-31 Peter RossAdd opt handler for pending "-sample_fmt" option
2008-07-28 Stefano SabatiniMake ffmpeg dump output format in case of codec type...
2008-07-26 Peter Rossadd CODEC_ID_PCM_F32BE (32-bit floating point PCM big...
2008-07-24 Diego Biurruncosmetics: typo fixes
2008-07-19 Michael NiedermayerRemove explicit strict_std_compliance support as it...
2008-07-18 Stefano SabatiniMake ffmpeg -t X with X<=0 transcode nothing.
2008-07-18 Michael NiedermayerCorrecting displayed muxing overhead and video stream...
2008-07-13 Michael Niedermayer-itsscale to scale timestamps
2008-07-13 Diego BiurrunDrop non-C99-compliant initialization.
2008-07-13 Michael NiedermayerOn EOF keep calling the decoders until they do not...
2008-07-13 Michael NiedermayerUse -vsync 0 unless the user explicitly asked for...
2008-07-12 Ramiro PollaPrevent users from setting -vol and -acodec copy together.
2008-07-09 Michael Niedermayerindent
2008-07-09 Michael NiedermayerAllow setting codecs through preset files
2008-07-08 Michael NiedermayerFix the av_set_string() free / alloc issue.
2008-06-26 Michael NiedermayerRegister intrrupt_cb() early enough so we dont get...
2008-06-25 Stefano SabatiniRemove unnecessary function opt_qdiff(), max_qdiff...
2008-06-25 Michael NiedermayerUse correct timestamp value for stream copy.
2008-06-22 Stefano SabatiniCosmetics: move ffmpeg.c dframes option definition...
2008-06-22 Baptiste Couduriercosmetics, reindent
2008-06-22 Baptiste Coudurierenable feeder threads
next