]> git.sesse.net Git - ffmpeg/history - libavcodec
Fix book_idx check.
[ffmpeg] / libavcodec /
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 HoyosCosmetics: Fix typo.
2009-09-23 Michael NiedermayerCheck num_units_in_tick/time_scale to be valid and...
2009-09-23 Jason Garrett-GlaserAdd 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å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 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 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å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 HoyosCosmetics: 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 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 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-17 Benjamin LarssonOnly use one mdct window size in atrac1.
2009-09-17 Kostya ShishkovRemove useless code causing crash in Targa decoder
2009-09-16 Justin Rugglesadd CODEC_CAP_SUBFRAMES to the FLAC decoder capabilitie...
2009-09-16 Måns RullgårdARM: do not use movw/movt for relocatable values with PIC
2009-09-16 Kostya ShishkovMonkey's Audio uses subframes too, declare that in...
2009-09-16 Sascha SommerAdd CODEC_CAP_SUBFRAMES for codecs that output multiple...
2009-09-16 Peter Rossperform sanity check on number of audio channels in...
2009-09-16 Gwenole BeauchesneFill in new VASliceParameterBufferMPEG2.slice_horizonta...
2009-09-16 Gwenole BeauchesneMove down HWAccel code path so that to fill in s->mb_x...
2009-09-15 Måns Rullgård10l: fix ff_fft_init_arm() prototype
2009-09-15 Måns RullgårdMove per-arch fft init bits into the corresponding...
2009-09-15 Vitor SessakAdd two more sizes to ff_sine_windows[] and also pad...
2009-09-15 Jai MenonFix max_coded_frame_size computation to account for...
2009-09-14 Måns RullgårdARM: 10l: fix large FFTs
2009-09-13 Benjamin LarssonDo not release the AVFrame when using reget_buffer...
2009-09-13 Benjamin LarssonCosmetics. Renames, indentation and spacing.
2009-09-12 Ramiro PollaRemove ; after while(0) in macros.
2009-09-12 Ramiro Pollaeval: Check for return value of memory allocations.
2009-09-11 Benjamin LarssonRemove table that was forgotten in the split.
2009-09-11 Benjamin LarssonFix doxygen comment
2009-09-11 Sascha Sommerreinit get_bits for every decode_packet call
2009-09-11 Lars TäuberMake get_ur_golomb capable of reading 16 bit values.
2009-09-11 Lars TäuberFix a typo in the documentation.
2009-09-11 Måns RullgårdARM: NEON optimised MDCT
2009-09-11 Måns RullgårdPrepare for optimised forward MDCT implementations
2009-09-11 Måns RullgårdARM: faster NEON IMDCT
2009-09-10 Benjamin LarssonUse reget_buffer instead of get_buffer. Fixes issue1367.
2009-09-10 Benjamin LarssonAdd ATRAC1 codec ID.
2009-09-10 Benjamin LarssonInitial commit of the atrac1 decoder, not hooked up yet
2009-09-10 Benjamin LarssonRemove redundant code forgotten in the split
2009-09-10 Michael NiedermayerCheck for thread_count==0.
2009-09-10 Reimar DöffingerSimplify: reget_buffer behaves exactly like get_buffer...
2009-09-10 Måns RullgårdARM: NEON optimised FFT and MDCT
2009-09-10 Måns RullgårdDCA: move an aligned array from stack to context
2009-09-09 Michael NiedermayerCheck thread count as multithreaded decoding is not...
2009-09-08 Benjamin LarssonSplit out common routines needed in the atrac1 decoder...
2009-09-08 Diego BiurrunRemove pointless debug statement that fails to compile.
2009-09-08 Reimar DöffingerTry to clarify that anyone using get_bits must check...
2009-09-06 Carl Eugen HoyosCosmetics: Fix typo.
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-09-06 Reimar Döffingerff_sine_windows table contains only constant data,...
2009-09-06 Reimar DöffingerThe ff_cos_tabs table itself is constant, too, so mark...
2009-09-06 Reimar DöffingerThe pointers in ff_sin_tabs themselves are constant...
2009-09-06 Reimar Döffingerff_swb_offset_* tables should be const.
2009-09-06 Reimar Döffingercompatible_frame array can be static const, too.
next