summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* crypto: Use av_freep instead of av_freeEtienne Buira2011-06-08
* lavf: don't try to free private options if priv_data is NULL.Anton Khirnov2011-06-08
* swscale: fix types of assembly arguments.Ronald S. Bultje2011-06-08
* swscale: move two macros that are only used once into caller.Ronald S. Bultje2011-06-08
* swscale: remove unused function.Ronald S. Bultje2011-06-08
* options: Add missing braces around struct initializer.Diego Biurrun2011-06-08
* mov: Remove leftover crufty debug statement with references to a local file.Diego Biurrun2011-06-08
* dvbsubdec: Fix compilation of debug code.Diego Biurrun2011-06-08
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* Move metadata API from lavf to lavu.Anton Khirnov2011-06-08
* Remove some non-compiling debug messages.Diego Biurrun2011-06-08
* ffplay: Fix non-compiling debug printf and replace it by av_dlog.Diego Biurrun2011-06-08
* H264: x86 predict init cosmetics.Daniel Kang2011-06-08
* ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder.Diego Biurrun2011-06-08
* Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles2011-06-07
* ac3enc: remove convenience macro, #define DEBUGJustin Ruggles2011-06-07
* ac3enc: remove unused #defineJustin Ruggles2011-06-07
* vc1: re-initialize tables after width/height change.John Stebbins2011-06-07
* APIchanges: fill-in git commit hash for av_get_bytes_per_sample() additionJustin Ruggles2011-06-07
* samplefmt: add av_get_bytes_per_sample()Stefano Sabatini2011-06-07
* iirfilter: fix biquad filter coefficients.Justin Ruggles2011-06-07
* swscale: remove duplicate conversion routine in swScale().Ronald S. Bultje2011-06-07
* swscale: add yuv2planar/packed function typedefs.Ronald S. Bultje2011-06-07
* swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers.Ronald S. Bultje2011-06-07
* swscale: reindent x86 init code.Ronald S. Bultje2011-06-07
* swscale: extract SWS_FULL_CHR_H_INT conditional into init code.Ronald S. Bultje2011-06-07
* swscale: cosmetics.Ronald S. Bultje2011-06-07
* swscale: remove alp/chr/lumSrcOffset.Ronald S. Bultje2011-06-07
* swscale: un-special-case yuv2yuvX16_c().Ronald S. Bultje2011-06-07
* shorten: Remove stray DEBUG #define and corresponding av_dlog statement.Diego Biurrun2011-06-07
* vorbisdec: Restore mistakenly removed debug output.Diego Biurrun2011-06-07
* configure: Document --enable-vdpau.Diego Biurrun2011-06-07
* Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun2011-06-07
* Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-07
* svq1dec: Fix debug statements that referenced non-existing context.Diego Biurrun2011-06-07
* Replace some printf instances in debug code by av_log.Diego Biurrun2011-06-07
* inverse.c: Replace unnecessary intmath.h header by necessary stdint.h.Diego Biurrun2011-06-07
* Drop unnecessary directory prefixes from #include directives.Diego Biurrun2011-06-07
* build: remove empty $(OBJS) targetMans Rullgard2011-06-07
* build: make rule for linking ff* apply only to these targetsMans Rullgard2011-06-07
* build: rearrange some lines in a more logical wayMans Rullgard2011-06-06
* s302m: fix resampling for 16 and 24bits.Baptiste Coudurier2011-06-06
* ARM: remove MUL64 and MAC64 inline asmMans Rullgard2011-06-06
* build: clean up .PHONY listsMans Rullgard2011-06-06
* build: move all (un)install* target aliases to toplevel MakefileMans Rullgard2011-06-06
* flvenc: propagate error properlyLuca Barbato2011-06-06
* build: remove stale dependencyMans Rullgard2011-06-06
* build: do not add CFLAGS-yes to CFLAGSMans Rullgard2011-06-06
* utils.c: fix crash with threading enabled.Ronald S. Bultje2011-06-06
* configure: simplify source_path setupMans Rullgard2011-06-06