platform/upstream/libav.git
2009-09-23 Google ChromeCheck masterbook index and subclass book index.
2009-09-23 Google ChromeAdd checks for per-packet mode indexes and per-header...
2009-09-23 Google ChromeCheck classbook value.
2009-09-23 Michael NiedermayerSet data_size to 0 to avoid having it uninitialized.
2009-09-23 Michael NiedermayerCheck data_size in decode_frame_mp3on4().
2009-09-23 Michael Niedermayercheck data_size in decode_frame()
2009-09-23 Måns RullgårdARM: improve armcc detection
2009-09-23 Google ChromeFix book_idx check.
2009-09-23 Google ChromeSanity checks for magnitude and angle.
2009-09-23 Google Chrome= -> == typo.
2009-09-23 Måns RullgårdWMA: use DSPContext.butterflies_float
2009-09-23 Carl Eugen... Cosmetics: Fix typo.
2009-09-23 Michael NiedermayerCheck num_units_in_tick/time_scale to be valid and...
2009-09-23 Reimar DöffingerCorrectly print number of remaining bytes in oggparsevo...
2009-09-23 Jason Garrett... Add support for new x264 API.
2009-09-23 Michael NiedermayerCheck dimensions against 0 too.
2009-09-23 Michael NiedermayerCheck validity of channels & samplerate.
2009-09-23 Mike MelansonAnother micro-optimization for unpack_vlcs(): Eliminate...
2009-09-22 Michael NiedermayerCheck codec_id and codec_type in avcodec_open(), based...
2009-09-22 Måns RullgårdSet compiler version string for supported non-gcc compilers
2009-09-22 Måns RullgårdARM: NEON optimised scalarproduct_float
2009-09-22 Måns RullgårdAAC: 10l: fix PNS decoding
2009-09-22 Benjamin LarssonHook up the MD studio demuxer and Atrac1 decoder.
2009-09-22 Benjamin LarssonMention SDDS so search engines will pick it up for...
2009-09-22 Benjamin LarssonUse ff_sine_32 in atrac1.
2009-09-22 Mike MelansonPerform the DC prediction reversal immediately after...
2009-09-22 Diego BiurrunFix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith...
2009-09-22 Diego BiurrunReplace manual gcc version check by AV_GCC_VERSION_AT_L...
2009-09-22 Diego BiurrunPlace MP3 demuxer code under appropriate #ifdefs.
2009-09-22 Diego BiurrunImprove compiler information code to print to the conso...
2009-09-22 Diego BiurrunPrint compiler version and build date before configurat...
2009-09-22 Diego BiurrunRearrange wav_muxer and {wav|w64}_demuxer blocks to...
2009-09-22 Diego BiurrunThe W64 demuxer depends on the WAV demuxer.
2009-09-22 Diego BiurrunMove find_guid function and guid_data array to a global...
2009-09-22 Alex ConverseAAC: Simplify some logic from r19956. (The escape codeb...
2009-09-22 Måns RullgårdARM: NEON optimisations for some dsputil functions
2009-09-22 Måns RullgårdAAC: use new dsputil functions
2009-09-22 Måns RullgårdAdd some dsputil functions useful for AAC decoder
2009-09-21 Benjamin LarssonAdd forgotten cleanup function in atrac1.
2009-09-21 Benjamin LarssonCosmetics, indentation.
2009-09-21 Benjamin LarssonCosmetics. Merge declaration and initialization.
2009-09-21 Benjamin LarssonMove the scale factor and word length indexes to the...
2009-09-21 Diego BiurrunDeinterleave the generation of config.h and config...
2009-09-21 Reimar DöffingerUse a custom radix sort implementation instead of qsort...
2009-09-21 Alex Converseaacenc: Use preprocessor constants for trellis states...
2009-09-21 Alex Converseaacenc: Split paths in the scalefactor selection trelli...
2009-09-21 Alex Converseaacenc: Replace cbrt() with cbrtf() when the result...
2009-09-21 Alex Converseaacenc: Multiple distortion by lambda after it's summed...
2009-09-21 Alex ConverseCosmetics: Reindent after r19943.
2009-09-21 Alex Converseaacenc: Don't make unnecessary compares to the escape...
2009-09-21 Loren Merrittextend ff_inverse[], and fix its documentation
2009-09-21 Måns RullgårdARM: merge two loops in ff_mdct_calc_neon
2009-09-21 Måns RullgårdARM: interleave cos/sin tables for improved NEON MDCT
2009-09-21 Måns RullgårdAllow arch-specific mdct code to request interleaving...
2009-09-21 Måns Rullgårdregtest: do not write to /tmp/ffmpeg$$
2009-09-21 Måns Rullgårdconfigure: remove some unnecessary backslashes
2009-09-21 Måns RullgårdSplit dnxhd regression test so the parts can run in...
2009-09-21 Måns RullgårdARM: remove broken IPP support
2009-09-21 Mike MelansonModify unpack_vlcs() so that there are fewer dereferenc...
2009-09-20 Diego BiurrunAdd parentheses to logical expression to avoid the...
2009-09-20 Diego BiurrunRemove unused variable, fixes the warning:
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-20 Diego BiurrunFix embarassing typo in last commit: Restore mistakenly...
2009-09-20 Diego BiurrunK&R coding style whitespace cosmetics
2009-09-20 Carl Eugen... Cosmetics: Reindent after r19927.
2009-09-20 Martin FiedlerAllow encoding frames with more than 2800 lines.
2009-09-19 Reimar DöffingerSupport uncompressed 16 bit sgi image format, as e...
2009-09-19 Reimar DöffingerSimplify color_flags calculation, remove a pointless...
2009-09-19 Reimar DöffingerMake default_correlation array const since it is never...
2009-09-19 Reimar DöffingerUse default sws_flags for dnxhd regression tests and...
2009-09-19 Reimar DöffingerUpdate regression reference for DNxHD test update
2009-09-19 Reimar DöffingerChange DNxHD regression tests to test both 720p and...
2009-09-19 Reimar DöffingerAdd missing strings.h include needed for strcasecmp.
2009-09-19 Justin RugglesUpdate AC-3 channel map. 2F/2R layout only has 4 chann...
2009-09-19 Benjamin LarssonAlign sample output buffer in atrac1.
2009-09-19 Benjamin LarssonFix the short block transform for atrac1.
2009-09-18 Reimar DöffingerChange dnxhd regression tests for r19912 which fixed...
2009-09-18 Diego Biurrun#include correct header to fix 'make checkheaders'.
2009-09-18 Diego BiurrunReorder functions so that encoding functions are disabl...
2009-09-18 Diego BiurrunAdd missing stdint.h #include to fix 'make checkheaders'.
2009-09-18 Baptiste Coudurierfix uninitialized memory in dnxhd encoder
2009-09-18 Michael NiedermayerOnly use *ic_ptr when it has been initialized.
2009-09-18 Ronald S. BultjeUnscrewup indentation (pointed out by Diego).
2009-09-18 Diego BiurrunAdd probetest to TOOLS list.
2009-09-18 Diego BiurrunIntroduce a variable for all targets in the tools subdi...
2009-09-18 Diego BiurrunDrop argc/argv parameters from main(), they are unused.
2009-09-18 Diego Biurruncosmetics: K&R coding style, prettyprinting
2009-09-17 Ronald S. BultjeRTSP basic authentication, patch originally by Philip...
2009-09-17 Baptiste Coudurierupdate seek regression tests due to r19902
2009-09-17 Reimar DöffingerUpdate dnxhd rotozoom regression test values with more...
2009-09-17 Niobosfix pes overhead computation, patch by Niobos, niobos...
2009-09-17 Reimar DöffingerUpdate dnxhd regression test to match the majority...
2009-09-17 Benjamin LarssonOnly use one mdct window size in atrac1.
2009-09-17 Baptiste Coudurierprint at debug level the score at which codec probing...
2009-09-17 Reimar DöffingerImprove SIFF probe by also checking the first tag is...
2009-09-17 Reimar DöffingerImprove dxa probe by checking the values for width...
2009-09-17 Reimar DöffingerSlightly improve probe for ea format by checking that...
2009-09-17 Reimar DöffingerAdd dnxhd test to regression tests.
2009-09-17 Lars TäuberDo not include "mp4:" prefix from RTMP URL into "app...
2009-09-17 Kostya ShishkovRegister myself as RTMP maintainer
next