log

age author description
2009-09-11 banan Fix doxygen comment libavcodec
2009-09-11 faust3 reinit get_bits for every decode_packet call libavcodec
2009-09-11 benoit Make get_ur_golomb capable of reading 16 bit values. libavcodec
2009-09-11 benoit Fix a typo in the documentation. libavcodec
2009-09-11 mru ARM: NEON optimised MDCT libavcodec
2009-09-11 mru Prepare for optimised forward MDCT implementations libavcodec
2009-09-11 mru ARM: faster NEON IMDCT libavcodec
2009-09-10 banan Use reget_buffer instead of get_buffer. Fixes issue1367. libavcodec
2009-09-10 banan Add ATRAC1 codec ID. libavcodec
2009-09-10 banan Initial commit of the atrac1 decoder, not hooked up yet libavcodec
2009-09-10 banan Remove redundant code forgotten in the split libavcodec
2009-09-10 michael Check for thread_count==0. libavcodec
2009-09-10 reimar Simplify: reget_buffer behaves exactly like get_buffer if the buffer was libavcodec
2009-09-10 mru ARM: NEON optimised FFT and MDCT libavcodec
2009-09-10 mru DCA: move an aligned array from stack to context libavcodec
2009-09-09 michael Check thread count as multithreaded decoding is not supported. libavcodec
2009-09-08 banan Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. libavcodec
2009-09-08 diego Remove pointless debug statement that fails to compile. libavcodec
2009-09-08 reimar Try to clarify that anyone using get_bits must check for buffer overrun libavcodec
2009-09-06 cehoyos Cosmetics: Fix typo. libavcodec
2009-09-06 reimar Mark all pix_fmts and supported_framerates compound literals as const. libavcodec
2009-09-06 reimar Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec
2009-09-06 reimar ff_sine_windows table contains only constant data, too. libavcodec
2009-09-06 reimar The ff_cos_tabs table itself is constant, too, so mark it as such. libavcodec
2009-09-06 reimar The pointers in ff_sin_tabs themselves are constant, so mark them accordingly. libavcodec
2009-09-06 reimar ff_swb_offset_* tables should be const. libavcodec
2009-09-06 reimar compatible_frame array can be static const, too. libavcodec
2009-09-06 faust3 do not decode more than one audio frame in a decode packet call libavcodec
2009-09-06 faust3 avoid extra memcpy during scale factor decoding libavcodec
2009-09-06 ramiro Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label libavcodec
2009-09-05 ramiro Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). libavcodec
2009-09-05 reimar Use memcpy to copy till end of line in one go instead of copying pixel by pixel libavcodec
2009-09-05 reimar Slightly simplify detection of end of compressed data in xan_unpack libavcodec
2009-09-05 reimar Make vp3 arrays static const where possible. libavcodec
2009-09-05 reimar Remove useless ulti_decode_end function. libavcodec
2009-09-05 diego prettyprinting cosmetics libavcodec
2009-09-05 faust3 fix handling of packet loss when the output buffer is full libavcodec
2009-09-05 faust3 reindent libavcodec
2009-09-05 faust3 remove no longer needed debug output libavcodec
2009-09-05 faust3 reduce output buffer needs libavcodec
2009-09-05 faust3 store packet GetBitContext in the decoder context libavcodec
2009-09-04 diego Reduce pointless verbosity after seeks in the MP3 decoder. libavcodec
2009-09-04 jbr libspeex: Do not set AVCodecContext.frame_size in decoder init if there is no libavcodec
2009-09-02 diego cosmetics: indentation and other prettyprinting fixes libavcodec
2009-09-02 faust3 add missing wmapro decoder parts libavcodec
2009-08-30 diego Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name. libavcodec
2009-08-30 kostya Convert ZERO8x2 macro into inline function libavcodec
2009-08-30 reimar Remove unused variable. libavcodec
2009-08-30 kostya Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bit libavcodec
2009-08-30 kostya Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block libavcodec
2009-08-29 jbr Store the frame size in the LibSpeexContext in case the header does not exist. libavcodec
2009-08-29 mru One declaration of mm_flags is enough libavcodec
2009-08-29 mru Move declarations of some mmx functions to dsputil_mmx.h libavcodec
2009-08-29 mru Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16 libavcodec
2009-08-28 mru Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16 libavcodec
2009-08-28 jbr Use the output data type to determine the maximum number of samples that can be libavcodec
2009-08-28 jbr Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat libavcodec
2009-08-27 alexc Re-add search_for_ms to the coefficients encoders to silence warnings libavcodec
2009-08-27 vitor Formatting K&R fixes libavcodec
2009-08-27 vitor Mark "i" parameter of vector_clipf_sse() as early-clobber libavcodec
2009-08-27 vitor 100l, revision 19728 added a bug that broke twinvq decoding. I forgot to libavcodec
2009-08-27 vitor Mark parameter src of vector_clipf() as const libavcodec
2009-08-27 vitor SSE optimized vector_clipf(). 10% faster TwinVQ decoding. libavcodec
2009-08-27 lorenm indent libavcodec
2009-08-27 lorenm 1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2. libavcodec
2009-08-26 diego whitespace cosmetics libavcodec
2009-08-26 mru Remove useless alignment from MpegEncContext.intra_scantable libavcodec
2009-08-26 cehoyos Decoder for LPCM as used in Bluray discs. libavcodec
2009-08-26 cehoyos Fix comments after switching from CABAC to range coder in r3658. libavcodec
2009-08-26 faust3 add decode_coeffs() libavcodec
2009-08-26 faust3 merge 2-channel M/S stereo decoding code with the multichannel version libavcodec
2009-08-26 mru 4xm: provide 16-byte alignment where required libavcodec
2009-08-26 mru dsputil: declare some arrays 16-byte aligned libavcodec
2009-08-26 mru Remove some unnecessary alignment specifiers libavcodec
2009-08-26 cehoyos Always allocate a buffer of AVPALETTE_SIZE for palette in the libavcodec
2009-08-26 reimar 100l typo, xsub encoder printed end time hours where minutes should have been. libavcodec
2009-08-26 reimar 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2 libavcodec
2009-08-26 reimar Reindent. libavcodec
2009-08-26 reimar Remove now dead code. libavcodec
2009-08-26 reimar Apply r19642 also pgssubdec: libavcodec
2009-08-25 mru mdec: remove unused members from struct MDECContext libavcodec
2009-08-25 mru Remove explicit init to zero of static inv_zigzag_direct16 libavcodec
2009-08-25 diego whitespace cosmetics libavcodec
2009-08-25 cehoyos Add Bluray Subtitle Support libavcodec
2009-08-24 mru PPC: remove unnecessary alignment on local variables libavcodec
2009-08-24 vitor Cosmetics: add some whitespace around operators libavcodec
2009-08-24 diego Add necessary #include for config.h. libavcodec
2009-08-24 mru PPC: simplify loading some values into altivec registers libavcodec
2009-08-24 diego Add missing header to fix 'make checkheaders'. libavcodec
2009-08-23 mru Include required headers in {mips,ppc}/mathops.h libavcodec
2009-08-23 mru Skip headers requiring external libs not present in checkheaders libavcodec
2009-08-23 vitor TwinVQ decoder libavcodec
2009-08-22 lorenm bring back some randomness in fft-test. (regression in r18070) libavcodec
2009-08-21 faust3 Add some more wmapro decoder hunks libavcodec
2009-08-21 diego Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil. libavcodec
2009-08-21 reimar Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS. libavcodec
2009-08-21 diego Add missing #includes to pass 'make checkheaders'. libavcodec
2009-08-20 reimar Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle libavcodec
2009-08-19 mru Get rid of large stack array in rd8x8_c() libavcodec
2009-08-19 mru eval: replace variable-length array with av_malloc/free libavcodec
2009-08-19 mru flacdec: change variable-length array to fixed length libavcodec
2009-08-17 mru AVR32: optimised mathops.h libavcodec
2009-08-17 alexc Use the AOT enum instead of integer literals for setting and comparing audio libavcodec
2009-08-17 alexc Mark the AOT escape value as supported. libavcodec
2009-08-17 alexc Add USAC and SAOC AOTs to the AudioObjectType enum. libavcodec
2009-08-15 diego Fix bug caused by difference in stride and picture width. libavcodec
2009-08-15 diego cosmetics: indentation, prettyprinting, K&R coding style libavcodec
2009-08-15 diego Drop some more useless braces around if/for constructs. libavcodec
2009-08-15 diego Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. libavcodec
2009-08-15 superdump Add a function that can apply an order 2 rational transfer function in-place. libavcodec
2009-08-15 diego Remove useless braces around if/for/while expressions. libavcodec
2009-08-15 diego Simplify 'if' condition statements. libavcodec
2009-08-15 reimar Fix start_display_time/end_display_time to be relative to packet pts in xsub decoder. libavcodec
2009-08-15 reimar Reindent. libavcodec
2009-08-15 reimar Remove code that is now dead. libavcodec
2009-08-15 reimar Simplify initialization of AVSubtitle by using memset. libavcodec
2009-08-15 reimar Make sure AVSubtitle is initialized, memset it to 0. libavcodec
2009-08-15 reimar Fix cmd_pos bounds check to avoid the overflow case. libavcodec
2009-08-14 cehoyos Fix typo. libavcodec
2009-08-14 mru 10L: remove instruction left over from debugging libavcodec
2009-08-14 mru ARM: NEON optimised vorbis_inverse_coupling libavcodec
2009-08-12 superdump Add ff_celp_circ_addf() function to be used for sparse vector circular libavcodec
2009-08-12 reimar Fix a memleak with win32 threads: the handle returned by _beginthreadex libavcodec
2009-08-11 cehoyos Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native libavcodec
2009-08-11 lorenm fix a crash in SVQ1 with cmp!=sad libavcodec
2009-08-10 diego Remove pointless #ifdefs from conditionally used files. libavcodec
2009-08-10 mru eval: include libavutil/mathematics.h for NAN and M_PI libavcodec
2009-08-10 mru eval: include our headers after system headers libavcodec
2009-08-06 diego Remove commented-out cruft. libavcodec
2009-08-06 diego Make WMV2 encoder depend on H.263 encoder in configure. libavcodec
2009-08-06 diego Make MPEG-4 encoder depend on H.263 encoder in configure. libavcodec
2009-08-06 diego Make WMV1 encoder depend on H.263 encoder in configure. libavcodec
2009-08-05 diego Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER. libavcodec
2009-08-05 diego Make FLV encoder depend on H.263 encoder in configure. libavcodec
2009-08-05 diego Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER. libavcodec
2009-08-05 diego Make H.263+ (H263P) encoder depend on H.263 encoder in configure. libavcodec
2009-08-05 diego Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on the libavcodec
2009-08-05 diego Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or libavcodec
2009-08-05 diego Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure. libavcodec
2009-08-05 jbr cosmetics: move fixed_coeffs into the aligned arrays comment group libavcodec
2009-08-05 jbr cosmetics: reindent after last commit libavcodec
2009-08-05 jbr ac3dec: simplify zero-bit mantissa dithering by calculating it libavcodec
2009-08-05 jbr cosmetics: indentation and line wrap libavcodec
2009-08-05 jbr cosmetics after last commit libavcodec
2009-08-05 jbr Modify decode_band_structure() so that the actual band structure is only libavcodec
2009-08-05 jbr Use coupling band sizes instead of coupling band structure when libavcodec
2009-08-04 rbultje Parse frame size code, see "svq3.c: parse frame size" thread on ML. libavcodec
2009-08-04 darkshikari Update x264 asm code to latest to add support for 64-bit Windows. libavcodec
2009-08-03 diego Split RV10 encoder off into its own file. libavcodec
2009-08-03 diego Split RV20 encoder into its own file. libavcodec
2009-08-03 jbr cosmetics: add more detailed information to the documentation for libavcodec
2009-08-03 heydowns Cosmetic: Reindent after last commit libavcodec
2009-08-03 heydowns Revert r18344. Fixes at least issue 1218, 1221, and 1187), see master libavcodec
2009-08-03 superdump Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf() libavcodec
2009-08-03 diego Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. libavcodec
2009-08-03 superdump Expose QCELP's floating-point LSP-to-LPC function libavcodec
2009-08-03 superdump Make the LSP naming more consistent libavcodec
2009-08-03 jbr Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type. libavcodec
2009-08-02 diego Remove commented-out cruft. libavcodec
2009-08-02 diego Make XVMC mpegvideo decoder depend on mpegvideo decoder. libavcodec
2009-08-02 diego cosmetics: K&R coding style, prettyprinting libavcodec
2009-08-02 faust3 add approved hunks of the wmapro decoder libavcodec
2009-08-02 diego cosmetics: K&R coding style libavcodec
2009-08-02 diego cosmetics: K&R coding style libavcodec
2009-08-02 bcoudurier cosmetics, reindent libavcodec
2009-08-02 bcoudurier cosmetics, reindent libavcodec
2009-08-02 bcoudurier fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is set libavcodec
2009-07-30 diego Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. libavcodec
2009-07-30 diego Remove unused debug av_log() calls. libavcodec
2009-07-30 diego Remove unused variable intra_count. libavcodec
2009-07-29 diego Only enable WMV3 decoder when it has been turned on in the build system. libavcodec
2009-07-29 diego Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, libavcodec
2009-07-29 diego Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER, libavcodec
2009-07-29 diego Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only libavcodec
2009-07-28 diego Use dprintf() instead of '#ifdef DEBUG' and av_log(). libavcodec
2009-07-27 mru ARM: cleaner selection of ELF-spefic assembler directives libavcodec
2009-07-27 diego Remove disabled function get_num(). libavcodec
2009-07-27 diego Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE. libavcodec
2009-07-26 stefano Set subtitle type in DVD and XSUB subtitle decoders. libavcodec
2009-07-26 diego Remove unnecessary mpeg12data.o entries from OBJS- variables. libavcodec
2009-07-26 diego Remove duplicated mpeg12data.o entries. libavcodec
2009-07-26 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN libavcodec
2009-07-24 aurel fix various compilation dependencies libavcodec
2009-07-23 diego refactoring: properly separate AC-3 and E-AC-3 code libavcodec
2009-07-23 diego Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set. libavcodec
2009-07-22 mru Remove useless #include <unistd.h> from many files libavcodec
2009-07-22 diego cosmetics: Reorder some tables/lines to make future diffs smaller. libavcodec
2009-07-22 diego #include just the required stdint.h instead of libavutil/common.h. libavcodec
2009-07-22 diego cosmetics: small typo fixes libavcodec
2009-07-22 diego cosmetics: reindent/prettyprint after last commit libavcodec
2009-07-22 diego Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled. libavcodec
2009-07-22 diego Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. libavcodec
2009-07-22 diego Make Theora decoder depend on the VP3 decoder. libavcodec
2009-07-22 diego Add missing stdint.h #include to fix 'make checkheaders'. libavcodec
2009-07-22 alexc Revert unintended portion of last commit. (Setting the default coder to libavcodec
2009-07-22 alexc Be sure to increment our position in the coefficient array when skipping a zero libavcodec
2009-07-21 diego Make E-AC-3 decoder depend on the AC-3 decoder. libavcodec
2009-07-20 mru ARM: handle VFP register arguments in ff_vector_fmul_window_neon() libavcodec
2009-07-20 mru ARM: check for VFP register arguments libavcodec
2009-07-20 alexc Remove an unused field from the BandCodingPath struct. libavcodec
2009-07-20 alexc Actually use all the codebooks we are iterating over in the two-loop scalefactor search. libavcodec
2009-07-20 alexc Fix an integer overflow in the AAC encoder. libavcodec
2009-07-20 diego Make VP6A/VP6F decoders depend on the VP6 decoder. libavcodec
2009-07-19 diego Remove two more lines related to the WMV3 decoder. libavcodec
2009-07-19 diego Make WMV3 decoders depend on their VC-1 counterparts. libavcodec
2009-07-17 alexc Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup. libavcodec
2009-07-17 alexc Dead code removal in the AAC encoder. libavcodec
2009-07-17 cehoyos Icc 11.1 still does not align the stack pointer, disable some x264 functions. libavcodec
2009-07-16 alexc Add iirfilter to the TESTPROGS variable (and target) libavcodec
2009-07-16 alexc When calculating AAC quantized band cost, don't leave garbage in the bit count libavcodec
2009-07-16 alexc IIR filter test program. libavcodec
2009-07-16 diego cosmetics: Move some code blocks to reduce the number of #ifdefs. libavcodec
2009-07-14 stefano Set subtitle type in DVB subtitle decoder. libavcodec
2009-07-14 alexc Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. libavcodec
2009-07-13 conrad Fix "warning: assignment discards qualifiers from pointer target type" libavcodec
2009-07-13 conrad Fix memory leak in libtheora encoder libavcodec
2009-07-12 diego Make VAAPI/VDPAU variant of decoder foo depend on decoder foo. libavcodec
2009-07-10 alexc Cosmetics: reindent after last commit libavcodec
2009-07-10 alexc Ignore subsequent channel configurations after the first in an AAC file. The libavcodec
2009-07-10 alexc Mark iir filter init and free functions av_cold. libavcodec
2009-07-10 alexc Fix "iirfilter.c:55: warning: unused variable ‘size’" libavcodec
2009-07-10 alexc Eliminate use of complex.h from iirfilter.c libavcodec
2009-07-09 alexc Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. libavcodec
2009-07-09 mru Fix declarations of complex numbers libavcodec
2009-07-08 alexc Reindent after last commit libavcodec
2009-07-08 alexc Prevent AAC frame size overflows. libavcodec
2009-07-08 alexc Refactor windowing and early psy from bitstream writing parts of the AAC encoder. libavcodec
2009-07-08 alexc Turn on AAC rate control. libavcodec
2009-07-08 diego cosmetics: Remove unnecessary {} around if/for blocks; libavcodec
2009-07-08 diego cosmetics: prettyprinting, K&R style, break overly long lines libavcodec
2009-07-08 alexc Cosmetics: Pretty print the AAC encoder. libavcodec
2009-07-08 alexc Merge the AAC encoder from SoC svn. It is still considered experimental. libavcodec
2009-07-08 reimar Add extra validation checks to ff_vorbis_len2vlc. libavcodec
2009-07-08 reimar Make sure that values generated for ff_vorbis_len2vlc in libavcodec
2009-07-08 cehoyos Add PIX_FMT_ARGB encoding to qtrle. libavcodec
2009-07-07 diego whitespace cosmetics: Realign colums after last commit. libavcodec
2009-07-07 diego Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just libavcodec
2009-07-07 diego Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding. libavcodec
2009-07-06 reimar Change av_free to av_freep libavcodec
2009-07-06 reimar Reallocate internal buffer when coded frame size changes. libavcodec
2009-07-06 reimar Change iv_decode_frame to get AVCodecContext as argument, so that libavcodec
2009-07-06 reimar Remove useless ret variable added in last revision again. libavcodec
2009-07-06 reimar 100l, theora_decode_init must pass on errors from vp3_decode_init libavcodec
2009-07-06 reimar Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. libavcodec
2009-07-05 reimar Ensure that the filter limit values do not exceed the maximum allowed value of 127. libavcodec
2009-07-05 reimar Extend init_loop_filter to work for filter limit values up to 127 instead libavcodec
2009-07-05 reimar Add a check to vp6_parse_coeff_huffman to ensure it does not overread the input buffer. libavcodec
2009-07-05 aurel vp56dec: ensure range coder won't read past the end of input buffer libavcodec
2009-07-05 reimar Check that palctrl is available on init instead of crashing when trying to use libavcodec
2009-07-04 lorenm fix a buffer overrun on corrupt huffyuv streams libavcodec
2009-07-04 conrad ARM: NEON VP3 IDCT libavcodec
2009-07-04 reimar If the end of the input buffer is reached while decoding MJPEG and at least libavcodec
2009-07-04 reimar Make the MJPEG decoder return -1 when no image was decoded so that decode libavcodec
2009-07-04 reimar Add a got_picture flag to MJpegDecodeContext which indicates if its picture libavcodec
2009-07-04 reimar mjpegdec: check that the coded dc_index and ac_index have a valid associated VLC table. libavcodec
2009-07-04 astrange H.264: Check the return value of decode_vui_parameters() libavcodec