Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-19Replace invocations of av_fifo_realloc(), which is going to beStefano Sabatini
2008-08-15ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs
2008-08-12align the audio decoding buffer, since some codecs write to it with simdLoren Merritt
2008-08-03Increase the maximum number of supported stream mappings in ffmpeg.c.Stefano Sabatini
2008-08-03Add sample format converter to FFmpeg (adds -sample_fmt option)Peter Ross
2008-07-31Add opt handler for pending "-sample_fmt" optionPeter Ross
2008-07-29Make ffmpeg dump output format in case of codec type mismatch betweenStefano Sabatini
2008-07-26add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross
2008-07-25cosmetics: typo fixesDiego Biurrun
2008-07-19Remove explicit strict_std_compliance support as it seems to work fine overMichael Niedermayer
2008-07-19Make ffmpeg -t X with X<=0 transcode nothing.Stefano Sabatini
2008-07-18Correcting displayed muxing overhead and video stream size.Michael Niedermayer
2008-07-14-itsscale to scale timestampsMichael Niedermayer
2008-07-14Drop non-C99-compliant initialization.Diego Biurrun
2008-07-14On EOF keep calling the decoders until they do not output anythingMichael Niedermayer
2008-07-13Use -vsync 0 unless the user explicitly asked for somethingMichael Niedermayer
2008-07-12Prevent users from setting -vol and -acodec copy together.Ramiro Polla
2008-07-09indentMichael Niedermayer
2008-07-09Allow setting codecs through preset filesMichael Niedermayer
2008-07-09Fix the av_set_string() free / alloc issue.Michael Niedermayer
2008-06-27Register intrrupt_cb() early enough so we dont get stuck with tcp inputMichael Niedermayer
2008-06-26Remove unnecessary function opt_qdiff(), max_qdiff is set now throughStefano Sabatini
2008-06-25Use correct timestamp value for stream copy.Michael Niedermayer
2008-06-22Cosmetics: move ffmpeg.c dframes option definition from within theStefano Sabatini
2008-06-22cosmetics, reindentBaptiste Coudurier
2008-06-22enable feeder threadsBaptiste Coudurier
2008-06-17Cosmetics: display ffmpeg -h generic advanced options just afterStefano Sabatini
2008-06-16Don't show advanced subtitle options within the ffmpeg -h genericStefano Sabatini
2008-06-16Don't show subtitle and grab options within the ffmpeg -h generic options.Stefano Sabatini
2008-06-13Make ffmpeg.c use print_error() when it can't read an ffserver stream.Stefano Sabatini
2008-06-13Improve ffmpeg error reporting in case of input/output stream mismatch,Stefano Sabatini
2008-06-13Make ffmpeg.c:opt_thread use parse_number_or_die().Stefano Sabatini
2008-06-12Factorize options context setting.Stefano Sabatini
2008-06-12enable stream copy with ffserver, to be able to chainBaptiste Coudurier
2008-06-12set log debug when avformat debug is setBaptiste Coudurier
2008-06-09remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier
2008-06-08Support longer paths for and longer names in preset files.Michael Niedermayer
2008-06-08indentMichael Niedermayer
2008-06-08Search /usr(/local)/share for preset files as well.Michael Niedermayer
2008-06-07Presets support.Michael Niedermayer
2008-05-31Add a few newlines to 'ffmpeg -h' output to make it more readable.Stefano Sabatini
2008-05-31Compiling ffmpeg.c fails when when the .ffm demuxer is enabled, but the .ffmPeter Ross
2008-05-31Remove incorrect usage of av_free_static(), ffmpeg.c is not aMichael Niedermayer
2008-05-30cosmetics, space before and after parenthesis, weird indentationBaptiste Coudurier
2008-05-29Remove unnecessary header #includes.Erik Hovland
2008-05-29Simplify show_banner() so that it does not require arguments, similarStefano Sabatini
2008-05-28Slightly clarify bitstream filter help output.Stefano Sabatini
2008-05-28Remove coded_frame==NULL checks for video encoders.Michael Niedermayer
2008-05-27use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier
2008-05-26Make stream copy of ac3 from riff based formats work.Michael Niedermayer