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-03-02revert r16717, r16718, r16719, EAGAIN handling, this causes FFserver to hangBaptiste Coudurier
2009-03-01fix last usage of old metadata API in ffmpeg.c (handling of AVStream language)Aurelien Jacobs
2009-03-01convert ffmpeg to new metadata APIAurelien Jacobs
2009-02-27Make sure -vsync 2 does not produce timestamps equal to the previous,Michael Niedermayer
2009-02-27Update commented fprintf().Michael Niedermayer
2009-02-27Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer
2009-02-26Fix next_pts computation to consider repeat_pict.Michael Niedermayer
2009-02-24Do not duplicate frames if the muxer claims that it is not needed.Michael Niedermayer
2009-02-22Increase ffmpeg intermediate conversion buffer size to accomodate 48-bit RGB ...Peter Ross
2009-02-22Increase ffmpeg intermediate conversion buffer size to accomodate PPM/PNM hea...Peter Ross
2009-02-16Change av_log() calls to fprintf() to stderr calls.Benoit Fouet
2009-02-12extend resampling API, add S16 internal conversionBaptiste Coudurier
2009-02-11Use av_strlcpy instead of snprintf without formatting.Patrik Kullman
2009-02-09Add the ability to set the timestamp to the current time by specifying 'now'Francesco Cosoleto
2009-02-08Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini
2009-01-26Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr andRobert Swain
2009-01-23Workaround ffms behavior of returning EAGAIN at EOF.Michael Niedermayer
2009-01-22Handle av_read_frame() EAGAIN return.Michael Niedermayer
2009-01-21exit with error code if av_encode failedBaptiste Coudurier
2009-01-18Copy width/height for subtitle streams (needed for scodec copy of mov/mp4David Conrad
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-11Check the return of audio and video encoders.Michael Niedermayer
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