Fri, 17 Apr 2009 18:16:36 +0000 |
michael |
Remove several useless writes to variables, found by CSA.
libavcodec
|
Fri, 17 Apr 2009 18:12:00 +0000 |
michael |
Remove useless += from ff_imdct_half_c() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 18:03:00 +0000 |
reimar |
Change buffer size checks to avoid the very unlikely overflow case.
libavcodec
|
Fri, 17 Apr 2009 17:56:16 +0000 |
michael |
Remove unused variable from h261_encode_block() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 17:54:55 +0000 |
reimar |
Remove a pointless right-shift in xan decoder.
libavcodec
|
Fri, 17 Apr 2009 17:52:58 +0000 |
michael |
Remove 2 useless assignments from ff_rate_control_init() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 17:46:10 +0000 |
reimar |
Replace bytecopy with the equivalent but faster av_memcpy_backptr.
libavcodec
|
Fri, 17 Apr 2009 17:39:09 +0000 |
michael |
Remove unused variable from slice_buffer_release() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 17:20:48 +0000 |
reimar |
Use memcpy instead of the very inefficient bytecopy where both are correct
libavcodec
|
Fri, 17 Apr 2009 15:35:32 +0000 |
michael |
Remove unused variable from wma_decode_block() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 15:10:37 +0000 |
michael |
Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 15:08:00 +0000 |
michael |
Remove unused variable in modify_qscale() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 15:01:58 +0000 |
michael |
Remove unused variables from slice_buffer_load_line() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 14:59:04 +0000 |
michael |
Remove 2 unneeded variables from common_init() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 14:51:00 +0000 |
michael |
Remove 2 unused variables from MPV_decode_mb_internal() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 14:43:28 +0000 |
michael |
Remove unused assignment from j_rev_dct() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 14:42:02 +0000 |
michael |
Remove unused variable in init_mv_penalty_and_fcode() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 14:10:24 +0000 |
kostya |
cosmetics: reindent after last commit
libavcodec
|
Fri, 17 Apr 2009 14:09:56 +0000 |
kostya |
Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders
libavcodec
|
Fri, 17 Apr 2009 13:59:07 +0000 |
michael |
Remvoe useless assignment found by CSA.
libavcodec
|
Fri, 17 Apr 2009 13:57:22 +0000 |
michael |
Remove unused variable from decode_init() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 13:07:18 +0000 |
vitor |
Remove useless assignment in generate_codebook(). Found by Clang static analyser.
libavcodec
|
Fri, 17 Apr 2009 13:03:56 +0000 |
michael |
Remove unused variables from ff_mjpeg_decode_sos() found by CSA.
libavcodec
|
Fri, 17 Apr 2009 12:57:47 +0000 |
michael |
Remove useless assignment from h263_pred_dc() found by the clang static analyzer.
libavcodec
|
Fri, 17 Apr 2009 12:53:11 +0000 |
michael |
Move declarations in mpeg1_encode_motion() closer to where they are needed.
libavcodec
|
Fri, 17 Apr 2009 12:44:48 +0000 |
michael |
Useless assignment found by the clang static analyzer.
libavcodec
|
Fri, 17 Apr 2009 12:41:37 +0000 |
michael |
Get rid of an unused variable, found by the clang static analyzer.
libavcodec
|
Fri, 17 Apr 2009 08:43:04 +0000 |
jbr |
ac3dec: reorder output channels to SMPTE channel order
libavcodec
|
Fri, 17 Apr 2009 08:42:08 +0000 |
reimar |
Change tgq_decode_mb function arguments from using int8_t to uint8_t, this does
libavcodec
|
Fri, 17 Apr 2009 08:39:11 +0000 |
jbr |
ac3enc: reorder input channels to AC-3 channel order
libavcodec
|
Thu, 16 Apr 2009 08:39:13 +0000 |
conrad |
Add guaranteed alignment for loading dest pixels in avg_pixels16_neon
libavcodec
|
Thu, 16 Apr 2009 07:34:52 +0000 |
conrad |
VC1 loop filter uses the frame quantizer not the mb quantizer
libavcodec
|
Thu, 16 Apr 2009 04:46:44 +0000 |
michael |
Support broken avc nal encapsulation.
libavcodec
|
Thu, 16 Apr 2009 02:28:49 +0000 |
jbr |
flacenc: write initial blocksize to STREAMINFO header instead of current
libavcodec
|
Wed, 15 Apr 2009 19:37:35 +0000 |
reynaldo |
[COSMETIC] Correct a minor nit. Should be clearer now.
libavcodec
|
Wed, 15 Apr 2009 19:28:28 +0000 |
reynaldo |
Fix possibly harmful outbound addressing. Patch by Kenan Gillet.
libavcodec
|
Wed, 15 Apr 2009 19:10:16 +0000 |
conrad |
avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing
libavcodec
|
Wed, 15 Apr 2009 06:23:40 +0000 |
conrad |
Altivec version of avg_no_rnd_vc1_chroma_mc8
libavcodec
|
Wed, 15 Apr 2009 06:22:17 +0000 |
conrad |
Split VC1 loop filter into separate functions for h/v and size
libavcodec
|
Wed, 15 Apr 2009 06:20:22 +0000 |
conrad |
Move VC1 loop filter to DSPContext
libavcodec
|
Wed, 15 Apr 2009 02:25:42 +0000 |
conrad |
VC1: extend MMX qpel MC to include MMX2 avg qpel
libavcodec
|
Tue, 14 Apr 2009 23:56:10 +0000 |
conrad |
VC1: add and use avg_no_rnd chroma MC functions
libavcodec
|
Tue, 14 Apr 2009 23:55:39 +0000 |
conrad |
Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only
libavcodec
|
Tue, 14 Apr 2009 21:03:41 +0000 |
vitor |
For every line, copy 3*width bytes instead of linesize[0] to avoid
libavcodec
|
Tue, 14 Apr 2009 19:26:33 +0000 |
conrad |
VC1: Do qpel when needed for both MVs in a B frame
libavcodec
|
Tue, 14 Apr 2009 04:07:35 +0000 |
alexc |
Mark src constant in copy_block*().
libavcodec
|
Tue, 14 Apr 2009 00:12:54 +0000 |
bcoudurier |
fix indentation
libavcodec
|
Tue, 14 Apr 2009 00:12:29 +0000 |
bcoudurier |
avoid strcmp NULL, fix segv on mingw
libavcodec
|
Mon, 13 Apr 2009 20:44:42 +0000 |
stefano |
Fix skip_put_bits() buf_ptr increment.
libavcodec
|
Mon, 13 Apr 2009 18:07:02 +0000 |
koorogi |
Skip loop iterations which are no-ops due to data1[-lag..-1] being zero.
libavcodec
|
Mon, 13 Apr 2009 16:59:38 +0000 |
stefano |
Rename pbBufPtr() to put_bits_ptr().
libavcodec
|
Mon, 13 Apr 2009 16:47:17 +0000 |
stefano |
Do not use full include path for get_bits.h, since the header is in
libavcodec
|
Mon, 13 Apr 2009 16:23:54 +0000 |
jai_menon |
flacenc : do not #include libavutil/lls.h since lpc code is now
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Mon, 13 Apr 2009 15:11:40 +0000 |
jai_menon |
alacenc : cosmetics : remove misleading comment
libavcodec
|
Mon, 13 Apr 2009 03:35:32 +0000 |
bcoudurier |
fix indentation
libavcodec
|
Mon, 13 Apr 2009 03:33:39 +0000 |
bcoudurier |
fix indentation and remove whitespace after return
libavcodec
|
Mon, 13 Apr 2009 03:29:19 +0000 |
bcoudurier |
Init state to -1 in h264 parser.
libavcodec
|
Sun, 12 Apr 2009 22:48:44 +0000 |
diego |
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
libavcodec
|
Sun, 12 Apr 2009 21:48:43 +0000 |
reynaldo |
Fix wrong size computation for buffer. Patch is part of
libavcodec
|
Sun, 12 Apr 2009 21:45:26 +0000 |
diego |
Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.
libavcodec
|
Sun, 12 Apr 2009 21:42:55 +0000 |
diego |
Remove AltiVec optimizations for Snow. They are hindering the development
libavcodec
|
Sun, 12 Apr 2009 20:43:52 +0000 |
michael |
Fix 2 access units in a packet mp4s.
libavcodec
|
Sun, 12 Apr 2009 20:40:18 +0000 |
michael |
Get rid of the non sensical idea of using the current picture for missing
libavcodec
|
Sun, 12 Apr 2009 20:21:23 +0000 |
michael |
Factorize field_end() out.
libavcodec
|
Sun, 12 Apr 2009 13:58:03 +0000 |
michael |
Assert that the first list1 entry is a reference frame.
libavcodec
|
Sun, 12 Apr 2009 13:17:37 +0000 |
reimar |
Add a av_fast_malloc function and replace several uses of av_fast_realloc,
libavcodec
|
Sun, 12 Apr 2009 12:25:53 +0000 |
reimar |
Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf
libavcodec
|
Sun, 12 Apr 2009 09:33:38 +0000 |
reimar |
Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders
libavcodec
|
Sun, 12 Apr 2009 09:06:17 +0000 |
stefano |
Document pbBufPtr().
libavcodec
|
Sun, 12 Apr 2009 08:35:26 +0000 |
stefano |
Split bitstream.h, put the bitstream writer stuff in the new file
libavcodec
|
Sun, 12 Apr 2009 03:26:20 +0000 |
jbr |
Add names for 5.0 and 5.1 back speaker channel layouts.
libavcodec
|
Sat, 11 Apr 2009 21:14:29 +0000 |
stefano |
Fix documentation for avcodec_encode_audio(), in the case of PCM audio
libavcodec
|
Sat, 11 Apr 2009 21:04:26 +0000 |
stefano |
Document the 'size' parameter of set_put_bits_buffer_size().
libavcodec
|
Sat, 11 Apr 2009 21:01:30 +0000 |
stefano |
Document ff_put_string().
libavcodec
|
Sat, 11 Apr 2009 18:12:23 +0000 |
stefano |
Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.
libavcodec
|
Sat, 11 Apr 2009 15:54:21 +0000 |
stefano |
Rename the 'put_zero' parameter of ff_put_string() to
libavcodec
|
Sat, 11 Apr 2009 14:49:46 +0000 |
stefano |
Add documentation for skip_put_bytes().
libavcodec
|
Sat, 11 Apr 2009 14:47:35 +0000 |
stefano |
Doxygenate ff_copy_bits().
libavcodec
|
Sat, 11 Apr 2009 14:19:09 +0000 |
stefano |
Factorize declaration for the two variants of put_bits().
libavcodec
|
Sat, 11 Apr 2009 14:16:30 +0000 |
michael |
Two INIT_VLC_USE_STATIC cases Carl missed.
libavcodec
|
Sat, 11 Apr 2009 13:58:18 +0000 |
michael |
get rid of INIT_VLC_USE_STATIC in h261.
libavcodec
|
Sat, 11 Apr 2009 13:53:34 +0000 |
michael |
Get rid of INIT_VLC_USE_STATIC in rv10/rv20.
libavcodec
|
Sat, 11 Apr 2009 13:43:09 +0000 |
michael |
Get rid of INIT_VLC_USE_STATIC in 4xm.
libavcodec
|
Sat, 11 Apr 2009 13:40:39 +0000 |
michael |
Get rid of INIT_VLC_USE_STATIC in asv1.
libavcodec
|
Sat, 11 Apr 2009 13:29:05 +0000 |
michael |
Get rid of INIT_VLC_USE_STATIC in msmpeg4
libavcodec
|
Sat, 11 Apr 2009 13:04:33 +0000 |
stefano |
Clarify documentation for put_bits_count().
libavcodec
|
Sat, 11 Apr 2009 12:42:29 +0000 |
reimar |
Get rid of av_destruct_packet_nofree and use NULL instead.
libavcodec
|
Sat, 11 Apr 2009 11:47:15 +0000 |
cehoyos |
Use INIT_VLC_USE_STATIC and not its value "1".
libavcodec
|
Fri, 10 Apr 2009 22:29:56 +0000 |
stefano |
Document align_put_bits().
libavcodec
|
Fri, 10 Apr 2009 22:27:29 +0000 |
stefano |
Doxygenate flush_put_bits() documentation.
libavcodec
|
Fri, 10 Apr 2009 22:14:45 +0000 |
stefano |
Doxygenate put_bits_count() documentation.
libavcodec
|
Fri, 10 Apr 2009 17:30:42 +0000 |
stefano |
Doxygenate init_put_bits().
libavcodec
|
Fri, 10 Apr 2009 17:23:38 +0000 |
diego |
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
libavcodec
|
Fri, 10 Apr 2009 17:16:19 +0000 |
stefano |
Add support to CorePNG P-frames.
libavcodec
|
Fri, 10 Apr 2009 14:30:04 +0000 |
reimar |
Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the thread
libavcodec
|
Fri, 10 Apr 2009 11:33:14 +0000 |
diego |
Remove unused variables along with the related warnings.
libavcodec
|
Fri, 10 Apr 2009 11:31:55 +0000 |
reimar |
Add forgotten void return type to ff_h264_free_context
libavcodec
|
Fri, 10 Apr 2009 11:29:51 +0000 |
diego |
Fix sigill on non-MMX2 CPUs.
libavcodec
|
Fri, 10 Apr 2009 11:07:52 +0000 |
stefano |
Use the new avcodec_decode_* API.
libavcodec
|
Fri, 10 Apr 2009 07:17:30 +0000 |
reimar |
Make sure error resilience does not try to use unavailable reference frames.
libavcodec
|
Fri, 10 Apr 2009 07:01:55 +0000 |
reimar |
Add a ff_h264_free_context function and call it from the H.264 parser.
libavcodec
|
Fri, 10 Apr 2009 00:09:07 +0000 |
michael |
Make sure mpeg2 has its height rounded up to 32 as that is needed
libavcodec
|
Thu, 09 Apr 2009 21:53:48 +0000 |
michael |
Do not use SSE2 SAD for snow as it requires more alignment than can be
libavcodec
|
Thu, 09 Apr 2009 21:52:12 +0000 |
lucabe |
Fix documentation for the "-ps" option
libavcodec
|
Thu, 09 Apr 2009 21:19:25 +0000 |
michael |
Make sure the next used frame is released so get_buffer() wont fail.
libavcodec
|
Thu, 09 Apr 2009 21:17:53 +0000 |
michael |
Move release_buffer() up so it is prior to a future call to it.
libavcodec
|
Thu, 09 Apr 2009 20:44:18 +0000 |
michael |
Factorize release_buffer()
libavcodec
|
Thu, 09 Apr 2009 20:23:13 +0000 |
michael |
Make sure spatial_decomposition_count is not too large for picture size.
libavcodec
|
Thu, 09 Apr 2009 20:13:35 +0000 |
michael |
Skip non intra frames that have no reference frames.
libavcodec
|
Thu, 09 Apr 2009 19:45:10 +0000 |
michael |
Make sure spatial_decomposition_count is >0.
libavcodec
|
Thu, 09 Apr 2009 18:47:50 +0000 |
michael |
Make sure the block array is of the correct size.
libavcodec
|
Thu, 09 Apr 2009 18:37:26 +0000 |
michael |
Check spatial_decomposition_count too, fixes another crash.
libavcodec
|
Thu, 09 Apr 2009 18:29:54 +0000 |
michael |
10l, forgot to remove old code, which broke snow.
libavcodec
|
Thu, 09 Apr 2009 18:21:51 +0000 |
michael |
Factorize check of read symbols.
libavcodec
|
Thu, 09 Apr 2009 15:33:02 +0000 |
michael |
Fix spatial_decomposition_type validity check.
libavcodec
|
Thu, 09 Apr 2009 15:17:03 +0000 |
michael |
Fix crash when max_ref_frames was out of range.
libavcodec
|
Thu, 09 Apr 2009 11:54:13 +0000 |
diego |
Remove unnecessary gcc_fixes.h #include.
libavcodec
|
Thu, 09 Apr 2009 10:06:54 +0000 |
diego |
cosmetics: Reformat comment paragraph and fix a few typos in it.
libavcodec
|
Wed, 08 Apr 2009 20:48:44 +0000 |
michael |
Fix mb_height for interlaced mpeg2.
libavcodec
|
Wed, 08 Apr 2009 20:26:18 +0000 |
ramiro |
configure: Add --enable-runtime-cpudetect
libavcodec
|
Wed, 08 Apr 2009 20:19:12 +0000 |
reimar |
Add av_shrink_packet function for use in av_get_packet that reduces pkt->size
libavcodec
|
Wed, 08 Apr 2009 01:45:44 +0000 |
superdump |
Clarify which time_base the relevant members of AVPacket use
libavcodec
|
Tue, 07 Apr 2009 19:29:00 +0000 |
superdump |
Fix second amr_nb_decode_frame() to also use the new AVPacket argument
libavcodec
|
Tue, 07 Apr 2009 18:31:14 +0000 |
rbultje |
Move av_packet_*() functions from libavformat/ to libavcodec/, where the
libavcodec
|
Tue, 07 Apr 2009 18:24:47 +0000 |
aurel |
fix vp5/vp6 decoding by using new prototype for decode function
libavcodec
|
Tue, 07 Apr 2009 15:59:50 +0000 |
rbultje |
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
libavcodec
|
Tue, 07 Apr 2009 15:37:26 +0000 |
rbultje |
Move AVPacket up a bit, so that structs/functions that include AVPacket can
libavcodec
|
Tue, 07 Apr 2009 01:39:17 +0000 |
reynaldo |
Move scale factor computation to its own function. Patch by Kenan
libavcodec
|
Mon, 06 Apr 2009 21:45:02 +0000 |
michael |
Try to honor even completely invalid motion vectors as far as is
libavcodec
|
Mon, 06 Apr 2009 01:07:09 +0000 |
jbr |
Add convenience macros for 5.0/5.1 back speaker configurations.
libavcodec
|
Mon, 06 Apr 2009 00:58:03 +0000 |
ramiro |
mlpdec: Filters and matrices may change only once per substream per access unit.
libavcodec
|
Sun, 05 Apr 2009 20:54:19 +0000 |
ramiro |
mlpdec: There must be no extraword for MLP.
libavcodec
|
Sun, 05 Apr 2009 20:46:53 +0000 |
ramiro |
mlpdec: Validate non-restart bit from the substream header.
libavcodec
|
Sun, 05 Apr 2009 20:11:40 +0000 |
ramiro |
mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not max_channel.
libavcodec
|
Sun, 05 Apr 2009 13:02:47 +0000 |
michael |
Make sure the last bits of huffyuv frames are zeroed.
libavcodec
|
Sat, 04 Apr 2009 21:02:48 +0000 |
conrad |
ARM: NEON optimized put_signed_pixels_clamped
libavcodec
|
Sat, 04 Apr 2009 20:18:58 +0000 |
mru |
ARM: NEON optimised add_pixels_clamped
libavcodec
|
Sat, 04 Apr 2009 16:27:54 +0000 |
reynaldo |
Add missing static qualifier from function declaration. Patch by Kenan
libavcodec
|
Sat, 04 Apr 2009 13:20:53 +0000 |
stefano |
Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency
libavcodec
|
Fri, 03 Apr 2009 14:03:49 +0000 |
reimar |
Mark line_skip3 asm argument as output-only instead of using av_uninit.
libavcodec
|
Fri, 03 Apr 2009 14:02:34 +0000 |
reimar |
Mark put_signed_pixels_clamped_mmx output operands as early-clobber because
libavcodec
|
Fri, 03 Apr 2009 14:01:24 +0000 |
reimar |
Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLE
libavcodec
|
Fri, 03 Apr 2009 07:40:58 +0000 |
gb |
Add VC-1 bitstream decoding through VA API.
libavcodec
|
Thu, 02 Apr 2009 21:02:42 +0000 |
alexc |
Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.
libavcodec
|
Thu, 02 Apr 2009 19:53:53 +0000 |
stefano |
Move AVPacket declaration from avformat.h to avcodec.h.
libavcodec
|
Thu, 02 Apr 2009 12:15:04 +0000 |
cehoyos |
Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
libavcodec
|
Thu, 02 Apr 2009 08:53:34 +0000 |
gb |
Register VA API HW accelerators.
libavcodec
|
Thu, 02 Apr 2009 08:48:06 +0000 |
gb |
Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL
libavcodec
|
Thu, 02 Apr 2009 08:08:45 +0000 |
gb |
Add VA API pixfmt (only VLD is available ATM).
libavcodec
|
Thu, 02 Apr 2009 07:30:04 +0000 |
gb |
Add MPEG-4 / H.263 bitstream decoding through VA API.
libavcodec
|
Wed, 01 Apr 2009 21:07:49 +0000 |
stefano |
Extend read_line() to make it take a read_pal_component parameter.
libavcodec
|
Wed, 01 Apr 2009 09:11:32 +0000 |
conrad |
Add SSE4 detection support
libavcodec
|
Wed, 01 Apr 2009 08:55:31 +0000 |
gb |
Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.
libavcodec
|
Wed, 01 Apr 2009 08:06:30 +0000 |
conrad |
Remove unused FILTSIGN macro
libavcodec
|
Wed, 01 Apr 2009 01:22:36 +0000 |
mru |
Remove aandcttab.o from dct-test dependencies, the lib includes it
libavcodec
|
Tue, 31 Mar 2009 22:53:48 +0000 |
stefano |
Reindent after the last patch.
libavcodec
|
Tue, 31 Mar 2009 22:52:30 +0000 |
stefano |
Add/fix support for bitstream formats reading in read_line().
libavcodec
|
Tue, 31 Mar 2009 22:48:18 +0000 |
stefano |
Make the step and offset fields of the component descriptor express a
libavcodec
|
Tue, 31 Mar 2009 22:28:36 +0000 |
reimar |
Fix ipvideo_decode_block_opcode_0xD again.
libavcodec
|
Tue, 31 Mar 2009 20:13:29 +0000 |
stefano |
Document read_line().
libavcodec
|
Tue, 31 Mar 2009 19:57:53 +0000 |
stefano |
Add a notice telling that the behavior of skip_put_bits() is undefined
libavcodec
|
Tue, 31 Mar 2009 19:39:47 +0000 |
reimar |
Cosmetics: remove some pointless {}
libavcodec
|
Tue, 31 Mar 2009 19:36:44 +0000 |
reimar |
Slightly simplify ipvideo_decode_block_opcode_0xD
libavcodec
|
Tue, 31 Mar 2009 19:18:13 +0000 |
reimar |
One more simplification for ipvideo_decode_block_opcode_0xA
libavcodec
|
Tue, 31 Mar 2009 18:52:50 +0000 |
stefano |
Cosmetics: reorder the pixel format descriptors to make them match the
libavcodec
|
Tue, 31 Mar 2009 18:48:31 +0000 |
reimar |
Slightly simplify first part of ipvideo_decode_block_opcode_0xA,
libavcodec
|
Tue, 31 Mar 2009 18:41:39 +0000 |
stefano |
Change the order of the components for RGB565LE and RGB565BE,
libavcodec
|
Tue, 31 Mar 2009 18:36:58 +0000 |
stefano |
Add comments specifying the name of the components in the descriptors.
libavcodec
|
Tue, 31 Mar 2009 18:35:19 +0000 |
reimar |
Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixels
libavcodec
|
Tue, 31 Mar 2009 18:23:52 +0000 |
reimar |
Fix a too small CHECK_STREAM_PTR value in interplayvideo.c
libavcodec
|
Tue, 31 Mar 2009 18:18:14 +0000 |
stefano |
Make read_line() take as parameter a const AVPixFmtDescriptor * rather than a
libavcodec
|
Tue, 31 Mar 2009 15:50:11 +0000 |
diego |
Replace MPEG group reference DCT implementation by newly rewritten version.
libavcodec
|
Tue, 31 Mar 2009 15:48:47 +0000 |
diego |
Replacement reference DCT implementation.
libavcodec
|
Tue, 31 Mar 2009 14:48:14 +0000 |
reimar |
Avoid the last two uses of bitmasks in interplayvideo
libavcodec
|
Tue, 31 Mar 2009 14:44:46 +0000 |
reimar |
100l, fix FATE test broken by r18264
libavcodec
|
Tue, 31 Mar 2009 14:10:45 +0000 |
reimar |
Reindent
libavcodec
|
Tue, 31 Mar 2009 14:06:22 +0000 |
reimar |
Deduplicate code by moving it outside the if/else
libavcodec
|
Tue, 31 Mar 2009 14:04:54 +0000 |
reimar |
Rearrange how the different cases are checked to reduce the number of
libavcodec
|
Tue, 31 Mar 2009 13:58:40 +0000 |
reimar |
Avoid "reloading" code by using a 64 bit type for the flags and loading all at once.
libavcodec
|
Tue, 31 Mar 2009 13:33:55 +0000 |
reimar |
Remove now pointless temporary pix variables.
libavcodec
|
Tue, 31 Mar 2009 13:30:42 +0000 |
reimar |
Slightly simplify part of ipvideo_decode_block_opcode_0x8
libavcodec
|
Tue, 31 Mar 2009 13:21:41 +0000 |
reimar |
Fix indentation
libavcodec
|
Tue, 31 Mar 2009 13:21:10 +0000 |
reimar |
Avoid code duplication by using ?: and array indexing instead of if..else
libavcodec
|
Tue, 31 Mar 2009 12:57:03 +0000 |
reimar |
Prettify some assignments
libavcodec
|
Tue, 31 Mar 2009 12:44:35 +0000 |
reimar |
Get rid of some pointless bitmask/shifter variables in interplayvideo.c
libavcodec
|
Tue, 31 Mar 2009 09:32:59 +0000 |
diego |
Mark non-exported functions in test and example programs as static.
libavcodec
|
Tue, 31 Mar 2009 09:18:00 +0000 |
gb |
Remove inclusion of va.h, not needed anymore after r18256.
libavcodec
|
Tue, 31 Mar 2009 08:55:22 +0000 |
diego |
Give better names to reference DCT functions.
libavcodec
|
Tue, 31 Mar 2009 08:33:02 +0000 |
gb |
Improve VA API buffers allocation logic. This also reduces struct vaapi_context
libavcodec
|
Tue, 31 Mar 2009 07:37:55 +0000 |
benoit |
Move declaration of prn before any assignment.
libavcodec
|
Mon, 30 Mar 2009 20:39:08 +0000 |
gb |
Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].
libavcodec
|
Mon, 30 Mar 2009 15:36:59 +0000 |
diego |
Add required va/va.h header, should fix 'make checkheaders'.
libavcodec
|
Mon, 30 Mar 2009 03:46:52 +0000 |
ramiro |
mlpdec: Simplify check for substream_parity_present.
libavcodec
|
Mon, 30 Mar 2009 03:44:20 +0000 |
ramiro |
mlpdec: Simplify no restart header seen error.
libavcodec
|
Mon, 30 Mar 2009 03:42:40 +0000 |
ramiro |
mlpdec: Simplify substream length mismatch error.
libavcodec
|
Mon, 30 Mar 2009 03:37:19 +0000 |
ramiro |
mlpdec: Prettify substream parity check.
libavcodec
|
Mon, 30 Mar 2009 03:34:15 +0000 |
ramiro |
mlpdec: Cleaner and better termination word check.
libavcodec
|
Mon, 30 Mar 2009 03:20:01 +0000 |
ramiro |
mlpdec: More validation for read_channel_params()
libavcodec
|
Mon, 30 Mar 2009 03:12:39 +0000 |
ramiro |
mlpdec: whitespace cosmetics.
libavcodec
|
Mon, 30 Mar 2009 03:08:55 +0000 |
ramiro |
mlpdec: Simplify &foo[0] to foo and use index (which has just been initialized
libavcodec
|
Mon, 30 Mar 2009 03:05:38 +0000 |
ramiro |
mlpdec: Split filter_state_buffer into [fi]irbuf and fp to [fi]ir.
libavcodec
|
Mon, 30 Mar 2009 02:59:45 +0000 |
ramiro |
mlpdec: Unroll copying filter state data and filtering for the two filters.
libavcodec
|
Mon, 30 Mar 2009 02:54:19 +0000 |
ramiro |
mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.
libavcodec
|
Sun, 29 Mar 2009 18:15:02 +0000 |
reimar |
Merge the 3 COPY_FROM_* macros with lots of duplicated code into a single
libavcodec
|
Sun, 29 Mar 2009 17:50:46 +0000 |
reimar |
Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely)
libavcodec
|
Sun, 29 Mar 2009 17:42:03 +0000 |
reimar |
Simplify check for leftover bytes after decoding for interplayvideo.
libavcodec
|
Sun, 29 Mar 2009 17:35:22 +0000 |
reimar |
Get rid of pointless "B" array in interplayvideo decoder.
libavcodec
|
Sun, 29 Mar 2009 17:23:40 +0000 |
reimar |
Replace many tiny loops in the interplayvideo decoder by memset, memcpy
libavcodec
|
Sun, 29 Mar 2009 17:15:42 +0000 |
reimar |
Make ipvideo_decode_block array constant, compile-time initialized instead
libavcodec
|
Sun, 29 Mar 2009 14:42:52 +0000 |
diego |
Globally ignore all example binaries.
libavcodec
|
Sun, 29 Mar 2009 14:35:20 +0000 |
diego |
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
libavcodec
|
Sun, 29 Mar 2009 14:28:56 +0000 |
diego |
Rename apiexample.c --> api-example.c to be consistent with other example files.
libavcodec
|
Sat, 28 Mar 2009 00:53:52 +0000 |
ramiro |
mlpdec: Remove few random dprintf()s.
libavcodec
|
Fri, 27 Mar 2009 23:55:38 +0000 |
ramiro |
mlpdec: Check for blocksize in proper range.
libavcodec
|
Fri, 27 Mar 2009 23:48:08 +0000 |
ramiro |
mlpdec: quant_step_size can be any value from 0 to 0xF.
libavcodec
|
Fri, 27 Mar 2009 23:47:18 +0000 |
ramiro |
mlpdec: output_shift can be any value from -8 to 7.
libavcodec
|
Fri, 27 Mar 2009 23:45:52 +0000 |
ramiro |
mlpdec: output_shift is signed
libavcodec
|
Fri, 27 Mar 2009 23:42:22 +0000 |
ramiro |
mlpdec: Split read_channel_params() into its own function.
libavcodec
|
Fri, 27 Mar 2009 23:32:32 +0000 |
ramiro |
mlpdec: Split read_matrix_params() into its own function.
libavcodec
|
Fri, 27 Mar 2009 16:31:47 +0000 |
kostya |
Merge some cases for reading raw data with different bit depths in BMP
libavcodec
|
Thu, 26 Mar 2009 12:41:11 +0000 |
diego |
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test
libavcodec
|
Thu, 26 Mar 2009 01:34:02 +0000 |
ramiro |
Use intptr_t when casting pointers to int.
libavcodec
|
Wed, 25 Mar 2009 19:00:15 +0000 |
diego |
fft-test does not depend on fdctref.o.
libavcodec
|
Wed, 25 Mar 2009 18:19:20 +0000 |
diego |
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
libavcodec
|
Tue, 24 Mar 2009 22:44:12 +0000 |
jbr |
cosmetics: add an @return to documentation for decode_frame_header()
libavcodec
|
Tue, 24 Mar 2009 02:26:10 +0000 |
superdump |
Update apiexample.c to use the newer avcodec_decode_audio2() API. This also
libavcodec
|
Tue, 24 Mar 2009 01:17:55 +0000 |
jbr |
flacdec: split frame header decoding and validation into a separate
libavcodec
|
Mon, 23 Mar 2009 22:09:13 +0000 |
gb |
Add MPEG-2 bitstream decoding through VA API.
libavcodec
|
Mon, 23 Mar 2009 10:58:05 +0000 |
benoit |
Move av_class to AVResampleContext instead of ReSampleContext.
libavcodec
|
Mon, 23 Mar 2009 05:13:26 +0000 |
alexc |
AAC: Ignore cc_domain for independent (time domain) coupling.
libavcodec
|
Sun, 22 Mar 2009 23:42:06 +0000 |
stefano |
Add pcxenc.o to the $OBJS list, it was erroneously removed from it in
libavcodec
|
Sun, 22 Mar 2009 23:22:44 +0000 |
jbr |
flacdec: cosmetics: white space
libavcodec
|
Sun, 22 Mar 2009 23:19:49 +0000 |
jbr |
flacdec: cosmetics: separate the pure frame header parsing code from
libavcodec
|
Sun, 22 Mar 2009 23:13:21 +0000 |
diego |
Rename 'tests' target to 'testprogs'. It is too easily confused with the
libavcodec
|
Sun, 22 Mar 2009 22:50:22 +0000 |
diego |
Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encoders
libavcodec
|
Sun, 22 Mar 2009 22:50:19 +0000 |
stefano |
Make the pixel formats which were defined as macros:
libavcodec
|
Sun, 22 Mar 2009 22:38:06 +0000 |
jbr |
flacdec: allow sample rate to change mid-stream, but log a warning
libavcodec
|
Sun, 22 Mar 2009 22:33:41 +0000 |
diego |
Add rule for building API example programs.
libavcodec
|
Sun, 22 Mar 2009 22:13:10 +0000 |
stefano |
Factorize: use the X_NE() macro in avcodec_get_pix_fmt().
libavcodec
|