]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
struct timeval requires #include <sys/time.h>
[ffmpeg] / ffmpeg.c
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.
2008-05-21 Michael NiedermayerGet rid of more senseless wrapper functions and use...
2008-05-21 Michael NiedermayerDo not pass program_name as argument to show_version...
2008-05-21 Michael NiedermayerOPT_EXIT
2008-05-21 David BoltPrint timestamp with increased precision.
2008-05-13 Stefano SabatiniMake 'ffmpeg -formats' print codec long names.
2008-05-11 Dave Yeosys/resource.h needs sys/types.h on OS/2, patch by...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-08 Ramiro PollaCheck for sys/resource.h and include it conditionally.
2008-05-01 Diego PettenòMark symbols as static, patch by Diego 'Flameeyes'...
2008-04-22 Stefano SabatiniSend context to some ffmpeg.c opt* function
2008-04-21 Stefano SabatiniMake some ffmpeg opts use parse-number-or-die.
2008-04-21 Ramiro PollaFix bug introduced by r12827.
2008-04-14 Ramiro PollaUse av_exit() instead of exit() for a minimal cleanup
2008-04-14 Ramiro PollaMove av_exit() so it can be used by more functions
2008-04-08 Stefano SabatiniComplete argument information in ffmpeg.c:options for...
2008-03-31 Stefano SabatiniExport parse_time_or_die from ffmpeg.c to cmdutils.c
2008-03-22 Stefano SabatiniMake option time parsing functions take argument from...
2008-03-17 Stefano SabatiniProvide a context to parse_time_or_die().
2008-03-07 Evgeniy StepanovAdd 'disposition' bitfield to AVStream and use it for...
2008-03-05 Michael Niedermayersws_flags is unsigned.
2008-03-01 Michael NiedermayerRemove INFINITY.
2008-02-25 Stefano SabatiniClarify the documentation for 'ffmpeg -v'.
2008-02-24 Michael NiedermayerReduce initial fifo size, so as not to senselessly...
2008-02-24 Michael Niedermayerrealloc fifo
2008-02-18 Stefano SabatiniRemove a superfluous call to atoi in ffmpeg.c:opt_verbose
2008-02-17 Michael NiedermayerAdd notes where known timestamp issues remain.
2008-02-17 Michael NiedermayerSet initial next_pts to unknown, this avoids the nonsen...
2008-02-17 Michael NiedermayerPrint a warning if a decoder produces more than 1 frame...
2008-02-17 Michael NiedermayerSet next_pts to pts if it is unknown and pkt->dts is...
2008-02-17 Michael Niedermayersimplify (next_)pts code
2008-02-17 Michael NiedermayerUse next_pts if pkt->dts is unknown. In an ideal world...
2008-02-15 Michael NiedermayerUpdate ist->pts after decoding a codec frame not after...
2008-02-14 Michael Niedermayer-vsync 2 (drop frames if there are too many but do...
2008-02-09 Diego BiurrunRemove pointless #if.
2008-02-04 Michael Niedermayerconst
2008-02-02 Aurelien Jacobsnon-const 2nd parameter for strtol/strtod
2008-02-01 Baptiste CoudurierDo not print quality when stream copy,
2008-01-28 Reimar DöffingerAdd sbsf option for subtitle bitstream filter
2008-01-27 Evgeniy StepanovAdd support for Matroska attachments.
2008-01-22 Diego Biurruncosmetics: Fix Benoit's ugly formatting.
2008-01-21 Benoit FouetInform user when bitstream filter fails.
2008-01-10 kweiner@spamcop.netAdd "genre" command line option
2008-01-09 Andreas ÖmanCorrectly use output format stream index for bitstream...
2008-01-07 Andreas ÖmanDont crash if resampling is requested but no audio...
2008-01-02 Morten HustveitFix prototype and return value of opt_bitrate and opt_bsf.
2008-01-02 Morten HustveitDefine rc override string as const.
2007-12-26 Michael NiedermayerDo not force fps unless the user actually specified...
next