log

age author description
Wed, 23 Sep 2009 11:29:38 +0000 michael check data_size in decode_frame() libavcodec
Wed, 23 Sep 2009 10:45:14 +0000 michael Fix book_idx check. libavcodec
Wed, 23 Sep 2009 10:40:33 +0000 michael Sanity checks for magnitude and angle. libavcodec
Wed, 23 Sep 2009 10:33:49 +0000 michael = -> == typo. libavcodec
Wed, 23 Sep 2009 10:33:13 +0000 mru WMA: use DSPContext.butterflies_float libavcodec
Wed, 23 Sep 2009 10:07:29 +0000 cehoyos Cosmetics: Fix typo. libavcodec
Wed, 23 Sep 2009 09:58:44 +0000 michael Check num_units_in_tick/time_scale to be valid and within the range we support. libavcodec
Wed, 23 Sep 2009 09:03:26 +0000 darkshikari Add support for new x264 API. libavcodec
Wed, 23 Sep 2009 08:35:29 +0000 michael Check dimensions against 0 too. libavcodec
Wed, 23 Sep 2009 07:46:51 +0000 michael Check validity of channels & samplerate. libavcodec
Wed, 23 Sep 2009 05:38:12 +0000 melanson Another micro-optimization for unpack_vlcs(): Eliminate a possible libavcodec
Tue, 22 Sep 2009 22:44:56 +0000 michael Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome libavcodec
Tue, 22 Sep 2009 20:37:55 +0000 mru ARM: NEON optimised scalarproduct_float libavcodec
Tue, 22 Sep 2009 19:31:01 +0000 mru AAC: 10l: fix PNS decoding libavcodec
Tue, 22 Sep 2009 17:28:03 +0000 banan Hook up the MD studio demuxer and Atrac1 decoder. libavcodec
Tue, 22 Sep 2009 17:05:19 +0000 banan Mention SDDS so search engines will pick it up for when someone libavcodec
Tue, 22 Sep 2009 17:03:28 +0000 banan Use ff_sine_32 in atrac1. libavcodec
Tue, 22 Sep 2009 15:58:08 +0000 melanson Perform the DC prediction reversal immediately after decoding all of libavcodec
Tue, 22 Sep 2009 01:34:42 +0000 alexc AAC: Simplify some logic from r19956. (The escape codebook is unsigned.) libavcodec
Tue, 22 Sep 2009 00:48:48 +0000 mru ARM: NEON optimisations for some dsputil functions libavcodec
Tue, 22 Sep 2009 00:48:45 +0000 mru AAC: use new dsputil functions libavcodec
Tue, 22 Sep 2009 00:48:41 +0000 mru Add some dsputil functions useful for AAC decoder libavcodec
Mon, 21 Sep 2009 21:00:18 +0000 banan Add forgotten cleanup function in atrac1. libavcodec
Mon, 21 Sep 2009 20:53:29 +0000 banan Cosmetics, indentation. libavcodec
Mon, 21 Sep 2009 20:52:24 +0000 banan Cosmetics. Merge declaration and initialization. libavcodec
Mon, 21 Sep 2009 20:49:08 +0000 banan Move the scale factor and word length indexes to the stack. libavcodec
Mon, 21 Sep 2009 10:28:31 +0000 reimar Use a custom radix sort implementation instead of qsort in dnxhd encoder. libavcodec
Mon, 21 Sep 2009 04:32:51 +0000 alexc aacenc: Use preprocessor constants for trellis states and stages. libavcodec
Mon, 21 Sep 2009 04:15:12 +0000 alexc aacenc: Split paths in the scalefactor selection trellis into a 2-D array. libavcodec
Mon, 21 Sep 2009 03:53:39 +0000 alexc aacenc: Replace cbrt() with cbrtf() when the result is destined for float libavcodec
Mon, 21 Sep 2009 03:50:59 +0000 alexc aacenc: Multiple distortion by lambda after it's summed and not each individual libavcodec
Mon, 21 Sep 2009 03:42:54 +0000 alexc Cosmetics: Reindent after r19943. libavcodec
Mon, 21 Sep 2009 03:41:08 +0000 alexc aacenc: Don't make unnecessary compares to the escape value in tight loops. libavcodec
Mon, 21 Sep 2009 03:01:57 +0000 lorenm extend ff_inverse[], and fix its documentation libavcodec
Mon, 21 Sep 2009 02:56:12 +0000 mru ARM: merge two loops in ff_mdct_calc_neon libavcodec
Mon, 21 Sep 2009 02:56:09 +0000 mru ARM: interleave cos/sin tables for improved NEON MDCT libavcodec
Mon, 21 Sep 2009 02:56:06 +0000 mru Allow arch-specific mdct code to request interleaving of cos/sin tables libavcodec
Mon, 21 Sep 2009 01:40:08 +0000 mru ARM: remove broken IPP support libavcodec
Mon, 21 Sep 2009 01:37:50 +0000 melanson Modify unpack_vlcs() so that there are fewer dereferences through the libavcodec
Sun, 20 Sep 2009 18:29:48 +0000 diego Add parentheses to logical expression to avoid the warning: libavcodec
Sun, 20 Sep 2009 18:21:54 +0000 diego Remove unused variable, fixes the warning: libavcodec
Sun, 20 Sep 2009 17:30:20 +0000 mru Merge FFTContext and MDCTContext libavcodec
Sun, 20 Sep 2009 17:18:59 +0000 diego Fix embarassing typo in last commit: Restore mistakenly removed ','. libavcodec
Sun, 20 Sep 2009 17:16:12 +0000 diego K&R coding style whitespace cosmetics libavcodec
Sun, 20 Sep 2009 14:09:27 +0000 cehoyos Cosmetics: Reindent after r19927. libavcodec
Sun, 20 Sep 2009 14:08:44 +0000 cehoyos Allow encoding frames with more than 2800 lines. libavcodec
Sat, 19 Sep 2009 11:42:41 +0000 reimar Support uncompressed 16 bit sgi image format, as e.g. used by the files at libavcodec
Sat, 19 Sep 2009 11:36:51 +0000 reimar Simplify color_flags calculation, remove a pointless initialization libavcodec
Sat, 19 Sep 2009 11:35:55 +0000 reimar Make default_correlation array const since it is never modified. libavcodec
Sat, 19 Sep 2009 04:56:22 +0000 jbr Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction libavcodec
Sat, 19 Sep 2009 01:46:03 +0000 banan Align sample output buffer in atrac1. libavcodec
Sat, 19 Sep 2009 01:45:00 +0000 banan Fix the short block transform for atrac1. libavcodec
Fri, 18 Sep 2009 19:45:09 +0000 diego Reorder functions so that encoding functions are disabled by the preprocessor. libavcodec
Fri, 18 Sep 2009 19:41:23 +0000 diego Add missing stdint.h #include to fix 'make checkheaders'. libavcodec
Fri, 18 Sep 2009 19:03:05 +0000 bcoudurier fix uninitialized memory in dnxhd encoder libavcodec
Thu, 17 Sep 2009 18:52:11 +0000 banan Only use one mdct window size in atrac1. libavcodec
Thu, 17 Sep 2009 05:01:27 +0000 kostya Remove useless code causing crash in Targa decoder libavcodec
Wed, 16 Sep 2009 22:57:00 +0000 jbr add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXME libavcodec
Wed, 16 Sep 2009 19:20:48 +0000 mru ARM: do not use movw/movt for relocatable values with PIC libavcodec
Wed, 16 Sep 2009 16:18:18 +0000 kostya Monkey's Audio uses subframes too, declare that in its capabilities libavcodec
Wed, 16 Sep 2009 15:08:26 +0000 faust3 Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes libavcodec
Wed, 16 Sep 2009 11:29:47 +0000 pross perform sanity check on number of audio channels in avcodec_open() libavcodec
Wed, 16 Sep 2009 07:50:09 +0000 gb Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field. libavcodec
Wed, 16 Sep 2009 07:49:08 +0000 gb Move down HWAccel code path so that to fill in s->mb_x first. libavcodec
Tue, 15 Sep 2009 23:14:55 +0000 mru 10l: fix ff_fft_init_arm() prototype libavcodec
Tue, 15 Sep 2009 21:14:14 +0000 mru Move per-arch fft init bits into the corresponding subdirs libavcodec
Tue, 15 Sep 2009 16:18:16 +0000 vitor Add two more sizes to ff_sine_windows[] and also pad it with NULLs so libavcodec
Tue, 15 Sep 2009 15:06:04 +0000 jai_menon Fix max_coded_frame_size computation to account for byte alignment. libavcodec
Mon, 14 Sep 2009 21:37:41 +0000 mru ARM: 10l: fix large FFTs libavcodec
Sun, 13 Sep 2009 19:17:02 +0000 banan Do not release the AVFrame when using reget_buffer in flashsv. libavcodec
Sun, 13 Sep 2009 18:05:14 +0000 banan Cosmetics. Renames, indentation and spacing. libavcodec
Sat, 12 Sep 2009 20:10:02 +0000 ramiro Remove ; after while(0) in macros. libavcodec
Sat, 12 Sep 2009 17:59:19 +0000 ramiro eval: Check for return value of memory allocations. libavcodec
Fri, 11 Sep 2009 19:39:40 +0000 banan Remove table that was forgotten in the split. libavcodec
Fri, 11 Sep 2009 19:38:26 +0000 banan Fix doxygen comment libavcodec
Fri, 11 Sep 2009 15:59:27 +0000 faust3 reinit get_bits for every decode_packet call libavcodec
Fri, 11 Sep 2009 06:25:36 +0000 benoit Make get_ur_golomb capable of reading 16 bit values. libavcodec
Fri, 11 Sep 2009 06:20:05 +0000 benoit Fix a typo in the documentation. libavcodec
Fri, 11 Sep 2009 02:24:22 +0000 mru ARM: NEON optimised MDCT libavcodec
Fri, 11 Sep 2009 02:24:19 +0000 mru Prepare for optimised forward MDCT implementations libavcodec
Fri, 11 Sep 2009 02:01:18 +0000 mru ARM: faster NEON IMDCT libavcodec
Thu, 10 Sep 2009 19:01:53 +0000 banan Use reget_buffer instead of get_buffer. Fixes issue1367. libavcodec
Thu, 10 Sep 2009 18:49:25 +0000 banan Add ATRAC1 codec ID. libavcodec
Thu, 10 Sep 2009 18:47:02 +0000 banan Initial commit of the atrac1 decoder, not hooked up yet libavcodec
Thu, 10 Sep 2009 18:39:57 +0000 banan Remove redundant code forgotten in the split libavcodec
Thu, 10 Sep 2009 14:12:05 +0000 michael Check for thread_count==0. libavcodec
Thu, 10 Sep 2009 12:23:45 +0000 reimar Simplify: reget_buffer behaves exactly like get_buffer if the buffer was libavcodec
Thu, 10 Sep 2009 08:50:03 +0000 mru ARM: NEON optimised FFT and MDCT libavcodec
Thu, 10 Sep 2009 08:49:59 +0000 mru DCA: move an aligned array from stack to context libavcodec
Wed, 09 Sep 2009 21:44:48 +0000 michael Check thread count as multithreaded decoding is not supported. libavcodec
Tue, 08 Sep 2009 19:25:54 +0000 banan Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. libavcodec
Tue, 08 Sep 2009 09:11:56 +0000 diego Remove pointless debug statement that fails to compile. libavcodec
Tue, 08 Sep 2009 08:30:56 +0000 reimar Try to clarify that anyone using get_bits must check for buffer overrun libavcodec
Sun, 06 Sep 2009 18:24:25 +0000 cehoyos Cosmetics: Fix typo. libavcodec
Sun, 06 Sep 2009 16:09:21 +0000 reimar Mark all pix_fmts and supported_framerates compound literals as const. libavcodec
Sun, 06 Sep 2009 09:15:07 +0000 reimar Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodec
Sun, 06 Sep 2009 08:56:10 +0000 reimar ff_sine_windows table contains only constant data, too. libavcodec
Sun, 06 Sep 2009 08:53:14 +0000 reimar The ff_cos_tabs table itself is constant, too, so mark it as such. libavcodec
Sun, 06 Sep 2009 08:50:20 +0000 reimar The pointers in ff_sin_tabs themselves are constant, so mark them accordingly. libavcodec
Sun, 06 Sep 2009 08:48:45 +0000 reimar ff_swb_offset_* tables should be const. libavcodec
Sun, 06 Sep 2009 08:27:23 +0000 reimar compatible_frame array can be static const, too. libavcodec
Sun, 06 Sep 2009 08:16:26 +0000 faust3 do not decode more than one audio frame in a decode packet call libavcodec
Sun, 06 Sep 2009 06:56:25 +0000 faust3 avoid extra memcpy during scale factor decoding libavcodec
Sun, 06 Sep 2009 00:08:19 +0000 ramiro Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label libavcodec
Sat, 05 Sep 2009 23:33:25 +0000 ramiro Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). libavcodec
Sat, 05 Sep 2009 19:35:59 +0000 reimar Use memcpy to copy till end of line in one go instead of copying pixel by pixel libavcodec
Sat, 05 Sep 2009 19:14:44 +0000 reimar Slightly simplify detection of end of compressed data in xan_unpack libavcodec
Sat, 05 Sep 2009 17:28:20 +0000 reimar Make vp3 arrays static const where possible. libavcodec
Sat, 05 Sep 2009 16:41:20 +0000 reimar Remove useless ulti_decode_end function. libavcodec
Sat, 05 Sep 2009 11:22:36 +0000 diego prettyprinting cosmetics libavcodec
Sat, 05 Sep 2009 10:59:09 +0000 faust3 fix handling of packet loss when the output buffer is full libavcodec
Sat, 05 Sep 2009 10:18:23 +0000 faust3 reindent libavcodec
Sat, 05 Sep 2009 10:11:04 +0000 faust3 remove no longer needed debug output libavcodec
Sat, 05 Sep 2009 10:07:55 +0000 faust3 reduce output buffer needs libavcodec
Sat, 05 Sep 2009 09:56:06 +0000 faust3 store packet GetBitContext in the decoder context libavcodec
Fri, 04 Sep 2009 19:04:12 +0000 diego Reduce pointless verbosity after seeks in the MP3 decoder. libavcodec
Fri, 04 Sep 2009 00:57:20 +0000 jbr libspeex: Do not set AVCodecContext.frame_size in decoder init if there is no libavcodec
Wed, 02 Sep 2009 18:03:13 +0000 diego cosmetics: indentation and other prettyprinting fixes libavcodec
Wed, 02 Sep 2009 16:41:49 +0000 faust3 add missing wmapro decoder parts libavcodec
Sun, 30 Aug 2009 21:19:37 +0000 diego Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name. libavcodec
Sun, 30 Aug 2009 10:54:16 +0000 kostya Convert ZERO8x2 macro into inline function libavcodec
Sun, 30 Aug 2009 08:29:11 +0000 reimar Remove unused variable. libavcodec
Sun, 30 Aug 2009 06:30:53 +0000 kostya Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bit libavcodec
Sun, 30 Aug 2009 06:16:33 +0000 kostya Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block libavcodec
Sat, 29 Aug 2009 21:04:18 +0000 jbr Store the frame size in the LibSpeexContext in case the header does not exist. libavcodec
Sat, 29 Aug 2009 16:55:55 +0000 mru One declaration of mm_flags is enough libavcodec
Sat, 29 Aug 2009 16:55:50 +0000 mru Move declarations of some mmx functions to dsputil_mmx.h libavcodec
Sat, 29 Aug 2009 16:55:46 +0000 mru Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16 libavcodec
Fri, 28 Aug 2009 23:39:02 +0000 mru Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16 libavcodec
Fri, 28 Aug 2009 00:57:00 +0000 jbr Use the output data type to determine the maximum number of samples that can be libavcodec
Fri, 28 Aug 2009 00:44:54 +0000 jbr Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat libavcodec
Thu, 27 Aug 2009 17:46:13 +0000 alexc Re-add search_for_ms to the coefficients encoders to silence warnings libavcodec
Thu, 27 Aug 2009 16:38:57 +0000 vitor Formatting K&R fixes libavcodec
Thu, 27 Aug 2009 15:52:44 +0000 vitor Mark "i" parameter of vector_clipf_sse() as early-clobber libavcodec
Thu, 27 Aug 2009 15:49:05 +0000 vitor 100l, revision 19728 added a bug that broke twinvq decoding. I forgot to libavcodec
Thu, 27 Aug 2009 15:38:59 +0000 vitor Mark parameter src of vector_clipf() as const libavcodec
Thu, 27 Aug 2009 14:49:36 +0000 vitor SSE optimized vector_clipf(). 10% faster TwinVQ decoding. libavcodec
Thu, 27 Aug 2009 13:41:29 +0000 lorenm indent libavcodec
Thu, 27 Aug 2009 13:41:11 +0000 lorenm 1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2. libavcodec
Wed, 26 Aug 2009 23:12:41 +0000 diego whitespace cosmetics libavcodec
Wed, 26 Aug 2009 23:07:07 +0000 mru Remove useless alignment from MpegEncContext.intra_scantable libavcodec
Wed, 26 Aug 2009 22:10:35 +0000 cehoyos Decoder for LPCM as used in Bluray discs. libavcodec
Wed, 26 Aug 2009 21:25:43 +0000 cehoyos Fix comments after switching from CABAC to range coder in r3658. libavcodec
Wed, 26 Aug 2009 21:23:21 +0000 faust3 add decode_coeffs() libavcodec
Wed, 26 Aug 2009 21:18:54 +0000 faust3 merge 2-channel M/S stereo decoding code with the multichannel version libavcodec
Wed, 26 Aug 2009 15:22:15 +0000 mru 4xm: provide 16-byte alignment where required libavcodec
Wed, 26 Aug 2009 13:17:06 +0000 mru dsputil: declare some arrays 16-byte aligned libavcodec
Wed, 26 Aug 2009 12:12:40 +0000 mru Remove some unnecessary alignment specifiers libavcodec
Wed, 26 Aug 2009 11:31:37 +0000 cehoyos Always allocate a buffer of AVPALETTE_SIZE for palette in the libavcodec
Wed, 26 Aug 2009 10:08:00 +0000 reimar 100l typo, xsub encoder printed end time hours where minutes should have been. libavcodec
Wed, 26 Aug 2009 09:10:51 +0000 reimar 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2 libavcodec
Wed, 26 Aug 2009 01:29:10 +0000 reimar Reindent. libavcodec
Wed, 26 Aug 2009 01:28:41 +0000 reimar Remove now dead code. libavcodec
Wed, 26 Aug 2009 01:27:58 +0000 reimar Apply r19642 also pgssubdec: libavcodec
Tue, 25 Aug 2009 23:28:33 +0000 mru mdec: remove unused members from struct MDECContext libavcodec
Tue, 25 Aug 2009 23:28:30 +0000 mru Remove explicit init to zero of static inv_zigzag_direct16 libavcodec
Tue, 25 Aug 2009 20:02:30 +0000 diego whitespace cosmetics libavcodec
Tue, 25 Aug 2009 08:47:39 +0000 cehoyos Add Bluray Subtitle Support libavcodec
Mon, 24 Aug 2009 21:42:22 +0000 mru PPC: remove unnecessary alignment on local variables libavcodec
Mon, 24 Aug 2009 17:35:47 +0000 vitor Cosmetics: add some whitespace around operators libavcodec
Mon, 24 Aug 2009 10:59:14 +0000 diego Add necessary #include for config.h. libavcodec
Mon, 24 Aug 2009 10:36:13 +0000 mru PPC: simplify loading some values into altivec registers libavcodec
Mon, 24 Aug 2009 10:06:26 +0000 diego Add missing header to fix 'make checkheaders'. libavcodec
Sun, 23 Aug 2009 11:02:41 +0000 mru Include required headers in {mips,ppc}/mathops.h libavcodec
Sun, 23 Aug 2009 11:02:37 +0000 mru Skip headers requiring external libs not present in checkheaders libavcodec
Sun, 23 Aug 2009 01:55:54 +0000 vitor TwinVQ decoder libavcodec
Sat, 22 Aug 2009 15:56:06 +0000 lorenm bring back some randomness in fft-test. (regression in r18070) libavcodec
Fri, 21 Aug 2009 16:54:42 +0000 faust3 Add some more wmapro decoder hunks libavcodec
Fri, 21 Aug 2009 10:10:42 +0000 diego Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil. libavcodec
Fri, 21 Aug 2009 09:54:28 +0000 reimar Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS. libavcodec
Fri, 21 Aug 2009 08:46:49 +0000 diego Add missing #includes to pass 'make checkheaders'. libavcodec
Thu, 20 Aug 2009 18:54:50 +0000 reimar Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle libavcodec
Wed, 19 Aug 2009 21:59:44 +0000 mru Get rid of large stack array in rd8x8_c() libavcodec
Wed, 19 Aug 2009 21:59:40 +0000 mru eval: replace variable-length array with av_malloc/free libavcodec
Wed, 19 Aug 2009 21:59:36 +0000 mru flacdec: change variable-length array to fixed length libavcodec
Mon, 17 Aug 2009 02:23:53 +0000 mru AVR32: optimised mathops.h libavcodec
Mon, 17 Aug 2009 00:17:58 +0000 alexc Use the AOT enum instead of integer literals for setting and comparing audio libavcodec
Mon, 17 Aug 2009 00:15:02 +0000 alexc Mark the AOT escape value as supported. libavcodec
Mon, 17 Aug 2009 00:14:10 +0000 alexc Add USAC and SAOC AOTs to the AudioObjectType enum. libavcodec
Sat, 15 Aug 2009 11:59:53 +0000 diego Fix bug caused by difference in stride and picture width. libavcodec
Sat, 15 Aug 2009 11:42:15 +0000 diego cosmetics: indentation, prettyprinting, K&R coding style libavcodec
Sat, 15 Aug 2009 11:32:11 +0000 diego Drop some more useless braces around if/for constructs. libavcodec
Sat, 15 Aug 2009 11:31:42 +0000 diego Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. libavcodec
Sat, 15 Aug 2009 11:22:55 +0000 superdump Add a function that can apply an order 2 rational transfer function in-place. libavcodec
Sat, 15 Aug 2009 11:12:47 +0000 diego Remove useless braces around if/for/while expressions. libavcodec
Sat, 15 Aug 2009 11:02:50 +0000 diego Simplify 'if' condition statements. libavcodec
Sat, 15 Aug 2009 09:12:58 +0000 reimar Fix start_display_time/end_display_time to be relative to packet pts in xsub decoder. libavcodec
Sat, 15 Aug 2009 00:58:26 +0000 reimar Reindent. libavcodec
Sat, 15 Aug 2009 00:57:24 +0000 reimar Remove code that is now dead. libavcodec
Sat, 15 Aug 2009 00:52:41 +0000 reimar Simplify initialization of AVSubtitle by using memset. libavcodec
Sat, 15 Aug 2009 00:46:33 +0000 reimar Make sure AVSubtitle is initialized, memset it to 0. libavcodec
Sat, 15 Aug 2009 00:02:42 +0000 reimar Fix cmd_pos bounds check to avoid the overflow case. libavcodec
Fri, 14 Aug 2009 16:41:21 +0000 cehoyos Fix typo. libavcodec
Fri, 14 Aug 2009 01:05:48 +0000 mru 10L: remove instruction left over from debugging libavcodec
Fri, 14 Aug 2009 01:02:06 +0000 mru ARM: NEON optimised vorbis_inverse_coupling libavcodec
Wed, 12 Aug 2009 19:54:28 +0000 superdump Add ff_celp_circ_addf() function to be used for sparse vector circular libavcodec
Wed, 12 Aug 2009 13:25:37 +0000 reimar Fix a memleak with win32 threads: the handle returned by _beginthreadex libavcodec
Tue, 11 Aug 2009 16:18:55 +0000 cehoyos Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native libavcodec
Tue, 11 Aug 2009 07:04:33 +0000 lorenm fix a crash in SVQ1 with cmp!=sad libavcodec
Mon, 10 Aug 2009 12:34:36 +0000 diego Remove pointless #ifdefs from conditionally used files. libavcodec
Mon, 10 Aug 2009 01:27:33 +0000 mru eval: include libavutil/mathematics.h for NAN and M_PI libavcodec
Mon, 10 Aug 2009 01:27:30 +0000 mru eval: include our headers after system headers libavcodec
Thu, 06 Aug 2009 15:48:19 +0000 diego Remove commented-out cruft. libavcodec
Thu, 06 Aug 2009 15:04:59 +0000 diego Make WMV2 encoder depend on H.263 encoder in configure. libavcodec
Thu, 06 Aug 2009 13:04:48 +0000 diego Make MPEG-4 encoder depend on H.263 encoder in configure. libavcodec
Thu, 06 Aug 2009 12:56:25 +0000 diego Make WMV1 encoder depend on H.263 encoder in configure. libavcodec
Wed, 05 Aug 2009 15:27:22 +0000 diego Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER. libavcodec
Wed, 05 Aug 2009 15:26:54 +0000 diego Make FLV encoder depend on H.263 encoder in configure. libavcodec
Wed, 05 Aug 2009 15:22:16 +0000 diego Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER. libavcodec
Wed, 05 Aug 2009 15:21:36 +0000 diego Make H.263+ (H263P) encoder depend on H.263 encoder in configure. libavcodec
Wed, 05 Aug 2009 13:02:04 +0000 diego Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on the libavcodec
Wed, 05 Aug 2009 10:46:43 +0000 diego Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or libavcodec
Wed, 05 Aug 2009 10:44:12 +0000 diego Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure. libavcodec
Wed, 05 Aug 2009 02:37:49 +0000 jbr cosmetics: move fixed_coeffs into the aligned arrays comment group libavcodec
Wed, 05 Aug 2009 02:31:13 +0000 jbr cosmetics: reindent after last commit libavcodec
Wed, 05 Aug 2009 02:30:34 +0000 jbr ac3dec: simplify zero-bit mantissa dithering by calculating it libavcodec
Wed, 05 Aug 2009 01:58:28 +0000 jbr cosmetics: indentation and line wrap libavcodec
Wed, 05 Aug 2009 01:14:28 +0000 jbr cosmetics after last commit libavcodec
Wed, 05 Aug 2009 01:13:42 +0000 jbr Modify decode_band_structure() so that the actual band structure is only libavcodec
Wed, 05 Aug 2009 01:00:41 +0000 jbr Use coupling band sizes instead of coupling band structure when libavcodec
Tue, 04 Aug 2009 21:55:47 +0000 rbultje Parse frame size code, see "svq3.c: parse frame size" thread on ML. libavcodec
Tue, 04 Aug 2009 07:42:55 +0000 darkshikari Update x264 asm code to latest to add support for 64-bit Windows. libavcodec
Mon, 03 Aug 2009 23:22:46 +0000 diego Split RV10 encoder off into its own file. libavcodec
Mon, 03 Aug 2009 23:07:08 +0000 diego Split RV20 encoder into its own file. libavcodec
Mon, 03 Aug 2009 22:05:31 +0000 jbr cosmetics: add more detailed information to the documentation for libavcodec
Mon, 03 Aug 2009 17:55:02 +0000 heydowns Cosmetic: Reindent after last commit libavcodec
Mon, 03 Aug 2009 17:54:11 +0000 heydowns Revert r18344. Fixes at least issue 1218, 1221, and 1187), see master libavcodec
Mon, 03 Aug 2009 17:15:01 +0000 superdump Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf() libavcodec
Mon, 03 Aug 2009 15:23:53 +0000 diego Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. libavcodec
Mon, 03 Aug 2009 08:37:02 +0000 superdump Expose QCELP's floating-point LSP-to-LPC function libavcodec
Mon, 03 Aug 2009 08:31:20 +0000 superdump Make the LSP naming more consistent libavcodec
Mon, 03 Aug 2009 02:09:23 +0000 jbr Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type. libavcodec
Sun, 02 Aug 2009 15:10:03 +0000 diego Remove commented-out cruft. libavcodec
Sun, 02 Aug 2009 14:47:26 +0000 diego Make XVMC mpegvideo decoder depend on mpegvideo decoder. libavcodec
Sun, 02 Aug 2009 13:35:42 +0000 diego cosmetics: K&R coding style, prettyprinting libavcodec
Sun, 02 Aug 2009 12:57:07 +0000 faust3 add approved hunks of the wmapro decoder libavcodec
Sun, 02 Aug 2009 10:50:59 +0000 diego cosmetics: K&R coding style libavcodec
Sun, 02 Aug 2009 10:34:30 +0000 diego cosmetics: K&R coding style libavcodec
Sun, 02 Aug 2009 08:47:02 +0000 bcoudurier cosmetics, reindent libavcodec
Sun, 02 Aug 2009 08:46:43 +0000 bcoudurier cosmetics, reindent libavcodec