]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
Use <> instead of "" for system headers.
[ffmpeg] / ffmpeg.c
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
2008-06-17 Stefano SabatiniCosmetics: display ffmpeg -h generic advanced options...
2008-06-16 Stefano SabatiniDon't show advanced subtitle options within the ffmpeg...
2008-06-16 Stefano SabatiniDon't show subtitle and grab options within the ffmpeg...
2008-06-12 Stefano SabatiniMake ffmpeg.c use print_error() when it can't read...
2008-06-12 Stefano SabatiniImprove ffmpeg error reporting in case of input/output...
2008-06-12 Stefano SabatiniMake ffmpeg.c:opt_thread use parse_number_or_die().
2008-06-12 Stefano SabatiniFactorize options context setting.
2008-06-12 Baptiste Coudurierenable stream copy with ffserver, to be able to chain
2008-06-11 Baptiste Coudurierset log debug when avformat debug is set
2008-06-09 Baptiste Coudurierremove ugly ffm_nopts hack, use AVFormatContext->timestamp
2008-06-08 Michael NiedermayerSupport longer paths for and longer names in preset...
2008-06-08 Michael Niedermayerindent
2008-06-08 Michael NiedermayerSearch /usr(/local)/share for preset files as well.
2008-06-07 Michael NiedermayerPresets support.
2008-05-31 Stefano SabatiniAdd a few newlines to 'ffmpeg -h' output to make it...
2008-05-31 Peter RossCompiling ffmpeg.c fails when when the .ffm demuxer...
2008-05-30 Michael NiedermayerRemove incorrect usage of av_free_static(), ffmpeg...
2008-05-29 Baptiste Couduriercosmetics, space before and after parenthesis, weird...
2008-05-29 Erik HovlandRemove unnecessary header #includes.
2008-05-29 Stefano SabatiniSimplify show_banner() so that it does not require...
2008-05-28 Stefano SabatiniSlightly clarify bitstream filter help output.
2008-05-28 Michael NiedermayerRemove coded_frame==NULL checks for video encoders.
2008-05-27 Baptiste Coudurieruse av_fifo_generic_write, old func is deprecated
2008-05-26 Michael NiedermayerMake stream copy of ac3 from riff based formats work.
2008-05-25 Michael NiedermayerEnsure that one can store X bytes in a fifo of size X.
2008-05-25 Michael NiedermayerMake av_fifo*_read() ignore the available amount of...
2008-05-25 Michael NiedermayerMake opt_verbose() work again.
2008-05-22 Stefano SabatiniMove show_formats() to cmdutils.c.
next