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-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-09jpegdec: actually search for and parse RSTnMichael Niedermayer
2011-06-09crypto: Use av_freep instead of av_freeEtienne Buira
2011-06-09Revert "crypto: fix potential double free"Michael Niedermayer
2011-06-09Revert "build: remove empty $(OBJS) target"Michael Niedermayer
2011-06-09crypto: Use av_freep instead of av_freeEtienne Buira
2011-06-09aac: fix adts frame size mask, fix demuxer probing for some files.Baptiste Coudurier
2011-06-08lavf: don't try to free private options if priv_data is NULL.Anton Khirnov
2011-06-08lavfi: handle NULL lists in avfilter_make_format_listMina Nagy Zaki
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-08Fix "mixed declarations and code" warnings.Carl Eugen Hoyos
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-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08crypto: fix potential double freeEtienne Buira
2011-06-08libx264: fix double freeEtienne Buira
2011-06-08ffplay: remove -debug optionStefano Sabatini
2011-06-08ffplay: remove -vismv optionStefano Sabatini
2011-06-08mpegvideo: use av_get_picture_type_char() in ff_print_debug_info()Stefano Sabatini
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-07libvpxenc: add forgotten AVClass.Michael Niedermayer
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-07v4l2: set default standard to NULLStefano Sabatini
2011-06-07sws: make dither_scale constMichael Niedermayer
2011-06-07configure: Document --enable-vdpau.Diego Biurrun
2011-06-07Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun