platform/upstream/libav.git
2006-02-14 Loren Merrittfix some crashes on negative nalsize.
2006-02-13 Michel BardiauxUse != instead of -ne in test invocations for greater...
2006-02-13 Diego BiurrunRevert unconditional config.h overwriting, it may cause...
2006-02-13 Loren Merrittfix some crashes when missing frames
2006-02-13 Diego BiurrunUnconditionally overwrite config.h. The current behavio...
2006-02-13 Baptiste CoudurierThis patch makes output codec keeping input pix_fmt...
2006-02-13 Måns Rullgårdadd quotes around $(libdir)
2006-02-13 Måns Rullgårdmove common parts of makefiles into common.mak
2006-02-13 Diego BiurrunRemove obsolete big-endian FIXMEs.
2006-02-13 Alex Beregszaszi10l, allocate bitbuffer with regard to the padding...
2006-02-13 Alex Beregszasziincrease audio buffer to 1second of 48khz float audio
2006-02-13 Michael Niedermayeruseless code removal by (Baptiste COUDURIER <baptiste...
2006-02-12 Diego BiurrunMove SRC_PATH out of the conditional, it is always...
2006-02-12 Diego BiurrunDo not add quotes around SRC_PATH, the quoting has...
2006-02-12 Alex Beregszasziimprove video4linux2 detection (without sys/time.h...
2006-02-12 Mike Melansonadd another set of zlib guards
2006-02-12 Mike Melansonmake TSCC endian-safe, PPC testing courtesy of Diego B.
2006-02-12 Michael Niedermayerfix demuxing of Video006.3gp
2006-02-12 Baptiste Couduriermov split chunks removal patch by (Baptiste COUDURIER...
2006-02-12 Michael Niedermayer10l for myself
2006-02-12 Alex Beregszaszitrue audio
2006-02-12 Alex Beregszaszitta and theora improvements
2006-02-12 Baptiste Couduriermov debug clean patch by (Baptiste COUDURIER <baptiste...
2006-02-12 Mike Melansondosbox native ZMBV decoder, courtesy of Kostya
2006-02-12 Mike Melansoncomplete American Laser Games MM playback system, court...
2006-02-12 Alex Beregszaszi10l, fails to compile when debug enabled
2006-02-12 Alex Beregszaszitta demuxer, also usable for moving tta audio data...
2006-02-12 Alex Beregszaszitta decoder, tested with 44khz mono and stereo (for...
2006-02-11 Alexander StrasserBuild also ffserver (if configured) when doing `make...
2006-02-11 Michael Niedermayerstsd fix by (Baptiste COUDURIER )baptiste.coudurier...
2006-02-11 Diego BiurrunMove libpostproc compilation to the top-level Makefile.
2006-02-11 Diego BiurrunQuote all installation paths to protect against spaces...
2006-02-11 Diego Biurrunlibpostproc installs into a different directory that...
2006-02-11 Diego BiurrunUse the incdir variable.
2006-02-11 Diego Biurrun100l typo: forgotten $
2006-02-11 Diego Biurrun10l typo: libdir --> incdir
2006-02-11 Jindřich Makovička- fix insufficient code length for exp_vlc
2006-02-11 Diego BiurrunSimplify header installation.
2006-02-11 Diego BiurrunAdd incdir to configure.
2006-02-11 Diego BiurrunMake sure that install-progs has the proper dependencie...
2006-02-11 Diego BiurrunSeparate library install into static and shared install...
2006-02-11 Baptiste Couduriermp4 codecs objecttype handling patch by (Baptiste COUDU...
2006-02-11 Diego BiurrunSeparate header file installation from the general...
2006-02-11 Michael NiedermayerFix for url_fclose() being called on an already closed...
2006-02-11 Diego BiurrunThe install-progs target should depend on $(PROG).
2006-02-11 Diego BiurrunSeparate program installation into its own target.
2006-02-11 Diego BiurrunAdd installlib and install-headers targets like everywh...
2006-02-11 Diego BiurrunInstall static libpostproc if CONFIG_PP is set.
2006-02-11 Diego BiurrunInstall libpostproc headers if CONFIG_PP is set.
2006-02-11 Alan CurryMove the v{Y,C}CoeffsBank vectors into the SwsContext...
2006-02-11 Diego Biurruncosmetics: indentation fixes
2006-02-11 Alan CurryFix big-endian color permutation problems.
2006-02-11 Michael Niedermayermpeg-ps probe 2nd try
2006-02-10 Alexander StrasserDon't use pow/powf functions where we just need integer...
2006-02-10 Måns Rullgårdadd adtsenc.c with myself as maintainer
2006-02-10 Loren Merritth264: special case dc-only idct. ~1% faster overall
2006-02-10 Måns Rullgårdgenerate adts frame headers if required
2006-02-10 Måns Rullgårduse get_bits1/skip_bits[1] in ac3 and aac parsers
2006-02-09 Aurelien Jacobsvoc: set bits_per_sample correctly (fix mplayer playback)
2006-02-09 Aurelien Jacobsadd a Creative VOC (de)muxer
2006-02-09 Stefan HuehnerPatch by Stefan Huehner / stefan % huehner ! org \
2006-02-09 Michael Niedermayerfix segfault on broken streams
2006-02-09 Loren Merritt10l in 1.12
2006-02-09 Alan CurryCorrect RGB vs. BGR confusion, the macros vec_mstrgb24...
2006-02-08 Michael Niedermayerreplace probe() by one similar to MPEG-ES
2006-02-08 Luca AbeniAdd video4linux2 detection to configure.
2006-02-08 Colin WardMove CONIG_MUXERS below struct frame_attributes, it...
2006-02-08 Alan Curryaltivec_yuv2packedX() ignores the requested output...
2006-02-08 Luca AbeniCorrectly set the interlaced_frame and top_field_first...
2006-02-08 Diego Biurruntypo
2006-02-08 Diego BiurrunList of people maintaining different parts of FFmpeg.
2006-02-08 Alan CurryAltiVec operations need to have memory aligned on 16...
2006-02-08 Alan CurryvYCoeffsBank and vCCoeffsBank are allocated and initial...
2006-02-08 Loren Merrittslightly faster loopfilter
2006-02-08 Måns Rullgårdbump version numbers and update docs for adts aac support
2006-02-08 Måns Rullgårdcreate adts stream if CODEC_FLAG_GLOBAL_HEADER not set
2006-02-08 Måns Rullgårdread/write adts aac
2006-02-08 Måns Rullgårdadts aac parser
2006-02-08 Måns Rullgårddecode adts aac streams
2006-02-07 Loren Merritt10l (x86_64)
2006-02-07 Loren Merritt18% faster put_h264_qpel16_mc[13]2_mmx2
2006-02-07 Loren Merritt11% faster put_h264_qpel16_v_lowpass_mmx2
2006-02-07 Loren Merritt15% faster put_h264_qpel16_hv_lowpass_mmx2
2006-02-06 Alexander StrasserSome Make variants complain if the LIB variable does...
2006-02-06 Michael Niedermayerfix memleak, based upon a patch by Wolfram Gloger
2006-02-06 Michael Niedermayer1 goto 1 fix
2006-02-06 Benjamin LarssonFix broken cosmetics commit and add a check for valid...
2006-02-06 Benjamin LarssonSmall cosmetics and better variable names.
2006-02-05 Dan Villiom... Fix detection of IPv6 support on Darwin by ensuring...
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-02-05 Alexander StrasserCorrect the relation between floors of type 0 and block...
2006-02-04 Michael Niedermayersimplify
2006-02-04 Michael Niedermayerfaster find_startcode()
2006-02-04 Michael Niedermayer3rd try for mpeg-es probe ...
2006-02-04 Diego BiurrunGNU Make is necessary on *BSD.
2006-02-04 DieterUse gmake instead of make on *BSD.
2006-02-04 Alexander StrasserCosmetic: Fix indentation.
2006-02-04 Alexander Strasser10l (malloc check with the wrong pointer)
2006-02-04 Alexander StrasserAdded support for vorbis files containing floor type 0.
2006-02-04 Michael Niedermayerfix regression tests
next