platform/upstream/libav.git
2006-09-15 Michael BenjaminAdd support for 8-bit grayscale to V4L grabber
2006-09-15 Panagiotis... Remove the "b" OptionDef option from the ffmpeg.c file...
2006-09-15 Panagiotis... Rename the AVOption's names to the shorter OptionDef...
2006-09-15 Baptiste Coudurierremove unused, uninitialized free format frame size
2006-09-15 Philippe De... add support for grayscale rawvideo avi
2006-09-15 Loren Merrittasm implementation of mid_pred.
2006-09-14 Aurelien Jacobsdisable vp3 mmx idct for theora files to avoid artifacts
2006-09-14 Panagiotis... Synchronize the defaults specified in the AVOptions...
2006-09-14 Panagiotis... Make OFFSET() reuse offsetof
2006-09-14 Panagiotis... Remove a redundant memset from libavformat.
2006-09-14 Panagiotis... Allow parameter values (AVOptions) to use the 'k',...
2006-09-14 Diego BiurrunRemove the LGPL exception clause as discussed on ffmpeg...
2006-09-13 Víctor PaesaFix vhook build on Cygwin, shared builds only.
2006-09-13 Siarhei SiamashkaProper armv5te instructions support detection.
2006-09-13 Aurelien Jacobsreplaces back some C code by dsp.put_pixels_tab[0]...
2006-09-13 Panagiotis... corrects the type of the AVOption parameter "bugs"...
2006-09-13 Panagiotis... adds descriptions to the libavcodec AVOptions array...
2006-09-12 Måns Rullgårdffmpeg, ffplay, ffserver need version.h
2006-09-12 Aurelien JacobsEnables back the mmx/sse optimized version of the vp3...
2006-09-12 Michael Niedermayer10l typo
2006-09-12 Diego BiurrunRemove superfluous ifeq.
2006-09-12 Diego BiurrunFix 'make depend' for libpostproc.
2006-09-12 Kostya ShishkovSwap back and forward motion vectors to achieve correct...
2006-09-12 Kostya ShishkovSet motion vectors used in B-frames to zero by default
2006-09-12 Kostya ShishkovUse h264_chroma funcs in B-frames MC too
2006-09-12 Kostya ShishkovFix edge emulation for bicubic MC in B frames
2006-09-12 Kostya Shishkov2989l: Set avctx->has_b_frames value in header and...
2006-09-12 Aurelien Jacobsadd a VP6F fourcc for apps which rely on fourcc
2006-09-11 Aurelien Jacobsdon't use dsp.put_pixels_tab[0][0] with unaligned ptr...
2006-09-11 Baptiste Coudurierworkaround for files, mainly d-cinema, with 0 sized...
2006-09-10 Panagiotis... Remove nonexistent option -hq from the documentation.
2006-09-10 Siarhei Siamashkaarmv5 optimizations
2006-09-10 Panagiotis... Use and set sane AVOption defaults
2006-09-10 Panagiotis... adds doxygen docs to av_opt_set_defaults. Patch by...
2006-09-10 Andreas Ömanallow ffmpeg to read mp3s beginning with partial frames
2006-09-10 Panagiotis... make AVOptions default value field work.
2006-09-10 Diego BiurrunRemove unused variable.
2006-09-10 Gustavo Sverzut... fprintf/perror --> av_log
2006-09-10 Luca BarbatoCleanup, from Emanuele Giaquinta <exg@gentoo.org>
2006-09-10 Måns Rullgårdadd our -L flags before any other linker flags
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-09-10 Kostya ShishkovDisable B-frames decoding until they produce correct...
2006-09-09 Aurelien Jacobsrename vector to vect to avoid clash with Apple gcc
2006-09-09 Diego BiurrunAdd proper GPL headers.
2006-09-09 Diego BiurrunAdd proper GPL headers.
2006-09-09 Diego BiurrunReplace informal GPL notice by official header.
2006-09-09 Måns Rullgårdfix out of tree builds
2006-09-09 Aurelien JacobsVP5 and VP6 video decoder
2006-09-09 Kostya ShishkovDrop unneeded checks before av_free() and change to...
2006-09-09 Kostya ShishkovSupport for BI-frames in Advanced Profile
2006-09-09 Kostya ShishkovDon't print header bits by default
2006-09-09 Kostya Shishkov[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from...
2006-09-09 Kostya Shishkov[Cosmetics] Remove some done TODOs/FIXMEs from comments
2006-09-09 Kostya ShishkovProper support for B/BI frames
2006-09-09 Michael NiedermayerAVPROBE_SCORE_MAX doc
2006-09-09 Panagiotis... undefines a few temporary defines which were not undefi...
2006-09-08 Panagiotis... Add -lav* to the front of LDFLAGS, fixes linking on...
2006-09-08 Diego BiurrunFFLIBS --> EXTRALIBS
2006-09-08 Diego BiurrunRemove pointless variable indirection.
2006-09-08 Diego Biurrunsimplify
2006-09-08 Diego BiurrunFFLIBDIRS --> LDFLAGS
2006-09-08 Diego BiurrunRemove empty variable declaration.
2006-09-08 Diego BiurrunAdd -g to LDFLAGS instead of adding it to the command...
2006-09-08 Panagiotis... enables AVOption for muxing.
2006-09-08 Panagiotis... enable setting the year and track number using AVOption
2006-09-08 Panagiotis... makes avformat_get_context_defaults() static
2006-09-08 Michael Niedermayerprint more correct error messges
2006-09-07 Diego BiurrunLDFLAGS_$@ contains libs, not LDFLAGS, rename it accord...
2006-09-07 Diego BiurrunMove required libs after the object file for the shared...
2006-09-07 Michael Niedermayerfix sound of SampleVideo.mov (mp2 in mov)
2006-09-07 Panagiotis... Allow to get the the track number in the IPRT (part...
2006-09-07 Panagiotis... Allow to store the the track number though the IPRT...
2006-09-07 Panagiotis... Remove unused defines, patch by takis P issaris A uhass...
2006-09-07 Panagiotis... adds support for setting that album tag.
2006-09-07 Panagiotis... Better tag support:
2006-09-07 Kostya ShishkovHandle the rest of known blocks (by skipping them)
2006-09-07 Kostya ShishkovTests for overreading input data
2006-09-07 Kostya ShishkovCursor drawing support
2006-09-07 Gustavo Sverzut... Introduce a mechanism to add object-specific linker...
2006-09-06 Diego BiurrunAdd official GPL header to make license explicit as...
2006-09-06 Diego BiurrunSwitch license from GPL to LGPL. The original author...
2006-09-06 Javier GarciaAllow RGB Raw encoding
2006-09-05 Michel BardiauxFall back on grepping for the revision number if no...
2006-09-05 Alan CurryFix buffer handling for stereo mace files, fixes some...
2006-09-05 Michael Niedermayerignore index parameter to ignore the ODML index in avi
2006-09-05 Corey Hickeysecond pass encoding changes:
2006-09-05 Diego BiurrunMark this file properly as LGPL as allowed by its autho...
2006-09-05 Guillaume PoirierMONster is no longuer shipped with CHUD, as it's been...
2006-09-05 Kostya ShishkovTry to handle all chunks, previous scheme was not correct.
2006-09-05 Kostya ShishkovHandle raw blocks correctly (both updating pointer...
2006-09-05 Kostya ShishkovVMware Video decoder (fourcc: VMnc)
2006-09-04 Michael Niedermayerseems the output of that code is never used
2006-09-04 Måns Rullgårdinline align_get_bits()
2006-09-04 Corey Hickeyerror message spelling typo
2006-09-04 Baptiste Couduriermove track timescale/sampleDuration init to write_heade...
2006-09-04 Michel BardiauxClarified API for numbered sequences, patch by Michel...
2006-09-04 Víctor PaesaAdd sws_getCachedContext(), which checks if context...
2006-09-04 Diego BiurrunExchange informal GPL notice by official license header.
2006-09-04 Diego BiurrunExchange informal LGPL notice by official license header.
2006-09-04 Kostya ShishkovWVC1 is now decodeable with VC-1 decoder.
next