platform/upstream/libav.git
2009-01-31 Roman ShaposhnikCosmetics: fixing indentation
2009-01-31 Roman Shaposhnikunrolling encoding loops
2009-01-31 Roman ShaposhnikCosmetics: simplifying static initialization
2009-01-31 Roman Shaposhniksimplifying DIF encoding process
2009-01-31 Roman ShaposhnikCosmetics: fixing the indentation
2009-01-31 Roman Shaposhnikfactoring code into dv_init_enc_block
2009-01-31 Roman ShaposhnikCosmetics: replacing 0 with NULL for pointer assignment
2009-01-31 Roman ShaposhnikCosmetics: moving the function definition around
2009-01-31 Roman ShaposhnikReplacing the constant with a macro
2009-01-31 Justin Rugglesflacdec: add support for SAMPLE_FMT_32
2009-01-31 Bitbreaker... Fix documentation of the return value of avcodec_encode...
2009-01-30 Diego BiurrunUse '#if defined()' for OS-specific preprocessor checks.
2009-01-30 Måns RullgårdARM: NEON optimised vector_fmul_window
2009-01-30 Måns RullgårdARM: NEON optimised vector_fmul
2009-01-30 Stefan Gehrerremove duplicate tables
2009-01-30 Alex ConverseUse the new RDFT code in the QDM2 decoder.
2009-01-30 Alex ConverseAdd the rdft family of transforms (fft/ifft of an all...
2009-01-30 Diego BiurrunAdd required header mem.h, av_malloc and friends are...
2009-01-30 Diego Biurruncosmetics: Move all #includes together at the beginning...
2009-01-30 Diego BiurrunAdd 'void' keyword to parameterless function declaration.
2009-01-30 Diego BiurrunAdd missing void keyword to parameterless function...
2009-01-30 Gwenole BeauchesneRecord B-fraction index from frame header and two field...
2009-01-30 Gwenole BeauchesneMake ff_h263_resync() return the bit position of the...
2009-01-30 Luca AbeniIf AVPacket->data == NULL, the packet does not contain...
2009-01-30 Gwenole BeauchesneUse a constant instead of a magic number.
2009-01-30 Stefan Gehreravoid indeterminate order of accessing src
2009-01-30 Aurelien Jacobstypo
2009-01-29 Diego BiurrunRename string.c to avstring.c so that the name of heade...
2009-01-29 Gwenole Beauchesnecosmetics: Add empty line for consistent formatting.
2009-01-29 Alex ConverseMark ff_fft_end av_cold.
2009-01-29 Ben Littlerpvez avi fourcc is truemotion1
2009-01-28 Diego Biurrunspelling/grammar/consistency review part III
2009-01-28 Diego Biurrunspelling/grammar/consistency review part II
2009-01-28 Reimar DöffingerAdd "const" to AES function arguments where possible...
2009-01-28 Michael NiedermayerFix remotely exploitable arbitrary code execution vulne...
2009-01-28 Loren Merrittfix an overflow in vc1 intra overlap filter
2009-01-28 Diego BiurrunAdd common.h #include, necessary for av_const.
2009-01-28 Kostya ShishkovFix Doxygen comments for VC-1 decoder.
2009-01-28 Kostya ShishkovFix Doxygen comments for RV3/4 decoder.
2009-01-28 Kostya ShishkovFix Doxygen comments for APE decoder.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-27 Baptiste Couduriersecond try fixing time code in gxf
2009-01-27 Michael NiedermayerPrefer av_freep() over av_free() for variables in the...
2009-01-27 Michael NiedermayerAdd {} between if/else
2009-01-27 Michael NiedermayerExport all tracks (each is a different language) instea...
2009-01-27 Michael Niedermayerremove pointless {}
2009-01-27 Michael NiedermayerMove current_track variable closer to where it is used.
2009-01-27 Michael NiedermayerFix memleak of fourxm->tracks on error return.
2009-01-27 Michael Niedermayervertical align
2009-01-27 Michael NiedermayerFix memleak of header in error returns.
2009-01-27 Michael Niedermayerbetter header_size check
2009-01-27 Michael Niedermayersize < 4 is invalid
2009-01-27 Ramiro Pollaindentation
2009-01-27 Ramiro Pollamingw: don't check for minimum mingw runtime and w32api...
2009-01-27 Benoit FouetWhitespace cosmetics to align return statements.
2009-01-27 Benoit FouetCheck buffer is inside what is passed when probing...
2009-01-27 Måns RullgårdARM: remove some unused macro arguments
2009-01-27 Måns RullgårdARM: reorder some instructions in put_pixels*_arm for...
2009-01-27 Måns RullgårdARM: replace jump tables with conditional branches
2009-01-27 Måns RullgårdARM: replace explicit literal loads with ldr Rd, =lit
2009-01-27 Måns RullgårdARM: change alignment of loops in put_pixels*_arm to 32
2009-01-27 Måns RullgårdARM: optimised mid_pred()
2009-01-27 Måns RullgårdARM: allow register operands for shifts in MULL()
2009-01-27 Luca AbeniMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-27 Stefan Gehrerfix doxygen file reference
2009-01-27 Baptiste Coudurierseek at 0 when timestamp requested is negative
2009-01-27 Aurelien Jacobsadd a ff_gcd() function again, for compatibility with...
2009-01-27 Aurelien Jacobsvp5: don't try decoding a P frame before any I frame...
2009-01-26 Aurelien Jacobsmake it clear that the new metadata API is a work in...
2009-01-26 Diego BiurrunFix filenames in Doxygen comments.
2009-01-26 Stefano SabatiniUpdate preset files documentation to match with r16795.
2009-01-26 Stefano SabatiniImplement avfilter_graph_check_validity().
2009-01-26 Stefano SabatiniChange "H.263 Intel" long name to "Intel H.263".
2009-01-26 Måns Rullgårdconfigure: exit with error if OS is unknown
2009-01-26 Benoit FouetAdd a Changelog entry for the ALSA stuff.
2009-01-26 Kostya ShishkovFix AAC data smuggling:
2009-01-26 Diego BiurrunRemove misleading comment about how to build SHA1 test...
2009-01-26 Benoit FouetRemove unneeded check.
2009-01-26 Benoit FouetFix an exploit in indeo by checking we are not writing...
2009-01-26 Måns RullgårdFix version.h dependency on version.sh
2009-01-26 Nicolas GeorgeAdd ALSA support in libavdevice.
2009-01-26 Diego Biurrunversion.h depends on version.sh.
2009-01-26 Diego BiurrunHAVE_3DNOW --> HAVE_AMD3DNOW
2009-01-26 David ConradWorkaround for gcc 3.4 to align sh properly
2009-01-25 Diego BiurrunReorganize header #includes: Unconditionally #include...
2009-01-25 Robert SwainMake opt_preset() use FFMPEG_DATADIR from config.h...
2009-01-25 Diego Biurrun10l: Add #undefs for system free/malloc/realloc, which...
2009-01-25 Robert SwainAdd (un)installation targets for ffpresets using the...
2009-01-25 Diego BiurrunC files should #include the header files of the same...
2009-01-25 Måns Rullgårdconfigure: add datadir variable and write to config...
2009-01-25 Diego BiurrunDisambiguate the macros used to disable fprintf/printf...
2009-01-25 Diego BiurrunAdd required limits.h header.
2009-01-25 Robert SwainThe default subq value in the x264 CLI is now 6, not 5.
2009-01-25 Diego BiurrunHAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest config...
2009-01-25 Diego BiurrunHAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest config...
2009-01-25 Diego BiurrunRestore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CO...
2009-01-25 Diego BiurrunAdd AMD 3DNow! instruction enabling/disabling support...
2009-01-25 Diego BiurrunDrop redundant architecture extension dependencies.
2009-01-25 Diego BiurrunDrop _MSC_VER case from macro declaration.
2009-01-25 Diego BiurrunDrop deprecated av_fifo_write function with the next...
next