2009-01-23 |
andoma |
Avoid allocating MPADecodeContext on stack.
libavcodec
|
2009-01-23 |
kostya |
Remove the block with always false condition from vc1_parse_frame_header()
libavcodec
|
2009-01-23 |
kostya |
VC-1 postproc field is 2 bits wide while decoder read only single bit.
libavcodec
|
2009-01-22 |
jbr |
flacdec: add support for 3 additional sample rate codes
libavcodec
|
2009-01-22 |
alexc |
Mark ff_fft_init with av_cold.
libavcodec
|
2009-01-22 |
alexc |
Clean up FFT related comments.
libavcodec
|
2009-01-22 |
bcoudurier |
Add const, remove warning:
libavcodec
|
2009-01-21 |
kostya |
VMD first chunk of audio is not coded as many separate chunks of block_align
libavcodec
|
2009-01-20 |
cehoyos |
Sort VdpPictureInfo alphabetically.
libavcodec
|
2009-01-20 |
cehoyos |
Cosmetics: Fix indentation after last commit.
libavcodec
|
2009-01-20 |
cehoyos |
Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can
libavcodec
|
2009-01-19 |
diego |
Use "" instead of <> when #including non-system headers.
libavcodec
|
2009-01-19 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavcodec
|
2009-01-18 |
stefano |
Replace calls to the deprecated function av_init_random() with
libavcodec
|
2009-01-18 |
aurel |
moves mid_pred() into mathops.h (with arch specific code split by directory)
libavcodec
|
2009-01-18 |
mru |
ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change
libavcodec
|
2009-01-18 |
mru |
Alpha: fix pix_abs16
libavcodec
|
2009-01-18 |
darkshikari |
Fix 10L in r16670 (broke deblocking code)
libavcodec
|
2009-01-18 |
darkshikari |
Faster VC-1 C loopfilter using lots of xor magic
libavcodec
|
2009-01-18 |
mru |
dct-test: add Alpha idct
libavcodec
|
2009-01-18 |
mru |
Alpha: add ff_ prefix to idct functions
libavcodec
|
2009-01-18 |
mru |
Alpha: indentation
libavcodec
|
2009-01-18 |
mru |
Alpha: proper IDCT selection
libavcodec
|
2009-01-18 |
mru |
Alpha: add some const, kill some warnings
libavcodec
|
2009-01-17 |
mru |
Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp
libavcodec
|
2009-01-17 |
mru |
Alpha: fix dct_unquantize_h263_inter/intra_axp()
libavcodec
|
2009-01-17 |
stefang |
added demuxer for FunCom ISS audio files,
libavcodec
|
2009-01-17 |
vitor |
Use shared sine window instead of defining another one.
libavcodec
|
2009-01-17 |
cehoyos |
Fix compilation with --enable-libxvid.
libavcodec
|
2009-01-17 |
aurel |
remove ff_get_fourcc() and use AV_RL32() instead
libavcodec
|
2009-01-17 |
aurel |
export gcd function as av_gcd()
libavcodec
|
2009-01-17 |
cehoyos |
Remove CODEC_ID_H264_VDPAU.
libavcodec
|
2009-01-16 |
stefang |
remove duplicate tables
libavcodec
|
2009-01-16 |
stefang |
use assignment of structure instead of memcpy
libavcodec
|
2009-01-16 |
kostya |
WavPack hybrid mode support
libavcodec
|
2009-01-16 |
stefang |
rename XXX_t enums to cavs_XXX to fix POSIX namespace issue
libavcodec
|
2009-01-16 |
stefang |
rename vector_t to cavs_vector
libavcodec
|
2009-01-16 |
cehoyos |
Add mpeg1_vdpau decoder.
libavcodec
|
2009-01-16 |
benoit |
Split ff_log_missing_feature into ff_log_missing_feature
libavcodec
|
2009-01-16 |
cehoyos |
12l: Fix compilation with --disable-vdpau.
libavcodec
|
2009-01-16 |
cehoyos |
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
libavcodec
|
2009-01-16 |
aurel |
explicitly disable CONFIG_AUDIO_NONSHORT
libavcodec
|
2009-01-14 |
aurel |
WORDS_BIGENDIAN must be checked with #ifdef
libavcodec
|
2009-01-14 |
aurel |
simplify: group all the AUDIO_NONSHORT parameters in the same place
libavcodec
|
2009-01-14 |
aurel |
libavutil/lzo.h is a local header
libavcodec
|
2009-01-14 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavcodec
|
2009-01-14 |
mru |
Fix mpeg audio regression test failure
libavcodec
|
2009-01-14 |
diego |
Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
libavcodec
|
2009-01-14 |
diego |
Remove one more forgotten instance of USE_HIGHPRECISION indirection.
libavcodec
|
2009-01-14 |
diego |
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
libavcodec
|
2009-01-14 |
bcoudurier |
cleanup gif, use BISTREAM_WRITER_LE
libavcodec
|
2009-01-13 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavcodec
|
2009-01-13 |
michael |
Avoid using sub_id in mpeg1/2video.
libavcodec
|
2009-01-13 |
michael |
Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
libavcodec
|
2009-01-13 |
michael |
Let the mpeg audio parser correct the codec_id.
libavcodec
|
2009-01-13 |
michael |
Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.
libavcodec
|
2009-01-13 |
michael |
Add CODEC_ID_MP1.
libavcodec
|
2009-01-13 |
kostya |
VC-1 display dimensions should affect coded dimensions only (I think)
libavcodec
|
2009-01-13 |
kostya |
Print VC-1 aspect ratio in debug
libavcodec
|
2009-01-13 |
kostya |
421l: fix loop filter for P-frames in VC-1
libavcodec
|
2009-01-13 |
kostya |
Cinepak strip ID is a single byte
libavcodec
|
2009-01-13 |
kostya |
Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.
libavcodec
|
2009-01-13 |
aurel |
add the necessary include for LIBAV*_VERSION_*
libavcodec
|
2009-01-12 |
mru |
ARM: use push/pop pseudo-instructions in simple_idct_armv6.S
libavcodec
|
2009-01-12 |
mru |
ARM: simple_idct_armv6.S whitespace cosmetics
libavcodec
|
2009-01-12 |
mru |
ARM: clean up pc-relative references in simple_idct_armv6.S
libavcodec
|
2009-01-12 |
mru |
ARM: use rX register names in simple_idct_armv6.S
libavcodec
|
2009-01-11 |
stefano |
Add missing inclusion of libavutil/intreadwrite.h, fix compilation when
libavcodec
|
2009-01-11 |
diego |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
libavcodec
|
2009-01-11 |
diego |
Add missing #include to fix 'make checkheaders'.
libavcodec
|
2009-01-11 |
michael |
Increase BUFFER_SIZE.
libavcodec
|
2009-01-11 |
michael |
fix indention
libavcodec
|
2009-01-11 |
michael |
All negative values are errors not just -1.
libavcodec
|
2009-01-11 |
kostya |
30l: when reading mb_offset in RV30 slice header its size
libavcodec
|
2009-01-11 |
banan |
Add size that is needed for the wmapro codec
libavcodec
|
2009-01-11 |
kostya |
RV30 decoder passes possible frame sizes in extradata and selects
libavcodec
|
2009-01-11 |
cehoyos |
Remove H264Context from vdpau_internal.h.
libavcodec
|
2009-01-10 |
cehoyos |
Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).
libavcodec
|
2009-01-10 |
cehoyos |
Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.
libavcodec
|
2009-01-10 |
cehoyos |
Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.
libavcodec
|
2009-01-10 |
cehoyos |
Cosmetics: Break long line.
libavcodec
|
2009-01-10 |
cehoyos |
Fill range_map* in VC1Context.
libavcodec
|
2009-01-10 |
stefano |
Move the AVCodecContext options definition to a dedicated file, reduce
libavcodec
|
2009-01-10 |
cehoyos |
Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.
libavcodec
|
2009-01-09 |
cehoyos |
Move VDPAU check, make future VDPAU patches smaller.
libavcodec
|
2009-01-09 |
cehoyos |
Add refdist_flag to VC1Context.
libavcodec
|
2009-01-09 |
mru |
SH4: fix typo in asm constraint
libavcodec
|
2009-01-07 |
cehoyos |
Rename ff_VDPAU as ff_vdpau.
libavcodec
|
2009-01-07 |
cehoyos |
Rename bitstreamBuffers* as bitstream_buffers*
libavcodec
|
2009-01-07 |
ramiro |
configure: allow to disable sse code.
libavcodec
|
2009-01-07 |
diego |
Only #include svq3.c if the SVQ3 decoder is enabled.
libavcodec
|
2009-01-07 |
diego |
The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.
libavcodec
|
2009-01-07 |
superdump |
Support ADTS AAC files in the ffaac decoder (limited to streams containing one
libavcodec
|
2009-01-07 |
michael |
Document the need of buf=NULL buf_size=0 at the end to obtain all frames.
libavcodec
|
2009-01-07 |
diego |
Add missing headers to allow 'make checkheaders' to pass.
libavcodec
|
2009-01-07 |
diego |
Use <> instead of "" for system headers.
libavcodec
|
2009-01-07 |
superdump |
Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that
libavcodec
|
2009-01-07 |
gpoirier |
Add AltiVec versions of h264_idct_add(8|16|16intra),
libavcodec
|
2009-01-07 |
diego |
Disable SVQ3 checks if SVQ3 support is not compiled in.
libavcodec
|
2009-01-06 |
gpoirier |
Add Altivec version of vector_fmul_window.
libavcodec
|
2009-01-06 |
gpoirier |
add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)
libavcodec
|
2009-01-06 |
aurel |
ensure that no GPL code is linked to LGPL only libavcodec
libavcodec
|
2009-01-06 |
cehoyos |
Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().
libavcodec
|
2009-01-06 |
cehoyos |
Factorise setting of avctx->pix_fmt.
libavcodec
|
2009-01-06 |
gpoirier |
Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h
libavcodec
|
2009-01-06 |
gpoirier |
fix compilation with GCC-4.3+
libavcodec
|
2009-01-06 |
gpoirier |
offset and weights are signed, fixes some non-bitexact issues.
libavcodec
|
2009-01-06 |
cehoyos |
1l: Forgot to rename header guard.
libavcodec
|
2009-01-05 |
cehoyos |
Export VDPAU support by installing vdpau.h.
libavcodec
|
2009-01-05 |
cehoyos |
Rename vdpau_render.h as vdpau.h.
libavcodec
|
2009-01-05 |
gpoirier |
add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)
libavcodec
|
2009-01-05 |
gpoirier |
AltiVec version of h264_idct(8)_dc_add
libavcodec
|
2009-01-05 |
cehoyos |
Ministry of English Composition treatment: s/Alloced/Allocated
libavcodec
|
2009-01-05 |
cehoyos |
Remove leading underscore from union declaration.
libavcodec
|
2009-01-05 |
diego |
Add missing 'void' keyword to parameterless function declarations.
libavcodec
|
2009-01-05 |
diego |
spelling/grammar and whitespace cosmetics
libavcodec
|
2009-01-05 |
cehoyos |
50l: Reenable error resilience for H264 (Patch by Dark Shikari).
libavcodec
|
2009-01-05 |
cehoyos |
Cosmetics: Fix indentation.
libavcodec
|
2009-01-05 |
cehoyos |
100l: Add a deleted '{'.
libavcodec
|
2009-01-04 |
cehoyos |
Add VDPAU hardware accelerated decoding for H264 which can be used by
libavcodec
|
2009-01-04 |
michael |
Move metadata API from avcodec to avformat.
libavcodec
|
2009-01-04 |
michael |
Generic metadata API.
libavcodec
|
2009-01-04 |
cehoyos |
Use H264 MMX chroma functions to accelerate RV40 decoding.
libavcodec
|
2009-01-03 |
michael |
Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
libavcodec
|
2009-01-03 |
michael |
Add type, text and ass to AVSubtitleRect.
libavcodec
|
2009-01-03 |
michael |
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
libavcodec
|
2009-01-03 |
michael |
Replace some fixed width variable from AVSubtitle* by normal int.
libavcodec
|
2009-01-03 |
michael |
Forgot to update (I likely missed it due to its similar name to dvb...)
libavcodec
|
2009-01-03 |
michael |
Future doxy for a few fields of AVSubtitleRect.
libavcodec
|
2009-01-03 |
michael |
Change AVSubtitle.rects to an array of pointers so ABI does not break
libavcodec
|
2009-01-03 |
michael |
Add enum AVSubtitleType
libavcodec
|
2009-01-03 |
darkshikari |
Add x264 SSE2 iDCT functions to H.264 decoder.
libavcodec
|
2009-01-02 |
diego |
Avoid POSIX-reserved _t namespace.
libavcodec
|
2009-01-02 |
diego |
Avoid POSIX-reserved _t namespace.
libavcodec
|
2008-12-30 |
mru |
ARM: work around linker bug with movw/movt relocations in shared libs
libavcodec
|
2008-12-30 |
mru |
ARM: rename coefficient table in NEON IDCT
libavcodec
|
2008-12-29 |
reynaldo |
Remove duplicated dot product code. Use dsputil's
libavcodec
|
2008-12-29 |
kostya |
It turned out that RV30 uses motion vectors for forward motion B-frame
libavcodec
|
2008-12-28 |
michael |
Explain the lack of +3/7
libavcodec
|
2008-12-28 |
cehoyos |
Revert r16375: It broke aac decoding.
libavcodec
|
2008-12-28 |
cehoyos |
Reduce number of warnings when compiling with icc by two.
libavcodec
|
2008-12-28 |
cehoyos |
Silence one warning when compiling with icc:
libavcodec
|
2008-12-28 |
cehoyos |
Fix h264 decoding on SSE2 cores with icc compilation.
libavcodec
|
2008-12-27 |
mru |
Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED
libavcodec
|
2008-12-27 |
mru |
simple_idct: use MUL16 and MAC16 from mathops.h
libavcodec
|
2008-12-27 |
diego |
consistency cosmetics: Rename POWERPC identifiers to PPC.
libavcodec
|
2008-12-27 |
lu_zero |
Remove stray code
libavcodec
|
2008-12-27 |
lu_zero |
Cleanup _t types in libavcodec/ppc
libavcodec
|
2008-12-27 |
reimar |
Bump minor number for many small improvements, tiff fax decoding,
libavcodec
|
2008-12-26 |
mru |
ARM: NEON optimised float_to_int16
libavcodec
|
2008-12-26 |
michael |
Enable faxcompr.
libavcodec
|
2008-12-26 |
michael |
indent
libavcodec
|
2008-12-26 |
michael |
Simplify vertical mode
libavcodec
|
2008-12-26 |
michael |
And another sechole ...
libavcodec
|
2008-12-26 |
michael |
Fix yet another sechole.
libavcodec
|
2008-12-26 |
michael |
Fix another sechole.
libavcodec
|
2008-12-26 |
michael |
Minor simplification.
libavcodec
|
2008-12-26 |
michael |
Remove unused run_start variable.
libavcodec
|
2008-12-26 |
michael |
Move sync line pointers code to the end of the loop, it is simpler that way.
libavcodec
|
2008-12-26 |
michael |
Get rid of check for condition that is always true (run_off < avctx->width).
libavcodec
|
2008-12-26 |
michael |
Get rid of pix_left in the 2d code, it is simpler that way.
libavcodec
|
2008-12-26 |
reynaldo |
COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.
libavcodec
|
2008-12-26 |
reynaldo |
Part 2 of Kenan Gillet's QCELP silence handling patch.
libavcodec
|
2008-12-26 |
michael |
Factorize "avctx->width + 2" out to avoid someone mistakenly changing
libavcodec
|
2008-12-26 |
michael |
cosmetic (moving pix_left update)
libavcodec
|
2008-12-26 |
michael |
Close gaping sechole. That is, a series of run=0 allows arbitrary data to
libavcodec
|
2008-12-26 |
michael |
minor simplification
libavcodec
|
2008-12-26 |
michael |
Merge ff_ccitt_unpack_1d and 2d.
libavcodec
|
2008-12-26 |
michael |
Ensure that an invalid run terminates the line.
libavcodec
|
2008-12-26 |
michael |
10l != vs. == (yes, my fault not kostya's).
libavcodec
|
2008-12-26 |
michael |
indent
libavcodec
|
2008-12-26 |
michael |
Simplify zero run handling in put_line().
libavcodec
|
2008-12-26 |
michael |
Avoid negation in put_line().
libavcodec
|
2008-12-26 |
michael |
Factorize mode switching in put_line().
libavcodec
|
2008-12-26 |
michael |
Fix (rewrite) find_group3_syncmarker().
libavcodec
|
2008-12-26 |
michael |
CCITT Fax Group 3 and 4 decompression by kostya.
libavcodec
|
2008-12-26 |
diego |
ASAO Nelly Moser implementation moved to a better place on mphq.
libavcodec
|
2008-12-26 |
benoit |
s/FFmpeg-devel/ffmpeg-devel/
libavcodec
|
2008-12-26 |
darkshikari |
Fix compilation without optimization under 64-bit with x264 deblock asm enabled.
libavcodec
|
2008-12-25 |
mru |
ARM: add new h264 idct functions
libavcodec
|
2008-12-25 |
gpoirier |
Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16,
libavcodec
|
2008-12-25 |
diego |
Change mplayerhq.hu references to ffmpeg.org where appropriate.
libavcodec
|
2008-12-25 |
diego |
Fix sample URL.
libavcodec
|
2008-12-25 |
diego |
The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER.
libavcodec
|
2008-12-25 |
lorenm |
flatten an array, since gcc fails at optimizing multidimensional arrays
libavcodec
|
2008-12-24 |
michael |
export refs
libavcodec
|
2008-12-24 |
michael |
Allow decoders to set AVCodecContext.refs.
libavcodec
|
2008-12-24 |
michael |
Optimize pred_pskip_motion()
libavcodec
|
2008-12-23 |
michael |
Indent
libavcodec
|
2008-12-23 |
michael |
Integrate get_te0_golomb() calls into the code, this allows some checks
libavcodec
|
2008-12-23 |
michael |
Use get_ue_golomb_31() where possible, almost all are just in headers
libavcodec
|
2008-12-23 |
michael |
Update golomb decoding tables so that get_*_golomb_31() return some
libavcodec
|
2008-12-23 |
michael |
Add get_ue_golomb_31()
libavcodec
|
2008-12-23 |
michael |
indent
libavcodec
|
2008-12-23 |
michael |
Use the new VLC table for the first non trailing coeff too.
libavcodec
|
2008-12-23 |
michael |
Optimize esc removal code.
libavcodec
|
2008-12-23 |
kostya |
352l: correct calculating number of bits for storing macroblock offset in RV3/4
libavcodec
|
2008-12-23 |
michael |
Indent
libavcodec
|
2008-12-23 |
michael |
unified CAVLC level decoding LUT.
libavcodec
|
2008-12-23 |
michael |
Make h264 parser 50% faster.
libavcodec
|
2008-12-23 |
michael |
100l, I broke H.264 again, forgot one hunk.
libavcodec
|
2008-12-23 |
michael |
Optimize 0 0 0-3 search, 45% faster on pentium dual.
libavcodec
|
2008-12-22 |
andoma |
Revert r16257:
libavcodec
|
2008-12-22 |
michael |
Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster on
libavcodec
|
2008-12-22 |
michael |
Indent
libavcodec
|
2008-12-22 |
michael |
inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual.
libavcodec
|
2008-12-22 |
michael |
Negate 2 more variables, 1 cpu cycle faster on pentium dual.
libavcodec
|
2008-12-22 |
michael |
Simplify if/else, no speed change
libavcodec
|
2008-12-22 |
michael |
Negate a few variables, this simplifies the code and makes it 5 cycles faster
libavcodec
|
2008-12-22 |
michael |
Simplify ifs(), 8 cpu cycles faster on pentium dual
libavcodec
|
2008-12-22 |
michael |
Simplify if(), 3 cpu cycles faster in pentium dual.
libavcodec
|
2008-12-22 |
diego |
Rename libavcodec/i386/ --> libavcodec/x86/.
libavcodec
|
2008-12-22 |
kostya |
Decode TIFF image only after all tags have been decoded
libavcodec
|
2008-12-22 |
kostya |
Some TIFFs declare -1 for the single strip height
libavcodec
|
2008-12-22 |
kostya |
Add monochrome TIFF support
libavcodec
|
2008-12-22 |
kostya |
Calculate line size variable correctly for lower bitdepths and use it for raw data copying
libavcodec
|
2008-12-22 |
kostya |
Register TIFF tags for CCITT Group 3 and 4 compression options
libavcodec
|
2008-12-22 |
diego |
Remove a bunch of unused variables.
libavcodec
|
2008-12-22 |
diego |
Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.
libavcodec
|
2008-12-22 |
diego |
Fix incorrectly constructed Dirac parse units that caused A/V sync loss.
libavcodec
|
2008-12-21 |
diego |
Do not use full include path for headers in the same directory.
libavcodec
|
2008-12-21 |
michael |
Change mpeg audio parser so it only sets frame_size, channels and bit_rate
libavcodec
|
2008-12-21 |
andoma |
Include "libavutil/common.h" where we use llrint() in case ffmpeg's
libavcodec
|
2008-12-21 |
michael |
Fix PTS returned by the demuxers for mpeg4 without a decoder.
libavcodec
|
2008-12-21 |
michael |
Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().
libavcodec
|
2008-12-21 |
michael |
Remove useless code.
libavcodec
|
2008-12-21 |
michael |
Only execute clear_blocks() when needed.
libavcodec
|
2008-12-21 |
superdump |
AAC: Reindent after last commit
libavcodec
|
2008-12-21 |
superdump |
AAC: Fix AAC prediction when used in conjunction with the CPE
libavcodec
|
2008-12-21 |
superdump |
AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig
libavcodec
|
2008-12-20 |
michael |
Optimize get_dct8x8_allowed().
libavcodec
|
2008-12-20 |
kostya |
RV30 decoder
libavcodec
|
2008-12-20 |
kostya |
RV30 loop filter
libavcodec
|
2008-12-20 |
reynaldo |
Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling'
libavcodec
|
2008-12-19 |
stefano |
Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions
libavcodec
|
2008-12-19 |
stefano |
Remove calls to deprecated av_set_string2() with calls to
libavcodec
|
2008-12-19 |
darkshikari |
H.264 loopfilter speed tweaks
libavcodec
|
2008-12-19 |
darkshikari |
Port x264 deblocking code to libavcodec.
libavcodec
|
2008-12-19 |
michael |
Document new idct requirements.
libavcodec
|
2008-12-19 |
michael |
Fix decoding with the plain C idcts of
libavcodec
|