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
|
Sun, 02 Aug 2009 08:46:11 +0000 |
bcoudurier |
fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is set
libavcodec
|
Thu, 30 Jul 2009 21:00:08 +0000 |
diego |
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
libavcodec
|
Thu, 30 Jul 2009 20:57:41 +0000 |
diego |
Remove unused debug av_log() calls.
libavcodec
|
Thu, 30 Jul 2009 07:33:16 +0000 |
diego |
Remove unused variable intra_count.
libavcodec
|
Wed, 29 Jul 2009 11:31:52 +0000 |
diego |
Only enable WMV3 decoder when it has been turned on in the build system.
libavcodec
|
Wed, 29 Jul 2009 09:54:49 +0000 |
diego |
Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,
libavcodec
|
Wed, 29 Jul 2009 09:54:00 +0000 |
diego |
Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER,
libavcodec
|
Wed, 29 Jul 2009 09:51:51 +0000 |
diego |
Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only
libavcodec
|
Tue, 28 Jul 2009 12:50:32 +0000 |
diego |
Use dprintf() instead of '#ifdef DEBUG' and av_log().
libavcodec
|
Mon, 27 Jul 2009 22:55:55 +0000 |
mru |
ARM: cleaner selection of ELF-spefic assembler directives
libavcodec
|
Mon, 27 Jul 2009 16:10:38 +0000 |
diego |
Remove disabled function get_num().
libavcodec
|
Mon, 27 Jul 2009 12:53:44 +0000 |
diego |
Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE.
libavcodec
|
Sun, 26 Jul 2009 23:08:04 +0000 |
stefano |
Set subtitle type in DVD and XSUB subtitle decoders.
libavcodec
|
Sun, 26 Jul 2009 21:22:57 +0000 |
diego |
Remove unnecessary mpeg12data.o entries from OBJS- variables.
libavcodec
|
Sun, 26 Jul 2009 21:04:12 +0000 |
diego |
Remove duplicated mpeg12data.o entries.
libavcodec
|
Sun, 26 Jul 2009 12:20:04 +0000 |
mru |
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
libavcodec
|
Fri, 24 Jul 2009 21:28:44 +0000 |
aurel |
fix various compilation dependencies
libavcodec
|
Thu, 23 Jul 2009 02:33:25 +0000 |
diego |
refactoring: properly separate AC-3 and E-AC-3 code
libavcodec
|
Thu, 23 Jul 2009 00:15:23 +0000 |
diego |
Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.
libavcodec
|
Wed, 22 Jul 2009 23:37:53 +0000 |
mru |
Remove useless #include <unistd.h> from many files
libavcodec
|
Wed, 22 Jul 2009 23:33:58 +0000 |
diego |
cosmetics: Reorder some tables/lines to make future diffs smaller.
libavcodec
|
Wed, 22 Jul 2009 22:57:17 +0000 |
diego |
#include just the required stdint.h instead of libavutil/common.h.
libavcodec
|
Wed, 22 Jul 2009 22:43:43 +0000 |
diego |
cosmetics: small typo fixes
libavcodec
|
Wed, 22 Jul 2009 22:38:26 +0000 |
diego |
cosmetics: reindent/prettyprint after last commit
libavcodec
|
Wed, 22 Jul 2009 22:33:33 +0000 |
diego |
Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.
libavcodec
|
Wed, 22 Jul 2009 22:27:10 +0000 |
diego |
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.
libavcodec
|
Wed, 22 Jul 2009 21:36:50 +0000 |
diego |
Make Theora decoder depend on the VP3 decoder.
libavcodec
|
Wed, 22 Jul 2009 15:11:00 +0000 |
diego |
Add missing stdint.h #include to fix 'make checkheaders'.
libavcodec
|
Wed, 22 Jul 2009 03:56:08 +0000 |
alexc |
Revert unintended portion of last commit. (Setting the default coder to
libavcodec
|
Wed, 22 Jul 2009 03:53:30 +0000 |
alexc |
Be sure to increment our position in the coefficient array when skipping a zero
libavcodec
|
Tue, 21 Jul 2009 09:03:45 +0000 |
diego |
Make E-AC-3 decoder depend on the AC-3 decoder.
libavcodec
|
Mon, 20 Jul 2009 22:30:27 +0000 |
mru |
ARM: handle VFP register arguments in ff_vector_fmul_window_neon()
libavcodec
|
Mon, 20 Jul 2009 22:30:24 +0000 |
mru |
ARM: check for VFP register arguments
libavcodec
|
Mon, 20 Jul 2009 21:52:03 +0000 |
alexc |
Remove an unused field from the BandCodingPath struct.
libavcodec
|
Mon, 20 Jul 2009 20:32:27 +0000 |
alexc |
Actually use all the codebooks we are iterating over in the two-loop scalefactor search.
libavcodec
|
Mon, 20 Jul 2009 18:27:17 +0000 |
alexc |
Fix an integer overflow in the AAC encoder.
libavcodec
|
Mon, 20 Jul 2009 09:24:59 +0000 |
diego |
Make VP6A/VP6F decoders depend on the VP6 decoder.
libavcodec
|
Sun, 19 Jul 2009 11:14:43 +0000 |
diego |
Remove two more lines related to the WMV3 decoder.
libavcodec
|
Sun, 19 Jul 2009 11:07:10 +0000 |
diego |
Make WMV3 decoders depend on their VC-1 counterparts.
libavcodec
|
Fri, 17 Jul 2009 14:21:49 +0000 |
alexc |
Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.
libavcodec
|
Fri, 17 Jul 2009 14:06:53 +0000 |
alexc |
Dead code removal in the AAC encoder.
libavcodec
|
Fri, 17 Jul 2009 09:07:38 +0000 |
cehoyos |
Icc 11.1 still does not align the stack pointer, disable some x264 functions.
libavcodec
|
Thu, 16 Jul 2009 22:39:50 +0000 |
alexc |
Add iirfilter to the TESTPROGS variable (and target)
libavcodec
|
Thu, 16 Jul 2009 22:20:17 +0000 |
alexc |
When calculating AAC quantized band cost, don't leave garbage in the bit count
libavcodec
|
Thu, 16 Jul 2009 22:17:20 +0000 |
alexc |
IIR filter test program.
libavcodec
|
Thu, 16 Jul 2009 21:37:58 +0000 |
diego |
cosmetics: Move some code blocks to reduce the number of #ifdefs.
libavcodec
|
Tue, 14 Jul 2009 23:12:43 +0000 |
stefano |
Set subtitle type in DVB subtitle decoder.
libavcodec
|
Tue, 14 Jul 2009 05:22:23 +0000 |
alexc |
Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess.
libavcodec
|
Mon, 13 Jul 2009 01:59:48 +0000 |
conrad |
Fix "warning: assignment discards qualifiers from pointer target type"
libavcodec
|
Mon, 13 Jul 2009 01:59:45 +0000 |
conrad |
Fix memory leak in libtheora encoder
libavcodec
|
Sun, 12 Jul 2009 13:22:01 +0000 |
diego |
Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.
libavcodec
|
Fri, 10 Jul 2009 21:54:06 +0000 |
alexc |
Cosmetics: reindent after last commit
libavcodec
|
Fri, 10 Jul 2009 21:53:04 +0000 |
alexc |
Ignore subsequent channel configurations after the first in an AAC file. The
libavcodec
|
Fri, 10 Jul 2009 20:55:15 +0000 |
alexc |
Mark iir filter init and free functions av_cold.
libavcodec
|
Fri, 10 Jul 2009 20:51:22 +0000 |
alexc |
Fix "iirfilter.c:55: warning: unused variable ¡Æsize¡Ç"
libavcodec
|
Fri, 10 Jul 2009 20:45:13 +0000 |
alexc |
Eliminate use of complex.h from iirfilter.c
libavcodec
|
Thu, 09 Jul 2009 17:22:59 +0000 |
alexc |
Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.
libavcodec
|
Thu, 09 Jul 2009 10:16:00 +0000 |
mru |
Fix declarations of complex numbers
libavcodec
|
Wed, 08 Jul 2009 23:14:47 +0000 |
alexc |
Reindent after last commit
libavcodec
|
Wed, 08 Jul 2009 23:12:53 +0000 |
alexc |
Prevent AAC frame size overflows.
libavcodec
|
Wed, 08 Jul 2009 23:10:13 +0000 |
alexc |
Refactor windowing and early psy from bitstream writing parts of the AAC encoder.
libavcodec
|
Wed, 08 Jul 2009 23:04:22 +0000 |
alexc |
Turn on AAC rate control.
libavcodec
|
Wed, 08 Jul 2009 21:36:33 +0000 |
diego |
cosmetics: Remove unnecessary {} around if/for blocks;
libavcodec
|
Wed, 08 Jul 2009 21:16:06 +0000 |
diego |
cosmetics: prettyprinting, K&R style, break overly long lines
libavcodec
|
Wed, 08 Jul 2009 20:36:45 +0000 |
alexc |
Cosmetics: Pretty print the AAC encoder.
libavcodec
|
Wed, 08 Jul 2009 20:01:31 +0000 |
alexc |
Merge the AAC encoder from SoC svn. It is still considered experimental.
libavcodec
|
Wed, 08 Jul 2009 19:39:23 +0000 |
reimar |
Add extra validation checks to ff_vorbis_len2vlc.
libavcodec
|
Wed, 08 Jul 2009 19:31:04 +0000 |
reimar |
Make sure that values generated for ff_vorbis_len2vlc in
libavcodec
|
Wed, 08 Jul 2009 14:58:16 +0000 |
cehoyos |
Add PIX_FMT_ARGB encoding to qtrle.
libavcodec
|
Tue, 07 Jul 2009 09:33:53 +0000 |
diego |
whitespace cosmetics: Realign colums after last commit.
libavcodec
|
Tue, 07 Jul 2009 09:33:08 +0000 |
diego |
Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just
libavcodec
|
Tue, 07 Jul 2009 00:28:16 +0000 |
diego |
Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.
libavcodec
|
Mon, 06 Jul 2009 16:49:36 +0000 |
reimar |
Change av_free to av_freep
libavcodec
|
Mon, 06 Jul 2009 16:48:23 +0000 |
reimar |
Reallocate internal buffer when coded frame size changes.
libavcodec
|
Mon, 06 Jul 2009 16:45:12 +0000 |
reimar |
Change iv_decode_frame to get AVCodecContext as argument, so that
libavcodec
|
Mon, 06 Jul 2009 10:28:58 +0000 |
reimar |
Remove useless ret variable added in last revision again.
libavcodec
|
Mon, 06 Jul 2009 09:35:00 +0000 |
reimar |
100l, theora_decode_init must pass on errors from vp3_decode_init
libavcodec
|
Mon, 06 Jul 2009 09:22:39 +0000 |
reimar |
Make decode_init fail if the huffman tables are invalid and thus init_vlc fails.
libavcodec
|
Sun, 05 Jul 2009 18:27:39 +0000 |
reimar |
Ensure that the filter limit values do not exceed the maximum allowed value of 127.
libavcodec
|
Sun, 05 Jul 2009 18:25:58 +0000 |
reimar |
Extend init_loop_filter to work for filter limit values up to 127 instead
libavcodec
|
Sun, 05 Jul 2009 16:01:51 +0000 |
reimar |
Add a check to vp6_parse_coeff_huffman to ensure it does not overread the input buffer.
libavcodec
|
Sun, 05 Jul 2009 15:23:42 +0000 |
aurel |
vp56dec: ensure range coder won't read past the end of input buffer
libavcodec
|
Sun, 05 Jul 2009 12:14:05 +0000 |
reimar |
Check that palctrl is available on init instead of crashing when trying to use
libavcodec
|
Sat, 04 Jul 2009 23:59:10 +0000 |
lorenm |
fix a buffer overrun on corrupt huffyuv streams
libavcodec
|
Sat, 04 Jul 2009 20:41:11 +0000 |
conrad |
ARM: NEON VP3 IDCT
libavcodec
|
Sat, 04 Jul 2009 18:24:43 +0000 |
reimar |
If the end of the input buffer is reached while decoding MJPEG and at least
libavcodec
|
Sat, 04 Jul 2009 18:22:33 +0000 |
reimar |
Make the MJPEG decoder return -1 when no image was decoded so that decode
libavcodec
|
Sat, 04 Jul 2009 18:20:35 +0000 |
reimar |
Add a got_picture flag to MJpegDecodeContext which indicates if its picture
libavcodec
|
Sat, 04 Jul 2009 12:54:36 +0000 |
reimar |
mjpegdec: check that the coded dc_index and ac_index have a valid associated VLC table.
libavcodec
|
Sat, 04 Jul 2009 07:46:58 +0000 |
astrange |
H.264: Check the return value of decode_vui_parameters()
libavcodec
|
Fri, 03 Jul 2009 05:52:00 +0000 |
astrange |
H.264: Don't set data_partitioning for invalid NAL_DPA.
libavcodec
|
Thu, 02 Jul 2009 13:13:20 +0000 |
jai_menon |
Cleanup properly at the end of MPEG Audio parsing.
libavcodec
|
Wed, 01 Jul 2009 20:35:28 +0000 |
bcoudurier |
Revert r19317, "simplify slice_end, return size of output frame".
libavcodec
|
Wed, 01 Jul 2009 20:34:16 +0000 |
michael |
indent
libavcodec
|
Wed, 01 Jul 2009 20:30:37 +0000 |
michael |
Make sure we dont read over the end.
libavcodec
|
Wed, 01 Jul 2009 17:48:22 +0000 |
mru |
Fix potentially unaligned accesses in ff_copy_bits()
libavcodec
|
Wed, 01 Jul 2009 17:29:52 +0000 |
bcoudurier |
simplify slice_end, return size of output frame
libavcodec
|
Wed, 01 Jul 2009 15:08:02 +0000 |
kostya |
RV3/4 intra types array causes alignment issues (at least on ARM5), thus change
libavcodec
|
Wed, 01 Jul 2009 10:36:18 +0000 |
mru |
Fix argument type mismatches for av_picture_crop and av_picture_fill
libavcodec
|
Wed, 01 Jul 2009 06:48:27 +0000 |
bcoudurier |
add missing \n to error message
libavcodec
|
Wed, 01 Jul 2009 00:55:17 +0000 |
mru |
ADPCM: remove unreachable break statement after return
libavcodec
|
Tue, 30 Jun 2009 23:45:01 +0000 |
darkshikari |
Fix libx264.c to not drop SEI userdata from x264 encoder.
libavcodec
|
Tue, 30 Jun 2009 12:11:29 +0000 |
reimar |
Fix nalsize check to avoid an integer overflow that made the check
libavcodec
|
Tue, 30 Jun 2009 06:44:32 +0000 |
stefang |
fix slice header checking
libavcodec
|
Tue, 30 Jun 2009 03:57:27 +0000 |
michael |
Drop code that attempts to decode frames that are prefixed by junk.
libavcodec
|
Tue, 30 Jun 2009 03:37:20 +0000 |
kostya |
Support RGB48 PNG decoding
libavcodec
|
Tue, 30 Jun 2009 03:12:50 +0000 |
michael |
Rewrite mp3 parser. New code is much simpler and does not drop
libavcodec
|
Mon, 29 Jun 2009 19:17:03 +0000 |
rbultje |
Add doxy to av_log_missing_feature() etc. stating that the function is
libavcodec
|
Mon, 29 Jun 2009 19:11:53 +0000 |
rbultje |
Move av_log_missing_feature() from the internal.h to the public avcodec.h
libavcodec
|
Mon, 29 Jun 2009 19:07:04 +0000 |
rbultje |
Rename ff_log_missing_feature() to av_log_missing_feature().
libavcodec
|
Mon, 29 Jun 2009 09:02:07 +0000 |
conrad |
Revert r19149 "Disable native Vorbis encoder"
libavcodec
|
Sat, 27 Jun 2009 08:39:56 +0000 |
cehoyos |
Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:
libavcodec
|
Fri, 26 Jun 2009 17:43:05 +0000 |
voroshil |
Pitch delay decoding
libavcodec
|
Fri, 26 Jun 2009 17:42:25 +0000 |
voroshil |
Replace pitch_delay_int array with single variable.
libavcodec
|
Wed, 24 Jun 2009 22:35:11 +0000 |
stefano |
Rewrite doxy for av_strtod().
libavcodec
|
Wed, 24 Jun 2009 12:10:20 +0000 |
cehoyos |
Improve wording: s/reseted/reset
libavcodec
|
Wed, 24 Jun 2009 04:38:48 +0000 |
voroshil |
LSF (Line Spectral Frequencies) decoding routine.
libavcodec
|
Tue, 23 Jun 2009 21:03:35 +0000 |
cehoyos |
Fix H.264 picture reordering, 2nd try.
libavcodec
|
Tue, 23 Jun 2009 18:17:15 +0000 |
vitor |
Make documentation better match the code. Now AVCodecContext.sample_fmt
libavcodec
|
Tue, 23 Jun 2009 07:41:38 +0000 |
kostya |
Edge emulation should be used in B-frame MC in mspel mode with
libavcodec
|
Mon, 22 Jun 2009 22:22:40 +0000 |
stefano |
Export av_strtod() to eval.h.
libavcodec
|
Sun, 21 Jun 2009 21:37:05 +0000 |
stefano |
Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new name
libavcodec
|
Sun, 21 Jun 2009 03:50:26 +0000 |
bcoudurier |
Fetch timestamp for the first frame of field only if frame_offset and
libavcodec
|
Sat, 20 Jun 2009 14:47:38 +0000 |
cehoyos |
Revert r19239: It broke four conformance tests.
libavcodec
|
Sat, 20 Jun 2009 13:36:21 +0000 |
voroshil |
Convertion of LSF values to coefficients of linear prediction filter
libavcodec
|
Sat, 20 Jun 2009 13:16:07 +0000 |
cehoyos |
Fix H.264 picture reordering.
libavcodec
|
Sat, 20 Jun 2009 13:10:17 +0000 |
cehoyos |
Fix indentation after last commit.
libavcodec
|
Sat, 20 Jun 2009 13:07:21 +0000 |
cehoyos |
Fix yamaha adpcm stereo (issue 1117).
libavcodec
|
Sat, 20 Jun 2009 11:22:25 +0000 |
faust3 |
Make remaining run level decode comments doxygen comments
libavcodec
|
Sat, 20 Jun 2009 11:06:48 +0000 |
faust3 |
Simplify run level decoding:
libavcodec
|
Sat, 20 Jun 2009 10:33:18 +0000 |
faust3 |
Fix indentation after the previous commit
libavcodec
|
Sat, 20 Jun 2009 10:28:55 +0000 |
faust3 |
Add support for escape coded wmapro run level coefficients
libavcodec
|
Sat, 20 Jun 2009 09:05:28 +0000 |
faust3 |
Introduce WMACoef typedef for decoded coefficients
libavcodec
|
Fri, 19 Jun 2009 09:56:35 +0000 |
reimar |
Add support for encoding XSUB subtitles. Muxing support is still missing.
libavcodec
|
Fri, 19 Jun 2009 08:28:07 +0000 |
reimar |
Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder
libavcodec
|
Thu, 18 Jun 2009 18:14:38 +0000 |
voroshil |
G.729 decoding routine (skeleton, including parameters decoding).
libavcodec
|
Wed, 17 Jun 2009 22:33:04 +0000 |
mru |
ARM: slightly faster NEON H264 horizontal loop filter
libavcodec
|
Wed, 17 Jun 2009 05:54:42 +0000 |
darkshikari |
VC-1/WMV: Remove redundant ff_init_block_index() calls.
libavcodec
|
Tue, 16 Jun 2009 21:50:36 +0000 |
astrange |
H.264: Fix memory leaks with multithreading.
libavcodec
|
Tue, 16 Jun 2009 17:33:57 +0000 |
darkshikari |
SSE version of clear_blocks
libavcodec
|
Tue, 16 Jun 2009 09:09:03 +0000 |
darkshikari |
VC-1/WMV3 decoding: don't clear blocks unless they're actually used.
libavcodec
|
Tue, 16 Jun 2009 09:00:55 +0000 |
darkshikari |
idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.
libavcodec
|
Tue, 16 Jun 2009 00:48:07 +0000 |
darkshikari |
Fix typo in vc1.c, make capitalization in warning/error messages more consistent.
libavcodec
|
Mon, 15 Jun 2009 14:38:30 +0000 |
heydowns |
Fix unaligned accesses by doing bytewise access until aligned, then
libavcodec
|
Sun, 14 Jun 2009 22:41:30 +0000 |
bcoudurier |
print error when dv frame profile cannot be found
libavcodec
|
Sun, 14 Jun 2009 22:34:28 +0000 |
bcoudurier |
check if frame size matches old sys and assumes corrupted input, fixes #1192
libavcodec
|
Sun, 14 Jun 2009 09:55:28 +0000 |
pross |
Initialise MAD decode_block_intra() loop iterator to zero.
libavcodec
|
Sun, 14 Jun 2009 02:31:06 +0000 |
voroshil |
G.729 decoder initialization routine (skeleton)
libavcodec
|
Sun, 14 Jun 2009 02:29:39 +0000 |
voroshil |
Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE,
libavcodec
|
Sat, 13 Jun 2009 22:33:13 +0000 |
jbr |
Do not guess the channel layout when getting its string value.
libavcodec
|
Sat, 13 Jun 2009 18:57:54 +0000 |
jbr |
Remove the 3-front-channel layout from the list of channel layout
libavcodec
|
Sat, 13 Jun 2009 06:41:51 +0000 |
kostya |
Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits).
libavcodec
|
Sat, 13 Jun 2009 02:19:41 +0000 |
pross |
Electronic Arts Madcow decoder
libavcodec
|
Fri, 12 Jun 2009 21:16:33 +0000 |
alexc |
Cosmetics: Re-indent after last commit
libavcodec
|
Fri, 12 Jun 2009 21:14:45 +0000 |
alexc |
Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can be
libavcodec
|
Fri, 12 Jun 2009 17:39:56 +0000 |
darkshikari |
Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.
libavcodec
|
Fri, 12 Jun 2009 16:00:26 +0000 |
faust3 |
Move run level decode functionality to ff_wma_run_level_decode
libavcodec
|
Fri, 12 Jun 2009 15:48:41 +0000 |
faust3 |
cosmetics: Add brackets between if/else
libavcodec
|
Fri, 12 Jun 2009 15:38:11 +0000 |
faust3 |
Add additional sample rates to the frame len bits calculation code
libavcodec
|
Fri, 12 Jun 2009 15:21:43 +0000 |
faust3 |
Move frame len bits calculation to ff_wma_get_frame_len_bits
libavcodec
|
Fri, 12 Jun 2009 13:12:13 +0000 |
diego |
cosmetics: Prettyprint and reformat wma.c closer to K&R style.
libavcodec
|
Fri, 12 Jun 2009 05:29:29 +0000 |
diego |
DPX (Digital Picture Exchange) image decoder
libavcodec
|
Thu, 11 Jun 2009 20:18:29 +0000 |
diego |
The internal header libavutil/internal.h should not be used outside libavutil.
libavcodec
|
Thu, 11 Jun 2009 09:40:24 +0000 |
diego |
10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1.
libavcodec
|
Thu, 11 Jun 2009 09:31:31 +0000 |
diego |
Split decoder-specific code off from vc1.c into vc1dec.c and keep code
libavcodec
|
Thu, 11 Jun 2009 08:16:08 +0000 |
bcoudurier |
Add const in cast. Removes warning:
libavcodec
|
Thu, 11 Jun 2009 08:14:50 +0000 |
bcoudurier |
give s->resample_context to avoid segfault, avclass was moved
libavcodec
|
Thu, 11 Jun 2009 06:28:06 +0000 |
conrad |
Disable native Vorbis encoder; quality is much worse than libvorbis and
libavcodec
|
Wed, 10 Jun 2009 20:50:53 +0000 |
diego |
Add code to enable and disable all VAAPI and VDPAU parts.
libavcodec
|
Tue, 09 Jun 2009 21:16:40 +0000 |
cehoyos |
Add field prev_interlaced_frame to H264Context to be able to flag soft telecine
libavcodec
|
Tue, 09 Jun 2009 20:29:52 +0000 |
diego |
Express the H.264 parser dependency on the golomb code in configure instead of
libavcodec
|
Tue, 09 Jun 2009 20:07:01 +0000 |
diego |
Add missing dependencies for H.264 and VC-1 parsers.
libavcodec
|
Tue, 09 Jun 2009 10:06:25 +0000 |
lucabe |
Properly initialize AVFrames to default values in the MPEG decoder (fixes
libavcodec
|
Sun, 07 Jun 2009 19:30:54 +0000 |
michael |
Clarify (re)get_buffer() and CODEC_CAP_DR1 relation.
libavcodec
|
Sun, 07 Jun 2009 15:15:45 +0000 |
diego |
Remove comments that refer to fixed-point AMR implementations.
libavcodec
|
Sat, 06 Jun 2009 20:16:53 +0000 |
bcoudurier |
clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygen
libavcodec
|
Sat, 06 Jun 2009 17:40:33 +0000 |
voroshil |
K&R formatting of already submitted G.729 code
libavcodec
|
Sat, 06 Jun 2009 12:42:11 +0000 |
voroshil |
Convert structure names to FFmpeg style
libavcodec
|
Sat, 06 Jun 2009 09:35:15 +0000 |
stefano |
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
libavcodec
|
Sat, 06 Jun 2009 08:46:08 +0000 |
kostya |
Get new buffer during frame decoding in VB video decoder, not only once
libavcodec
|
Sat, 06 Jun 2009 05:38:09 +0000 |
voroshil |
Internal routine should not use name of standard function.
libavcodec
|
Fri, 05 Jun 2009 17:11:46 +0000 |
voroshil |
Remove ff_g729_ and g729_ prefixes from static routines.
libavcodec
|
Fri, 05 Jun 2009 12:32:40 +0000 |
diego |
Add support for external OpenCORE libraries for AMR-NB/WB support.
libavcodec
|
Fri, 05 Jun 2009 09:05:17 +0000 |
bcoudurier |
vmware video decoder uses reget_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 09:02:14 +0000 |
bcoudurier |
zmbv decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:53:39 +0000 |
bcoudurier |
vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:48:34 +0000 |
bcoudurier |
renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:47:39 +0000 |
bcoudurier |
tmv decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:46:04 +0000 |
bcoudurier |
tiff image decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:44:26 +0000 |
bcoudurier |
vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:42:32 +0000 |
bcoudurier |
targa image decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:41:19 +0000 |
bcoudurier |
sun rasterfile image decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:40:31 +0000 |
bcoudurier |
snow decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:37:55 +0000 |
bcoudurier |
smacker video decoder uses reget_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:36:26 +0000 |
bcoudurier |
kmvc decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:35:36 +0000 |
bcoudurier |
ptx image decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:33:58 +0000 |
bcoudurier |
libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:32:41 +0000 |
bcoudurier |
png decoder use get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:29:29 +0000 |
bcoudurier |
pcx decoder use get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:29:05 +0000 |
bcoudurier |
pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:21:54 +0000 |
bcoudurier |
dxa decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:20:51 +0000 |
bcoudurier |
bfi decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:19:33 +0000 |
bcoudurier |
bmp decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:18:17 +0000 |
bcoudurier |
amv decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:17:36 +0000 |
bcoudurier |
bethesda vid decoder uses reget_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:12:14 +0000 |
bcoudurier |
4xm decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Fri, 05 Jun 2009 08:08:49 +0000 |
bcoudurier |
indeo3 decoder uses get_buffer, set CODEC_CAP_DR1
libavcodec
|
Thu, 04 Jun 2009 23:25:09 +0000 |
ramiro |
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
libavcodec
|
Thu, 04 Jun 2009 10:37:29 +0000 |
diego |
cosmetics: K&R style reformatting
libavcodec
|
Wed, 03 Jun 2009 23:48:28 +0000 |
ramiro |
Use fewer macros in x86-optimized mlpdsp.
libavcodec
|
Wed, 03 Jun 2009 19:24:51 +0000 |
michael |
Fix sei_ct_type check so it does not mistreat ct_type= unknown.
libavcodec
|
Wed, 03 Jun 2009 19:23:34 +0000 |
michael |
Print ct_type and pic_struct.
libavcodec
|
Wed, 03 Jun 2009 18:50:46 +0000 |
alexc |
AAC ADTS to AudioSpecificConfig bitstream filter
libavcodec
|
Wed, 03 Jun 2009 11:23:16 +0000 |
reimar |
Set AV_PKT_FLAG_KEY in avcodec_decode_video.
libavcodec
|
Wed, 03 Jun 2009 11:20:35 +0000 |
reimar |
Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.
libavcodec
|
Wed, 03 Jun 2009 10:25:21 +0000 |
michael |
Clarify the input AVPacket for avcodec_decode*()
libavcodec
|
Tue, 02 Jun 2009 15:31:51 +0000 |
kostya |
Check combined depth and number of components in TIFF decoder, thus eliminating
libavcodec
|
Sun, 31 May 2009 19:51:21 +0000 |
reimar |
add #if CONFIG_ZLIB_DECODER around zlib_decomp function.
libavcodec
|
Sun, 31 May 2009 18:17:33 +0000 |
reimar |
mszh decompression: add a special case for an all-0 mask, i.e. 32 uncompressed
libavcodec
|
Sun, 31 May 2009 17:44:35 +0000 |
reimar |
lcldec: ensure that the offset for av_memcpy_backptr is valid.
libavcodec
|
Sun, 31 May 2009 11:47:52 +0000 |
reimar |
Fix memleak due to c->decomp_buf never being freed.
libavcodec
|
Sun, 31 May 2009 11:42:50 +0000 |
reimar |
Only call inflateEnd when we were actually using the zlib code.
libavcodec
|
Sun, 31 May 2009 11:41:49 +0000 |
reimar |
avctx->priv_data is initialized to 0, get rid of useless extra initialization.
libavcodec
|
Sun, 31 May 2009 11:35:20 +0000 |
reimar |
Merge variable declaration and initialization.
libavcodec
|
Sun, 31 May 2009 11:34:19 +0000 |
reimar |
Use int-size types instead of char where it makes no difference.
libavcodec
|
Sun, 31 May 2009 11:32:03 +0000 |
reimar |
Take advantage of available input padding to optimize mszh_decomp
libavcodec
|
Sun, 31 May 2009 10:58:20 +0000 |
reimar |
Change maskbit variable to contain (1 << maskbit)
libavcodec
|
Sun, 31 May 2009 10:53:47 +0000 |
reimar |
Remove check that thanks to padding is no longer necessary.
libavcodec
|
Sun, 31 May 2009 10:50:54 +0000 |
reimar |
100l, the compression field in lcl extradata must be interpreted as
libavcodec
|
Sun, 31 May 2009 10:44:42 +0000 |
reimar |
One more use for FFMIN.
libavcodec
|
Sun, 31 May 2009 10:42:26 +0000 |
reimar |
Pad the decompression buffer and use av_memcpy_backptr for the mszh decompression.
libavcodec
|
Sun, 31 May 2009 10:38:17 +0000 |
reimar |
Mark srcptr as const in mszh_decomp
libavcodec
|
Sun, 31 May 2009 10:37:05 +0000 |
reimar |
Remove unnecessary put_bits/get_bits includes.
libavcodec
|
Sun, 31 May 2009 10:35:39 +0000 |
reimar |
Use bytestream_get_le16 to simplify offset/count calculation for mszh decompression.
libavcodec
|
Sun, 31 May 2009 10:31:37 +0000 |
reimar |
Remove useless & 0x1f
libavcodec
|
Sun, 31 May 2009 10:28:40 +0000 |
reimar |
Document padding requirements of mszh_decomp srcptr buffer
libavcodec
|
Sun, 31 May 2009 10:26:58 +0000 |
reimar |
Use srcptr_end variable to avoid having to update both srcptr and srclen.
libavcodec
|
Sun, 31 May 2009 10:23:38 +0000 |
reimar |
Change buffer size checks to avoid the undefined overflow case.
libavcodec
|
Sun, 31 May 2009 10:16:28 +0000 |
reimar |
Simply use memcpy instead of AV_RN32/AV_WN32 combination.
libavcodec
|
Sun, 31 May 2009 10:14:27 +0000 |
reimar |
Fix decoding of multithread-encoded lcl files on big-endian.
libavcodec
|
Sun, 31 May 2009 10:05:21 +0000 |
reimar |
Remove another useless ()
libavcodec
|
Sun, 31 May 2009 10:01:26 +0000 |
reimar |
Correct calculation of compressed input length.
libavcodec
|
Sun, 31 May 2009 09:59:46 +0000 |
reimar |
Add sanity check for mthread_inlen, avoids crashes due to invalid reads.
libavcodec
|
Sun, 31 May 2009 09:57:42 +0000 |
reimar |
Use FFMIN
libavcodec
|
Sun, 31 May 2009 09:51:46 +0000 |
reimar |
Factor out zlib decompression code to avoid massive code duplication,
libavcodec
|
Sun, 31 May 2009 09:28:29 +0000 |
reimar |
Use FFALIGN
libavcodec
|
Sun, 31 May 2009 09:27:07 +0000 |
reimar |
Move variable into block where it is used, avoiding a unused variable
libavcodec
|
Sun, 31 May 2009 09:23:54 +0000 |
reimar |
Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to AV_LOG_DEBUG.
libavcodec
|
Sun, 31 May 2009 09:19:21 +0000 |
reimar |
Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not possible
libavcodec
|
Sun, 31 May 2009 09:16:06 +0000 |
reimar |
lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER.
libavcodec
|
Sun, 31 May 2009 09:12:17 +0000 |
reimar |
Get rid of extradata casts, it already has the right uint8_t * type
libavcodec
|
Sun, 31 May 2009 09:09:32 +0000 |
reimar |
Make lcldec produce YUV output when the input file is coded like that, instead
libavcodec
|
Sun, 31 May 2009 08:54:41 +0000 |
reimar |
Remove now unused elements from LclEncContext
libavcodec
|
Sun, 31 May 2009 08:51:30 +0000 |
reimar |
Remove useless casts, extradata is already "uint8_t *"
libavcodec
|
Sun, 31 May 2009 08:49:27 +0000 |
reimar |
lclenc.c: compress directly into output buffer instead of using a pointless
libavcodec
|
Sun, 31 May 2009 08:41:11 +0000 |
reimar |
Remove superfluous () from lclenc.c
libavcodec
|
Sun, 31 May 2009 08:38:51 +0000 |
reimar |
Cosmetics: fix indentation in lclenc.c
libavcodec
|
Sun, 31 May 2009 08:36:44 +0000 |
reimar |
Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiled
libavcodec
|
Sun, 31 May 2009 06:51:18 +0000 |
andoma |
Add a lock manager API to libavcodec.
libavcodec
|
Sun, 31 May 2009 06:33:58 +0000 |
bcoudurier |
remove cast and use put_sbits, fix assertion in put_bits
libavcodec
|
Sun, 31 May 2009 04:26:22 +0000 |
bcoudurier |
fix compilation with DEBUG defined
libavcodec
|
Sat, 30 May 2009 22:19:14 +0000 |
astrange |
H264: Fix out of bounds reads in SSSE3 MC
libavcodec
|
Sat, 30 May 2009 11:20:07 +0000 |
reimar |
Use memcpy instead of per-pixel copy loop for rgb lcl format
libavcodec
|
Sat, 30 May 2009 10:04:09 +0000 |
michael |
Make sure offsets of mjpeg b are within the buffer.
libavcodec
|
Sat, 30 May 2009 09:07:10 +0000 |
reimar |
Remove useless () from lcldec for more consistency with "normal" FFmpeg coding style.
libavcodec
|
Sat, 30 May 2009 09:05:24 +0000 |
reimar |
Add casts to v210x decoder to avoid warnings.
libavcodec
|
Sat, 30 May 2009 04:07:14 +0000 |
bcoudurier |
The GIF decoder uses get_buffer, so set DR1.
libavcodec
|
Sat, 30 May 2009 00:24:20 +0000 |
bcoudurier |
remove unused hack which set AVCodecContext frame_number to pic timestamp
libavcodec
|
Sat, 30 May 2009 00:09:00 +0000 |
bcoudurier |
set pict_type in VC-1 parser, fix some timestamps problems
libavcodec
|
Fri, 29 May 2009 21:43:22 +0000 |
conrad |
Support block-level quantization in Theora
libavcodec
|
Fri, 29 May 2009 20:15:38 +0000 |
reimar |
Use av_clip_uint8 instead of equivalent but unoptimzed code,
libavcodec
|
Thu, 28 May 2009 23:19:32 +0000 |
mru |
MIPS: add MIPS64 and Loongson asm for MAC64/MLS64
libavcodec
|
Thu, 28 May 2009 22:36:06 +0000 |
mru |
blackfin: disable broken dsputil functions
libavcodec
|
Thu, 28 May 2009 22:36:02 +0000 |
mru |
blackfin: add missing const in function prototypes
libavcodec
|
Thu, 28 May 2009 22:35:58 +0000 |
mru |
blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is auto
libavcodec
|
Thu, 28 May 2009 22:35:56 +0000 |
mru |
blackfin: use DCT function pointer in dct_quantize_bfin()
libavcodec
|
Thu, 28 May 2009 17:19:28 +0000 |
mru |
ARM: add some PLD in NEON IDCT
libavcodec
|
Wed, 27 May 2009 21:45:25 +0000 |
bcoudurier |
msrle uncompressed decoding, fix #1074 and many other samples under /RLE
libavcodec
|
Wed, 27 May 2009 21:40:10 +0000 |
bcoudurier |
remove apparently unused real_pict_num from AVCodecContext
libavcodec
|
Wed, 27 May 2009 19:55:35 +0000 |
bcoudurier |
Rename alloc_picture to ff_alloc_picture and move its definition
libavcodec
|
Wed, 27 May 2009 18:59:24 +0000 |
heydowns |
Use AV_R/WN32 instead of direct integer copying.
libavcodec
|
Wed, 27 May 2009 06:43:51 +0000 |
bcoudurier |
do not print false error if eof follows eol
libavcodec
|
Wed, 27 May 2009 00:14:32 +0000 |
bcoudurier |
Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg.
libavcodec
|
Tue, 26 May 2009 23:58:30 +0000 |
bcoudurier |
do not reference remainder packets in the parser, fix timestamps fetching
libavcodec
|
Tue, 26 May 2009 21:34:56 +0000 |
alexc |
In the event of a mismatch, do not follow the sample rate index in an AAC PCE.
libavcodec
|
Tue, 26 May 2009 17:04:28 +0000 |
jai_menon |
Add lowres support to the libopenjpeg wrapper.
libavcodec
|
Tue, 26 May 2009 16:59:05 +0000 |
jai_menon |
Use dimensions stored in AVCodecContext instead of local variables.
libavcodec
|
Tue, 26 May 2009 05:00:51 +0000 |
reimar |
Change HAVE_PPC64 to ARCH_PPC64.
libavcodec
|
Tue, 26 May 2009 03:51:00 +0000 |
michael |
Support YVU9 AVI 4cc.
libavcodec
|
Mon, 25 May 2009 22:19:35 +0000 |
conrad |
Altivec VP3 IDCT
libavcodec
|
Mon, 25 May 2009 19:02:35 +0000 |
diego |
The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.
libavcodec
|
Mon, 25 May 2009 18:37:16 +0000 |
ramiro |
cosmetics: tabs->spaces
libavcodec
|
Mon, 25 May 2009 16:12:51 +0000 |
jbr |
eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bit
libavcodec
|
Mon, 25 May 2009 12:17:02 +0000 |
reimar |
Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stack
libavcodec
|
Mon, 25 May 2009 02:34:31 +0000 |
bcoudurier |
honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes correctly
libavcodec
|
Mon, 25 May 2009 01:53:43 +0000 |
ramiro |
mlp: Re-enable x86-optimized DSP functions.
libavcodec
|
Mon, 25 May 2009 01:52:05 +0000 |
ramiro |
mlp: Use LABEL_MANGLE() to export label symbols from inside asm block.
libavcodec
|
Sun, 24 May 2009 12:44:54 +0000 |
vitor |
Fix unaligned dsputil call.
libavcodec
|
Sun, 24 May 2009 09:14:19 +0000 |
reimar |
eatqi: move "block" variable into context to ensure sufficient alignment for
libavcodec
|
Sun, 24 May 2009 09:06:06 +0000 |
reimar |
Distinguish between non-coded blocks and decode errors in rtjpeg's get_block
libavcodec
|
Sun, 24 May 2009 09:03:45 +0000 |
reimar |
Add a few size checks when decoding rtjpeg blocks.
libavcodec
|
Sun, 24 May 2009 08:36:52 +0000 |
reimar |
Move "block" variable in rtjpeg decoder to context to ensure sufficient alignment
libavcodec
|
Sun, 24 May 2009 03:39:20 +0000 |
conrad |
H264: Don't deblock if alpha or beta is 0.
libavcodec
|
Sat, 23 May 2009 23:02:33 +0000 |
michael |
indent
libavcodec
|
Sat, 23 May 2009 22:59:35 +0000 |
michael |
Fix lowres with rv20.
libavcodec
|
Sat, 23 May 2009 19:37:01 +0000 |
heydowns |
Fix passing of unaligned addresses to dsputil diff_bytes() by
libavcodec
|
Sat, 23 May 2009 19:30:35 +0000 |
heydowns |
Add offset argument to encode_422_bitstream() to control where
libavcodec
|