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-10-19Fix wrong comparison in r20304Reynaldo H. Verdejo Pinochet
2009-10-19If missing, calculate width or height from bpp andReynaldo H. Verdejo Pinochet
2009-10-19Add an entry for the avfilter_make_format_list() interface change.Stefano Sabatini
2009-10-19Rename avfilter_make_format_list2() to avfilter_make_format_list().Stefano Sabatini
2009-10-19Remove avfilter_make_format_list(), it has been replaced byStefano Sabatini
2009-10-19fix indentationBaptiste Coudurier
2009-10-19Implement avfilter_make_format_list2(), which is going to replaceStefano Sabatini
2009-10-19Make clear in the doxy that this is a *video* filter.Stefano Sabatini
2009-10-19Split the "Introduction" chapter in two chapters as suggested byStefano Sabatini
2009-10-19Support FourCC mjpa as MJPEG.Carl Eugen Hoyos
2009-10-19Fix recursive avfilter_poll_frame(). It was doingVitor Sessak
2009-10-19fix linking on systems with a function name prefix (10l in r20287)Loren Merritt
2009-10-19sync yasm macros to x264Loren Merritt
2009-10-19mux all stream types except audio as one pes packet per avpacket, issue #1374Baptiste Coudurier
2009-10-19fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot...Charles Yates
2009-10-19huffyuv: add some const qualifiersLoren Merritt
2009-10-19fix indentation and add bracesBaptiste Coudurier
2009-10-19handle_packets takes number of packets as arg, avoid reading too muchBaptiste Coudurier
2009-10-19simd add_hfyu_left_predictionLoren Merritt
2009-10-19Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2tBaptiste Coudurier
2009-10-18add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles
2009-10-18WMAPRO: use some type punning in decode_coeffs()Måns Rullgård
2009-10-18Smarten mtv's probe a bit. Check for non zeroReynaldo H. Verdejo Pinochet
2009-10-18Replace seek test error return numbers by the corresponding E* strings.Reimar Döffinger
2009-10-18Replace big square-root table by a call to ff_sqrt(). Based on a patchVitor Sessak
2009-10-18remove old and useless debug codeAurelien Jacobs
2009-10-18Read metadata in WavPack files.Anton Khirnov
2009-10-18Fix typo that mistakenly slipped into previous commit:Onur Küçük
2009-10-18matroskaenc: Add support for writing chapters.Anton Khirnov
2009-10-18cosmetics: Break overly long lines.Diego Biurrun
2009-10-18Add the null video filter.Stefano Sabatini
2009-10-18Use 'enum PixelFormat *' rather than 'int *' as type for theStefano Sabatini
2009-10-18Add an entry for the avfilter_get_video_buffer() API change operatedStefano Sabatini
2009-10-18Make avfilter_get_video_buffer() recursive.Stefano Sabatini
2009-10-18Add documentation for libavfilter video filters.Stefano Sabatini
2009-10-18Support more than 64 channels in RTMP inputKostya Shishkov
2009-10-18Accept RTMP packets with one-byte headerKostya Shishkov
2009-10-18Last parameter in RTMP "play" call was optional and some servers seem not toKostya Shishkov
2009-10-18Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisCommentJustin Ruggles
2009-10-18Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles
2009-10-18Avoid segfault for empty input filesVitor Sessak
2009-10-17Revert r20249, it seems the union trick works everywhereMichael Niedermayer
2009-10-17Remove extraneous const keywordMåns Rullgård
2009-10-17Emit the SDP lines in the correct orderLuca Abeni
2009-10-17alacenc : use private compression_level value consistently.Jai Menon
2009-10-17Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().Alexander Strange
2009-10-17Huffyuv: Add missing const to src pointers in dsputil functions.Alexander Strange
2009-10-17Huffyuv: Remove unnecessary allocation in alloc_temp().Alexander Strange
2009-10-17Huffyuv: Fix a valgrind warning in get_vlc2().Alexander Strange
2009-10-16alacenc : Move some code around for clarity.Jai Menon