platform/upstream/libav.git
2006-12-09 Baptiste Coudurierprint a more correct message when container frame rate...
2006-12-09 Måns RullgårdOpenBSD settings by Nikns Siankin <nikns at secure lv>
2006-12-08 Måns Rullgårdsimplify test for memalign emulation requirement
2006-12-08 Martin Storsjöfix bug when __GNUC__ isn't defined and when compiling...
2006-12-08 Kostya ShishkovDeobfuscate expression
2006-12-08 Kostya ShishkovNow ZMBV encoder compiles
2006-12-08 Kostya Shishkov1e6l forgot to add zmbvenc.c
2006-12-08 Måns Rullgårdlavc is at major version 51, delete old stuff
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-12-07 Måns RullgårdBUILD_SHARED_AV is no longer used
2006-12-07 Måns Rullgårdmerge #ifdef HAVE_AV_CONFIG_H sections
2006-12-07 Måns Rullgårdfix mingw shared build, and get rid of FF_IMPORT_ATTR
2006-12-07 Måns Rullgårddo not use non-standard test -nt
2006-12-07 Måns Rullgårdmake shell test work with Solaris /bin/sh
2006-12-07 Michael Niedermayerbetter warning
2006-12-07 Michael Niedermayerff_check_alignment to warn the user about a missaligned...
2006-12-07 Michael Niedermayerfix compilation
2006-12-07 Panagiotis... Added entry for H.264 DCT to the DSP context.
2006-12-07 Panagiotis... Add codec ID for a native H.264 encoder.
2006-12-07 Panagiotis... Making rem6 and div6 globally visible and thus adding...
2006-12-07 Panagiotis... Removing unused code
2006-12-07 Kostya ShishkovRegister myself as maintainer of zmbvenc.c too
2006-12-07 Kostya ShishkovZMBV encoder
2006-12-07 Måns Rullgårduse standard INT64_MAX instead of MAXINT64 (and MIN)
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-12-06 Måns Rullgårdmove more macros to internal.h
2006-12-06 Måns Rullgårdmove some __attribute__ macros to internal.h
2006-12-06 Måns Rullgårdremove 'restrict' definition, it is always #defined...
2006-12-06 Baptiste Couduriercosmetics, remove braces, remove spaces just inside...
2006-12-06 Panagiotis... Add "mixed_refs" description suggested by Loren Merritt...
2006-12-06 Andy Parkinsdo not truncate pts/dts if value is AV_NOPTS_VALUE...
2006-12-06 Panagiotis... Add more descriptions to the AVOption array taken from...
2006-12-06 Panagiotis... Export symbols of several H.264 intra prediction functions
2006-12-06 Allan HsuDefines various common FLV format values between the...
2006-12-05 Ramiro PollaRemove MinGW install path special-casing.
2006-12-05 Alexander Chemerisfix crash when decoding a truncated H264 slice
2006-12-05 Panagiotis... Removing unused code
2006-12-05 Panagiotis... Add comment denoting group of H.264 functions
2006-12-05 Panagiotis... Change NAL unit type defines to an enum and move to...
2006-12-05 Baptiste Coudurierfix memleak, free stream codec allocated by av_new_stream
2006-12-05 Michael Niedermayer10l umh search needs hex size 2 now after the last...
2006-12-05 Michael Niedermayermake hex and large 2 small diamond search half their...
2006-12-04 Diego BiurrunDon't hardcode the shlibdir on Cygwin, it's supposed...
2006-12-04 Ryan MartellMinor modifications to handle mms streaming.
2006-12-04 Diego BiurrunFix some obvious mistakes in the option descriptions.
2006-12-04 Baptiste Coudurierprobe with some success image files not containing...
2006-12-03 Reimar DöffingerMove BE_*/LE_*/ST*/LD* macros to a common place. Some...
2006-12-03 Kostya ShishkovDo not touch pkt->pts
2006-12-03 Kostya ShishkovSome VQA v1 files don't have audio stream
2006-12-02 Mike MelansonAnother hack to allow the Cinepak decoder to detect...
2006-12-02 Mike MelansonSimplify the Sega FILM/CPK demuxer to not modify the...
2006-12-02 Víctor PaesaFill in some missing AVOption descriptions.
2006-12-02 Diego BiurrunMake do_video_encoding general enough to accomodate...
2006-12-02 Diego BiurrunMake do_video_decoding general enough to accomodate...
2006-12-02 Guillaume PoirierAdd IDCT8 routine in Altivec. Patch by yours truely...
2006-12-02 Diego BiurrunMerge a repeating variable declaration into do_video_en...
2006-12-02 Diego Biurrunspelling cosmetics: cliped --> clipped
2006-12-02 Kostya Shishkov10e6l FastUVMC was done right but in the wrong place
2006-12-02 Michael Niedermayerfix indention
2006-12-02 Michael Niedermayerdia_size=-1 -> funny_diamond_search()
2006-12-02 Michael Niedermayerhexagon search
2006-12-02 Luca BarbatoUnused variable removed
2006-12-01 Michael Niedermayerremove pretty much useless skiping of some predictors
2006-12-01 Baptiste Couduriermjpeg a dump header bitstream filter, modifies bitstrea...
2006-12-01 Baptiste Coudurieradd bytestream big endian 16/32 writing functions
2006-12-01 Diego BiurrunUse a function for audio encoding and decoding.
2006-12-01 Diego BiurrunUse a function for libav.
2006-12-01 Diego BiurrunUse a function for image formats.
2006-12-01 Diego BiurrunUse a function for streamed images.
2006-12-01 Diego BiurrunUse a function for audio-only tests.
2006-12-01 Allan HsuFix wrong flags for S16LE and S16BE audio in FLV files.
2006-12-01 Michael Niedermayertypo in umh
2006-12-01 Michael NiedermayerUMH support (dia_size=-1 activates it)
2006-12-01 Michael Niedermayercosmetic (prevent name clashes of variables in a macro...
2006-12-01 Kostya Shishkov100l FastUVMC rounding was incorrect.
2006-11-30 Michael Niedermayer1 step diamond search around the median MV predictor
2006-11-30 Michael Niedermayerdoxy
2006-11-30 Michael Niedermayerfix overflow and remove wrong comment
2006-11-30 Michael Niedermayerreturn optimal fraction
2006-11-30 Loïc Le LoarerFix compile with --disable-muxers, patch by Loïc Le...
2006-11-29 Kostya ShishkovBetter VQA demuxer
2006-11-29 Kostya ShishkovVQA v1 support
2006-11-28 Aurelien Jacobscleanup the #ifdef mess in encoder/decoder/parser regis...
2006-11-28 Aurelien Jacobsmatroska: scale timecode according to time_scale
2006-11-28 Baptiste Couduriermove source_package declaration in the loop and reset...
2006-11-28 Baptiste Coudurierreadjust dts if negative
2006-11-28 Kostya ShishkovCorrect information in header
2006-11-27 Reimar DöffingerChange "p" asm constraints to "g", since "p" was a...
2006-11-27 Loren Merritt10l in r7174 caused all options to be treated as filenames.
2006-11-27 Robert Swainalphabetic reordering of codec registration
2006-11-27 Aurelien Jacobscleanup the #ifdef mess in muxer/demuxer registration
2006-11-27 Timo LindforsAdd support for files that begin with a dash.
2006-11-27 Michael NiedermayerPIC fix
2006-11-26 Brian FoleyMove copy_block* functions to dsp dsputil.h
2006-11-26 Kostya ShishkovCorrect rounding values in overlap filtering
2006-11-26 Kostya ShishkovB-frames support for adv. profile
2006-11-26 Kostya Shishkov100l: Initialize dc_scale with current quantizer for...
2006-11-26 Kostya ShishkovUse halfpq in coefficient scaling
2006-11-25 Diego BiurrunRemove redundant comment.
2006-11-24 Luca Barbatotypo
next