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-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-12-01Make more informative the error messages regarding the access to theStefano Sabatini
2008-11-29channel layout support for ffmpeg.cBenjamin Larsson
2008-11-28Make rate_emu a global property rather than to be settable for aStefano Sabatini
2008-11-28Remove AVInputStream frame variable definition and usage, unnecessaryStefano Sabatini
2008-11-28Make the input realtime framerate emulation code use ist->pts forStefano Sabatini
2008-11-22Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini
2008-11-22Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini
2008-11-18Improve error message in case of output file with no streams, dumpingStefano Sabatini
2008-11-18Improve messages printed when there is no input/output file, makingStefano Sabatini
2008-11-18Remove unnecessary calls to show_help(), make ffmpeg/ffplay print aStefano Sabatini
2008-11-15Flush SDP descriptionLuca Barbato
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-10-18Provide more context to the opt_preset() error messages, printing theStefano Sabatini
2008-10-18Make ffmpeg abort if a preset file contains an invalid option orStefano Sabatini
2008-10-18Provide more context for the error message issued when no preset fileStefano Sabatini
2008-10-15Support absolute DOS paths for preset parametersRamiro Polla
2008-10-13Add preset options documentation strings.Stefano Sabatini
2008-10-09Limit discontinuity handling to containers that allow discontinuities.Michael Niedermayer
2008-10-08cosmetics: indentationAurelien Jacobs
2008-10-08lookup AVCodec by nameAurelien Jacobs
2008-10-05Remove unused and invalid code from ffmpeg.c.Stefano Sabatini
2008-09-29Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun
2008-09-29cosmetics: Consistently use #ifdef in preprocessor directives.Diego Biurrun
2008-09-29set video_enc->sample_aspect_ratio to fix stream copyWolfram Gloger
2008-09-28Move opt_default() and set_context_opts() to cmdutils so it can be used fromMichael Niedermayer
2008-09-28Implement the force_fps option, which disables the automatic selectionStefano Sabatini
2008-09-28Support loading presets from random paths.Michael Niedermayer
2008-09-26include sys/select.h, fix freebsd 5.5 compilationBaptiste Coudurier
2008-09-19Support comments in preset files.Michael Niedermayer
2008-09-13Fix setting default value of scan_offset option for target svcd.Gert Vervoort
2008-09-05add -xerror option, ffmpeg will now exit right when an error occursBaptiste Coudurier
2008-09-05print error when deinterlacing failsBaptiste Coudurier
2008-09-04Remove further 1sample=2byte assumptions within FFmpeg to allowPeter Ross
2008-08-31Display error message when user attempts to resample non-S16 audio formats.Peter Ross
2008-08-27Simplify the indexing logic in the av_encode() streams mapping code.Stefano Sabatini
2008-08-24export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs
2008-08-23Provide a context to opt_frame_rate(), and make it print the wrongStefano Sabatini
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