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
2011-06-09riff: Fix potential memleak.Alex Converse
2011-06-09swscale: change 48bit RGB input macros to inline functions.Ronald S. Bultje
2011-06-09swscale: change 9/10bit YUV input macros to inline functions.Ronald S. Bultje
2011-06-09swscale: extract gray16 output functions from yuv2packed[12X]().Ronald S. Bultje
2011-06-09swscale: use standard clipping functions.Ronald S. Bultje
2011-06-09swscale: merge macros that are used only once.Ronald S. Bultje
2011-06-09swscale: fix function declarations in swscale.c.Ronald S. Bultje
2011-06-09swscale: fix function declaration keywords in x86/swscale_template.c.Ronald S. Bultje
2011-06-09crypto: Use av_freep instead of av_freeEtienne Buira
2011-06-08lavf: don't try to free private options if priv_data is NULL.Anton Khirnov
2011-06-08swscale: fix types of assembly arguments.Ronald S. Bultje
2011-06-08swscale: move two macros that are only used once into caller.Ronald S. Bultje
2011-06-08swscale: remove unused function.Ronald S. Bultje
2011-06-08options: Add missing braces around struct initializer.Diego Biurrun
2011-06-08mov: Remove leftover crufty debug statement with references to a local file.Diego Biurrun
2011-06-08dvbsubdec: Fix compilation of debug code.Diego Biurrun
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov
2011-06-08Remove some non-compiling debug messages.Diego Biurrun
2011-06-08ffplay: Fix non-compiling debug printf and replace it by av_dlog.Diego Biurrun
2011-06-08H264: x86 predict init cosmetics.Daniel Kang
2011-06-08ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder.Diego Biurrun
2011-06-07Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles
2011-06-07ac3enc: remove convenience macro, #define DEBUGJustin Ruggles
2011-06-07ac3enc: remove unused #defineJustin Ruggles
2011-06-07vc1: re-initialize tables after width/height change.John Stebbins
2011-06-07APIchanges: fill-in git commit hash for av_get_bytes_per_sample() additionJustin Ruggles
2011-06-07samplefmt: add av_get_bytes_per_sample()Stefano Sabatini
2011-06-07iirfilter: fix biquad filter coefficients.Justin Ruggles
2011-06-07swscale: remove duplicate conversion routine in swScale().Ronald S. Bultje
2011-06-07swscale: add yuv2planar/packed function typedefs.Ronald S. Bultje
2011-06-07swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers.Ronald S. Bultje
2011-06-07swscale: reindent x86 init code.Ronald S. Bultje
2011-06-07swscale: extract SWS_FULL_CHR_H_INT conditional into init code.Ronald S. Bultje
2011-06-07swscale: cosmetics.Ronald S. Bultje
2011-06-07swscale: remove alp/chr/lumSrcOffset.Ronald S. Bultje
2011-06-07swscale: un-special-case yuv2yuvX16_c().Ronald S. Bultje
2011-06-07shorten: Remove stray DEBUG #define and corresponding av_dlog statement.Diego Biurrun
2011-06-07vorbisdec: Restore mistakenly removed debug output.Diego Biurrun
2011-06-07configure: Document --enable-vdpau.Diego Biurrun
2011-06-07Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun
2011-06-07Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun
2011-06-07svq1dec: Fix debug statements that referenced non-existing context.Diego Biurrun
2011-06-07Replace some printf instances in debug code by av_log.Diego Biurrun
2011-06-07inverse.c: Replace unnecessary intmath.h header by necessary stdint.h.Diego Biurrun
2011-06-07Drop unnecessary directory prefixes from #include directives.Diego Biurrun
2011-06-07build: remove empty $(OBJS) targetMans Rullgard
2011-06-07build: make rule for linking ff* apply only to these targetsMans Rullgard
2011-06-07build: rearrange some lines in a more logical wayMans Rullgard
2011-06-06s302m: fix resampling for 16 and 24bits.Baptiste Coudurier