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
2009-01-11All negative returns are errors not just -1.Michael Niedermayer
2009-01-07free all allocated metadata structuresAurelien Jacobs
2009-01-03Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer
2009-01-03Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer
2008-12-26Put pass_logfilename_prefix check on a single line, improve readability.Stefano Sabatini
2008-12-26Rename variables:Stefano Sabatini
2008-12-22Offer an option (disabled by default) to enable the copy of the frames beforeWolfram Gloger
2008-12-16Do not skip frames until the first keyframe when stream copying butMichael Niedermayer
2008-12-14Cosmetics: remove empty comments.Stefano Sabatini
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