]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - ffmpeg.c
Remove debugging messages
[frescor/ffmpeg.git] / ffmpeg.c
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...
2008-05-28 diegoSlightly clarify bitstream filter help output.
2008-05-28 michaelRemove coded_frame==NULL checks for video encoders.
2008-05-27 bcoudurieruse av_fifo_generic_write, old func is deprecated
2008-05-26 michaelMake stream copy of ac3 from riff based formats work.
2008-05-25 michaelEnsure that one can store X bytes in a fifo of size X.
2008-05-25 michaelMake av_fifo*_read() ignore the available amount of...
2008-05-25 michaelMake opt_verbose() work again.
2008-05-22 takisMove show_formats() to cmdutils.c.
2008-05-21 michaelGet rid of more senseless wraper functions and use...
2008-05-21 michaelDo not pass program_name as argument to show_version...
2008-05-21 michaelOPT_EXIT
2008-05-21 benoitPrint timestamp with increased precision.
2008-05-13 diegoMake 'ffmpeg -formats' print codec long names.
2008-05-11 diegosys/resource.h needs sys/types.h on OS/2, patch by...
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-08 ramiroCheck for sys/resource.h and include it conditionally.
2008-05-01 diegoMark symbols as static, patch by Diego 'Flameeyes'...
2008-04-22 superdumpSend context to some ffmpeg.c opt* function
2008-04-21 benoitMake some ffmpeg opts use parse-number-or-die.
2008-04-21 ramiroFix bug introduced by r12827.
2008-04-14 ramiroUse av_exit() instead of exit() for a minimal cleanup
2008-04-14 ramiroMove av_exit() so it can be used by more functions
2008-04-08 superdumpComplete argument information in ffmpeg.c:options for...
2008-03-31 superdumpExport parse_time_or_die from ffmpeg.c to cmdutils.c
2008-03-22 superdumpMake option time parsing functions take argument from...
2008-03-17 benoitProvide a context to parse_time_or_die().
2008-03-07 eugeniAdd 'disposition' bitfield to AVStream and use it for...
2008-03-05 michaelsws_flags is unsigned.
2008-03-01 michaelRemove INFINITY.
2008-02-25 diegoClarify the documentation for 'ffmpeg -v'.
2008-02-24 michaelReduce initial fifo size, so as not to senselessly...
2008-02-24 michaelrealloc fifo
2008-02-18 superdumpRemove a superfluous call to atoi in ffmpeg.c:opt_verbose
2008-02-17 michaelAdd notes where known timestamp issues remain.
2008-02-17 michaelSet initial next_pts to unknown, this avoids the nonsen...
2008-02-17 michaelPrint a warning if a decoder produces more than 1 frame...
2008-02-17 michaelSet next_pts to pts if its unknown and pkt->dts isnt...
2008-02-17 michaelsimplify (next_)pts code
2008-02-17 michaelUse next_pts if pkt->dts is unknown. In an ideal world...
2008-02-15 michaelUpdate ist->pts after decoding a codec frame not after...
2008-02-14 michael-vsync 2 (drop frames if there are too many but dont...
2008-02-09 diegoRemove pointless #if.
2008-02-04 michaelconst
2008-02-02 aurelnon-const 2nd parameter for strtol/strtod
2008-02-01 bcoudurierDo not print quality when stream copy,
2008-01-28 reimarAdd sbsf option for subtitle bitstream filter
2008-01-27 aurelAdd support for Matroska attachments.
2008-01-22 diegocosmetics: Fix Benoit's ugly formatting.
2008-01-21 benoitInform user when bitstream filter fails.
2008-01-10 benoitAdd "genre" command line option
2008-01-09 andomaCorrectly use output format stream index for bitstream...
2008-01-07 andomaDont crash if resampling is requested but no audio...
next