platform/upstream/libav.git
2006-12-30 Michael Niedermayer1st attempt to fix width/height
2006-12-29 Michael Niedermayerignore duration of the first 2 frames in the max-time...
2006-12-29 Michael Niedermayerdo not base frame rate guess on just one duration
2006-12-28 Allan HsuPatch for the FLV muxer to supply more complete metadata
2006-12-28 Kostya ShishkovEnable forward seek in Musepack demuxer
2006-12-28 Mike Frysingerfall back mmap() call using MAP_PRIVATE for working...
2006-12-28 Patrice BensoussanDecode genre on asf/wma files.
2006-12-26 Dominik MierzejewskiRemove redundant Requires: in libswscale.pc, approved...
2006-12-26 Luca Abenichange all the occurrences of "FFMIN(FFMAX())" to clip_...
2006-12-26 Luca AbeniMark some variables as possibly unused to avoid warnings
2006-12-26 Luca AbeniAdd some explicit casts to avoid "assignment from incom...
2006-12-26 Måns Rullgårdmake version.h depend on .svn/entries
2006-12-26 Michael Niedermayerskiprd doxygen comment from avcodec.h -> AVOption comment
2006-12-26 Luca AbeniAdd some other casts, to remove void pointers arithmetic
2006-12-26 Luca AbeniAdd some explicit casts to avoid some warnings
2006-12-26 Luca AbeniRemove some void pointers arithmetic
2006-12-24 Kostya ShishkovMusepack SV7 decoding support
2006-12-24 Diego BiurrunProperly check for all required bktr headers.
2006-12-24 Diego BiurrunReplace fail test with the die function.
2006-12-24 Diego BiurrunRemove redundant variable setting.
2006-12-24 Diego BiurrunSlightly shorten libvorbis check.
2006-12-24 Diego BiurrunDisable Win32 threads by default.
2006-12-23 Diego BiurrunAdd AMR directories for out-of-tree builds.
2006-12-23 Diego Biurruntypo: Properly escape a $ sign.
2006-12-23 Oded Shimonsync to libnut, nom->num
2006-12-23 Diego BiurrunRegister x11grab only when it has been enabled.
2006-12-23 Michael Niedermayerskiprd
2006-12-23 Diego BiurrunFix regression tests with out-of-tree builds.
2006-12-22 Diego BiurrunCreate libpostproc pkgconfig files only if libpostproc...
2006-12-22 Ramiro Pollasupport files >2GB on MinGW
2006-12-22 Michael Niedermayertest DIRECT{0,0} too if flag mv0 is used
2006-12-22 Diego Biurrunslightly more consistency for the Darwin linker options
2006-12-22 Luca AbeniClarify that yuv2rgb_init.c cannot be used under LGPL
2006-12-22 Luca AbeniOpss... My last commit was wrong; sorry!
2006-12-22 Luca Abenilibswscale is not LGPLed, sorry
2006-12-22 Luca AbeniRemove useless include (not needed now that libswscale...
2006-12-22 Baptiste Coudurierbt 0 is invalid, setting min to 1
2006-12-22 Ramiro PollaInstall generated .lib files in shlibdir on MinGW.
2006-12-22 Diego BiurrunRemove duplicate line.
2006-12-22 Tom HarperFix linking on Intel Mac due to local relocation entries in
2006-12-22 Diego BiurrunMake the X11 frame grabber disabled by default.
2006-12-21 Aurelien Jacobsmore simplification
2006-12-21 Michael Niedermayer10l
2006-12-21 Diego BiurrunUse $< instead of explicit names.
2006-12-21 Baptiste Coudurierchange mpeg2 intra vlc test to advanced one, add qprd...
2006-12-21 Michael NiedermayerFIXME has already been fixed ages ago
2006-12-21 Michael Niedermayersimplify
2006-12-21 Michael Niedermayeruse qscale_table in adaptive quant
2006-12-21 Michael Niedermayersimplify
2006-12-21 Michael Niedermayeri think this if() is useless lets abuse our users to...
2006-12-21 Michael Niedermayerskip motion estimation and encoding of non direct-0...
2006-12-21 Michael Niedermayerdont randomly disallow intr4v in adaptive quant
2006-12-21 Michael Niedermayerdont randomly dissallow direct MBs
2006-12-21 Michael NiedermayerQPRD & adaptive quantization regression tests
2006-12-21 Diego BiurrunRemove useless #include.
2006-12-21 Ramiro PollaRemove useless MinGW #ifdefs.
2006-12-21 Luca Abenilibswscale can now be compiled under LGPL too
2006-12-20 Michael Niedermayertry direct mode MB after QPRD, slight PSNR/bitrate...
2006-12-20 Joakim PlateFix a crash when probing img2 format with a NULL filename.
2006-12-20 Michael Niedermayerfix special casing of the 0,0 MV for b frames (slight...
2006-12-20 Luca AbeniFix compilation of non-MMX code with gcc 2.95
2006-12-20 Luca AbeniAllow to compile swscale's non-SIMD code under the...
2006-12-20 Michael Niedermayerdont favor the zero MV if mv0 is used (psnr per bitrate...
2006-12-18 Guillaume PoirierAdd SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instr...
2006-12-18 Michael Niedermayerminor doc fix
2006-12-18 Baptiste Coudurieralways print message when error, AV_LOG_DEBUG -> AV_LOG...
2006-12-17 Aurelien JacobsAdd support for VP60 and VP61.
2006-12-17 Michael Niedermayer10l
2006-12-17 Aurelien Jacobssmall optimization
2006-12-17 Michael Niedermayerwarn user if the selected diamond size is larger then...
2006-12-17 Michael Niedermayerlimit x/ymin/max to me_range
2006-12-17 Reimar DöffingerCheck mb_pos is big enough before trying to access...
2006-12-16 Aurelien Jacobsput_*() are not only useful to muxers and protocol
2006-12-16 Måns Rullgårdfix libavutil.pc
2006-12-15 Måns Rullgårddon't use non-standard sed -i option
2006-12-15 Panagiotis... Allow provision of displaynumber, screennumber, x-offse...
2006-12-14 Benjamin Larssonav_log(NULL,... -> av_log(avctx,.. where appropriate.
2006-12-14 Benjamin LarssonBug fix for crashes when SSE is used on unaligned arrays.
2006-12-13 Måns Rullgårdreplace bashism with POSIX construct
2006-12-13 Diego Biurrunvqmin/vqmax --> qmin/qmax in the option description
2006-12-13 Diego Biurrungrammar/wording
2006-12-13 Baptiste Coudurierdocumentation for X11 grabbing
2006-12-13 Diego BiurrunGenerate pkgconfig files via two functions.
2006-12-13 Baptiste Coudurierdont segv is ap->device is not set, display error message
2006-12-13 Baptiste Coudurierfix compilation, use the standard INT64_C macro
2006-12-13 Guillaume Poirierremove trailing whitespace left over
2006-12-13 Edouard GomezFeedback from Karl H. Beckers about mouse cursor
2006-12-13 Edouard GomezRFC 6: Overall cleanups again.
2006-12-13 Edouard GomezRFC 5: Mouse cursor painting reduc and more cleanups
2006-12-13 Edouard GomezRFC 3&4 stage: FFmpeg style aint't my style
2006-12-13 Edouard GomezRFC 2 stage: First feedback from review comments
2006-12-13 Edouard GomezRFC 1 stage: Improve maintainability of the cursoir...
2006-12-13 Edouard GomezAdapt the patch to more recent FFmpeg habits
2006-12-13 Guillaume PoirierOriginal X11 device demuxer patch from Clemens Fruhwirth
2006-12-13 Guillaume Poirierrevert broken commit of x11 device demuxer patch
2006-12-12 Guillaume PoirierFeedback from Karl H. Beckers about mouse cursor
2006-12-12 Guillaume PoirierRFC 6: Overall cleanups again.
2006-12-12 Guillaume PoirierRFC 5: Mouse cursor painting reduc and more cleanups
2006-12-12 Guillaume PoirierRFC 3&4 stage: FFmpeg style aint't my style
2006-12-12 Guillaume PoirierRFC 2 stage: First feedback from review comments
next