summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-29
| | | | Originally committed as revision 15039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless zeroing of a bufferVitor Sessak2008-08-29
| | | | Originally committed as revision 15038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in element typeRobert Swain2008-08-29
| | | | Originally committed as revision 15037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary portion of a condition. This fixes issue607 and avoidsRobert Swain2008-08-29
| | | | | | another unintended bug where channel coupling could have been run on an SCE. Originally committed as revision 15036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Stefano Sabatini2008-08-29
| | | | Originally committed as revision 15034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Half the size of subband_fir_noidea and get rid of memmove & memset of it.Michael Niedermayer2008-08-29
| | | | Originally committed as revision 15033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make X264_init() no longer assign avctx->rc_eq to libx264's context.Stefano Sabatini2008-08-29
| | | | | | | | | | | Fix a crash due to X264_init() setting the libx264 rc_eq field to NULL when rc_eq was not defined. As a consequence rc_eq can no longer be manually specified and passed to libx264, but this option is going to be removed from the libx264 public API anyway. See the thread: "Fix crash in libx264 when rc_eq is not set". Originally committed as revision 15029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move t1 and t2 declaration from the QMF code closer to where they are used.Michael Niedermayer2008-08-29
| | | | Originally committed as revision 15024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify (drop useless intermediate sum and diff arrays).Michael Niedermayer2008-08-29
| | | | Originally committed as revision 15023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 5,1l: samples_chanptr[] should be (const float *)Andreas Öman2008-08-29
| | | | Originally committed as revision 15022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dca: Set data_size outside block loop.Andreas Öman2008-08-29
| | | | Originally committed as revision 15021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dca: Do float -> int16 interleaving in-place using ↵Andreas Öman2008-08-29
| | | | | | s->dsp.float_to_int16_interleave() Originally committed as revision 15020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* While APE changed container format in 3.98, frequency tables for range codingKostya Shishkov2008-08-29
| | | | | | | | | were changed only in 3.99. This fixes decoding of v3.98 APE file I have. Eternal curses to the creator of such unstable format. Originally committed as revision 15019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump libavcodec minor version number for r15017.Peter Ross2008-08-29
| | | | Originally committed as revision 15018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVCodecContext.bits_per_raw_sample field.Peter Ross2008-08-29
| | | | Originally committed as revision 15017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change AVCodecContext.bits_per_sample to bits_per_coded_sample.Peter Ross2008-08-29
| | | | | | Nb: This change will become active on the next libavcodec major version bump. Originally committed as revision 15016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: change another "get" to "decode"Justin Ruggles2008-08-29
| | | | Originally committed as revision 15014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: change "get" to "decode"Justin Ruggles2008-08-29
| | | | Originally committed as revision 15013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2008-08-28
| | | | Originally committed as revision 15012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded variable, dither_allJustin Ruggles2008-08-28
| | | | Originally committed as revision 15011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik2008-08-28
| | | | | | specified in SMPTE 370M Originally committed as revision 15010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introducing video_stype for holding the value of VAUX source packRoman Shaposhnik2008-08-28
| | | | | | and simplifying dv_frame_profile Originally committed as revision 15007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add generic IIR filter interface with Butterworth lowpass filter implementationKostya Shishkov2008-08-28
| | | | | | and remove obsoleted old lowpass filter. Originally committed as revision 15005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix mid/side stereo buggy output zeroing, fixes issue264 part 2.Michael Niedermayer2008-08-28
| | | | Originally committed as revision 15004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename a tableJustin Ruggles2008-08-27
| | | | Originally committed as revision 15003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indent after last commitJustin Ruggles2008-08-27
| | | | Originally committed as revision 15001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not read exponent strategies from each block for E-AC-3 since they are in ↵Justin Ruggles2008-08-27
| | | | | | the header Originally committed as revision 15000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic change aimed at making it easier to see how bits are consumedRoman Shaposhnik2008-08-27
| | | | Originally committed as revision 14998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factoring out chan_slice / 27 into seq variableRoman Shaposhnik2008-08-27
| | | | Originally committed as revision 14997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplification of how dct_mode affects decoding.Roman Shaposhnik2008-08-27
| | | | Originally committed as revision 14996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics (format ff_nelly_dequantization_table nicer)Michael Niedermayer2008-08-27
| | | | Originally committed as revision 14993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add definitions and documentation for shared functions for E-AC-3 decodingJustin Ruggles2008-08-27
| | | | Originally committed as revision 14991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy default coupling band structure from table to decoding context (used ↵Justin Ruggles2008-08-27
| | | | | | for E-AC-3) Originally committed as revision 14990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add more OKed parts of the E-AC-3 decoder: structural changes to support AHT ↵Justin Ruggles2008-08-27
| | | | | | mode mantissa decoding Originally committed as revision 14989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-27
| | | | Originally committed as revision 14988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify mpeg12 avctx->pix_fmt setBaptiste Coudurier2008-08-26
| | | | Originally committed as revision 14986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a temp variable to ff_sine_window_init() to match the way wma.c computedAurelien Jacobs2008-08-26
| | | | | | window before r14757. This fixes a regression introduced by r14757 on amd64. Originally committed as revision 14982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add explicit (int) cast to i386 optimized MUL* macros.Vladimir Voroshilov2008-08-26
| | | | | | | Wrong result is returned when 16-bit value is passed as value. Also fixes "Warning: using `%edx' instead of `%dx' due to `l' suffix". Originally committed as revision 14981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (cosmetics) Remove incorrect comment.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (cosmetics) Describe for which tests clipping is required.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (cosmetics) Remove wrong comments.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (cosmetics) Align comments consistently.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another set of definitions for G.729Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be theMichael Niedermayer2008-08-25
| | | | | | quickest way to find out if it is needed. Originally committed as revision 14970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing static in float_to_int16_altivec declarationLuca Barbato2008-08-25
| | | | Originally committed as revision 14967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Little-endian bitstream writerBartlomiej Wolowiec2008-08-25
| | | | Originally committed as revision 14965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fir_32bands_perfect[] contents were mixed, restore original orderAlexander E. Patrakov2008-08-25
| | | | | | | Patch by Alexander Patrakov ($lastname <whirlpool> gmail.com) Thread: dcadata.h: fir_32bands_perfect[] is wrong Originally committed as revision 14964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: add prefetch function using ARMv5 PLD instructionMåns Rullgård2008-08-25
| | | | Originally committed as revision 14962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEONMåns Rullgård2008-08-25
| | | | Originally committed as revision 14961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t.Justin Ruggles2008-08-25
| | | | Originally committed as revision 14958 to svn://svn.ffmpeg.org/ffmpeg/trunk