2010-07-01 |
aurel |
adu and mp3on4 functions are also needed by their respective float decoders
libavcodec
|
2010-07-01 |
vitor |
Altivec-optimized mp{1,2,3} windowing
libavcodec
|
2010-07-01 |
stefano |
Move colorspace.h from libavcodec to libavutil.
libavcodec
|
2010-07-01 |
aurel |
cosmetic: improve comment breaking at 80 cols
libavcodec
|
2010-07-01 |
aurel |
fix dependencies of vp5 and vp6 decoders after r23915
libavcodec
|
2010-07-01 |
mru |
Maybe fix threaded mpeg*video encoding
libavcodec
|
2010-07-01 |
darkshikari |
Fix h264/vp8 intra pred on Athlon XP
libavcodec
|
2010-07-01 |
jai_menon |
mpegaudioenc: Remove write-only variables from the context.
libavcodec
|
2010-06-30 |
darkshikari |
Eliminate another redundant instruction in vp56/8 arithcoder
libavcodec
|
2010-06-30 |
darkshikari |
CMOV-ify vp56 arithcoder
libavcodec
|
2010-06-30 |
darkshikari |
Optimize vp56 arithmetic decoder
libavcodec
|
2010-06-30 |
mru |
Add more int packing macros, name them consistently
libavcodec
|
2010-06-30 |
stefang |
renormalize VP5/6/7/8 range coder without loop
libavcodec
|
2010-06-30 |
cehoyos |
Do not skip one of three bits zero padding.
libavcodec
|
2010-06-30 |
mru |
Add missed file dct32.c
libavcodec
|
2010-06-30 |
vitor |
More mp{1,2,3} 32-point DCT transform to our common DCT framework.
libavcodec
|
2010-06-30 |
mru |
Improve av_resample() documentation
libavcodec
|
2010-06-30 |
mru |
Fix grammar errors in documentation
libavcodec
|
2010-06-30 |
mru |
apedec: add flush function
libavcodec
|
2010-06-30 |
benoit |
Fix "initialization from incompatible pointer type" warning in rv34.
libavcodec
|
2010-06-30 |
cehoyos |
Silense one warning:
libavcodec
|
2010-06-30 |
cehoyos |
Fix strict-aliasing violations in MPV_motion_internal.
libavcodec
|
2010-06-29 |
mru |
rv40: make rv40_adaptive_loop_filter() always_inline
libavcodec
|
2010-06-29 |
darkshikari |
Use add instead of lshift in mmxext vp8 idct
libavcodec
|
2010-06-29 |
rbultje |
Remove unused macros (duplicates from the now-LGPL x86util.asm).
libavcodec
|
2010-06-29 |
thilo.borgmann |
Add CRC check to the ALS decoder.
libavcodec
|
2010-06-29 |
mru |
ARM: add mov32 macro
libavcodec
|
2010-06-29 |
mru |
ARM: (mostly) whitespace cosmetics
libavcodec
|
2010-06-29 |
rbultje |
MMX idct_add for VP8.
libavcodec
|
2010-06-29 |
darkshikari |
Add missing mm_support call toff_h264_pred_init_x86.
libavcodec
|
2010-06-29 |
conrad |
Altivec VP8 MC functions
libavcodec
|
2010-06-29 |
conrad |
Altivec: Add helper function to load from a constant misalignment
libavcodec
|
2010-06-29 |
conrad |
vorbis: cosmetics, remove trailing comma for values that will never have
libavcodec
|
2010-06-29 |
darkshikari |
Faster C VP8 normal inner loop filter
libavcodec
|
2010-06-29 |
darkshikari |
Use crop table in C implementations of VP8 DSP functions.
libavcodec
|
2010-06-29 |
darkshikari |
Add mmxext version of VP8 DC Hadamard transform
libavcodec
|
2010-06-29 |
darkshikari |
Make x86util.asm LGPL so we can use it in LGPL asm
libavcodec
|
2010-06-29 |
darkshikari |
MMXEXT version of vp8 4x4 vertical pred
libavcodec
|
2010-06-28 |
darkshikari |
Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8
libavcodec
|
2010-06-28 |
darkshikari |
Add missing comment header for predict_4x4_dc_mmxext
libavcodec
|
2010-06-28 |
darkshikari |
Fix some intra pred MMX functions that used MMXEXT instructions
libavcodec
|
2010-06-28 |
darkshikari |
Fix VP8 bilinear mc on x86_64
libavcodec
|
2010-06-28 |
alexc |
aacenc: Start the lookahead pointer 1/4 of the way into the first short window.
libavcodec
|
2010-06-28 |
alexc |
aacenc: Fix window decision logic.
libavcodec
|
2010-06-28 |
alexc |
aacenc: Fill in the estimated codebook for the final computed scalefactor in the TLS.
libavcodec
|
2010-06-28 |
alexc |
10l: Revert r23867. It didn't make any sense.
libavcodec
|
2010-06-28 |
alexc |
Make ff_psy_preprocess_end() act like av_freep().
libavcodec
|
2010-06-28 |
alexc |
aacenc: Properly pad extradata.
libavcodec
|
2010-06-28 |
bcoudurier |
Change MMXEXT to MMX2, MMXEXT is deprecated
libavcodec
|
2010-06-28 |
darkshikari |
Add x86 asm functions for VP8 put_pixels
libavcodec
|
2010-06-28 |
darkshikari |
Add MMX, SSE2, SSSE3 asm for VP8 bilinear MC
libavcodec
|
2010-06-28 |
rbultje |
Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over all
libavcodec
|
2010-06-28 |
rbultje |
Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, but
libavcodec
|
2010-06-28 |
mru |
Set rv34 (0,0) subpel mc functions to the optimised h264 ones
libavcodec
|
2010-06-28 |
mru |
Fix x86 build with h264dsp disabled
libavcodec
|
2010-06-28 |
vitor |
Use lookup table to avoid division in mp2 decoder
libavcodec
|
2010-06-27 |
stefano |
Fix linking if MMX is disabled.
libavcodec
|
2010-06-27 |
mru |
vaapi: add missing #include "h263.h"
libavcodec
|
2010-06-27 |
mru |
ra288: convert VLAs to fixed size
libavcodec
|
2010-06-27 |
reimar |
Change type of zz_table to uint8_t to match the scantables it points to.
libavcodec
|
2010-06-27 |
cehoyos |
Add const to some pointer parameters.
libavcodec
|
2010-06-27 |
flameeyes |
tablegen: implement and use WRITE_ARRAY macros
libavcodec
|
2010-06-27 |
flameeyes |
tableprint: use the type name as-is for the functions' names.
libavcodec
|
2010-06-27 |
mru |
adpcm: convert VLAs to malloc/free
libavcodec
|
2010-06-27 |
mstorsjo |
Fix libvorbis encoding with more than 2 channels
libavcodec
|
2010-06-27 |
conrad |
Fix build without yasm
libavcodec
|
2010-06-27 |
rbultje |
First shot at VP8 optimizations:
libavcodec
|
2010-06-27 |
conrad |
VP8 bilinear filter
libavcodec
|
2010-06-27 |
conrad |
vorbisdec: Take channels into account when checking against residue overflow
libavcodec
|
2010-06-27 |
conrad |
vorbisdec: Fix header parsing with no floor1 partitions
libavcodec
|
2010-06-27 |
conrad |
vorbisdec: Remove write-only variable
libavcodec
|
2010-06-27 |
mru |
vp8: warn and request sample if upscaling specified in header
libavcodec
|
2010-06-26 |
mru |
Remove PPC perf counter support
libavcodec
|
2010-06-26 |
mru |
Remove --enable-gprof flag
libavcodec
|
2010-06-26 |
mru |
Remove unnecessary ../ from include directives
libavcodec
|
2010-06-26 |
mru |
ARM: fix build with TI compiler
libavcodec
|
2010-06-26 |
mru |
ffv1: remove VLAs
libavcodec
|
2010-06-26 |
mru |
shorten: remove VLA and check for buffer overflow
libavcodec
|
2010-06-26 |
mru |
alsdec: convert VLAs to fixed size
libavcodec
|
2010-06-26 |
mru |
pcx: convert VLAs to malloc/free
libavcodec
|
2010-06-26 |
mru |
lsp: convert variable-length arrays to fixed size
libavcodec
|
2010-06-26 |
mru |
svq1dec: replace VLA with malloc/free
libavcodec
|
2010-06-25 |
mru |
huffyuv: remove unnecessary size argument from generate_len_table()
libavcodec
|
2010-06-25 |
mru |
Make vp8 select h264dsp and use this to pull in mmx intrapred
libavcodec
|
2010-06-25 |
cehoyos |
Fix compilation without --enable-gpl.
libavcodec
|
2010-06-25 |
darkshikari |
Really fix r23782
libavcodec
|
2010-06-25 |
mru |
elbg: remove VLAs
libavcodec
|
2010-06-25 |
darkshikari |
Fix c99ism in r23782
libavcodec
|
2010-06-25 |
cehoyos |
Cosmetics: Fix indentation.
libavcodec
|
2010-06-25 |
mru |
huffyuv: make VLAs fixed size
libavcodec
|
2010-06-25 |
darkshikari |
16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264
libavcodec
|
2010-06-25 |
darkshikari |
Make VP8 DSP functions take two strides
libavcodec
|
2010-06-25 |
mru |
twinvq: remove VLAs
libavcodec
|
2010-06-25 |
mru |
rv34: kill VLAs
libavcodec
|
2010-06-25 |
darkshikari |
fix typo in vp8 decoder error message
libavcodec
|
2010-06-24 |
mru |
tta: replace potentially huge VLAs with malloc/free in context
libavcodec
|
2010-06-24 |
benoit |
Set an opaque alpha value when decoding rgba ffv1.
libavcodec
|
2010-06-24 |
mru |
Remove VLA in ff_kbd_window_init, limit window size to 1024
libavcodec
|
2010-06-24 |
mru |
vp6: convert VLA to fixed size
libavcodec
|
2010-06-24 |
vitor |
Fix compilation on x64.
libavcodec
|
2010-06-24 |
vitor |
Fix asm constraints in apply_window()
libavcodec
|
2010-06-24 |
mru |
alac: change VLAs to fixed size
libavcodec
|
2010-06-24 |
vitor |
SSE-optimized MP3 floating point windowing functions
libavcodec
|
2010-06-23 |
mru |
snow: remove unused parameter to mc_block()
libavcodec
|
2010-06-23 |
stefang |
avoid conditional and division in chroma MV calculation
libavcodec
|
2010-06-23 |
mru |
flacenc: convert VLA to fixed size
libavcodec
|
2010-06-23 |
vitor |
Move float-specific function to mpegaudiodec_float.c
libavcodec
|
2010-06-23 |
vitor |
Remove pointless condition in #if
libavcodec
|
2010-06-23 |
alexc |
Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section.
libavcodec
|
2010-06-23 |
alexc |
aactab: Tablegenify ff_aac_pow2sf_tab.
libavcodec
|
2010-06-23 |
darkshikari |
Update x264asm header files to latest versions.
libavcodec
|
2010-06-23 |
rbultje |
Fix a typo, spotted by Diego.
libavcodec
|
2010-06-23 |
diego |
Add required #includes to pass 'make checkheaders'.
libavcodec
|
2010-06-23 |
mru |
Remove OS/2 threads support
libavcodec
|
2010-06-22 |
mru |
Remove beosthreads support
libavcodec
|
2010-06-22 |
mru |
Improve some uses of ff_cropTbl with constant offset
libavcodec
|
2010-06-22 |
cehoyos |
Use right-shift instead of division by two.
libavcodec
|
2010-06-22 |
rbultje |
Reindent after r23721.
libavcodec
|
2010-06-22 |
rbultje |
Rename PACK4x8() to PACK4UINT8().
libavcodec
|
2010-06-22 |
alexc |
Move Parametric Stereo related ps* files to aacps*.
libavcodec
|
2010-06-22 |
rbultje |
Native VP8 decoder.
libavcodec
|
2010-06-22 |
rbultje |
Change a / 256 into a >> 8.
libavcodec
|
2010-06-22 |
rbultje |
Reindent after r23716.
libavcodec
|
2010-06-22 |
rbultje |
Add intra prediction functions for VP8.
libavcodec
|
2010-06-22 |
rbultje |
Add a macro to pack 4 bytes into native byte-order so they can be written
libavcodec
|
2010-06-22 |
rbultje |
Make "topright" argument to pred4x4() const.
libavcodec
|
2010-06-22 |
alexc |
Cosmetics whitespace.
libavcodec
|
2010-06-22 |
pross |
IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gmail dot com>
libavcodec
|
2010-06-22 |
mstorsjo |
Bump micro version, add changelog entry for DTS-ES extension decoding support
libavcodec
|
2010-06-22 |
mstorsjo |
Support DTS-ES extension (XCh) in dca: Cosmetic cleanup
libavcodec
|
2010-06-22 |
mstorsjo |
Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extension
libavcodec
|
2010-06-22 |
mstorsjo |
Support DTS-ES extension (XCh) in dca: update and add channel mapping tables for DTS-ES mappings
libavcodec
|
2010-06-22 |
mstorsjo |
Support DTS-ES extension (XCh) in dca: move original code around to allow reused by DTS-ES code
libavcodec
|
2010-06-22 |
mstorsjo |
Support DTS-ES extension (XCh) in dca: move subband_samples into context structure
libavcodec
|
2010-06-22 |
mstorsjo |
libvorbis: Only drop 1-byte packets at end of stream
libavcodec
|
2010-06-21 |
reimar |
mathematics.h no longer needs config.h, so update tablegen code and
libavcodec
|
2010-06-21 |
alexc |
aacdec: cosmetics: (more) whitespace
libavcodec
|
2010-06-21 |
alexc |
aacdec: cosmetics: whitespace
libavcodec
|
2010-06-21 |
alexc |
aacdec: Factorize if (elem_type < TYPE_DSE).
libavcodec
|
2010-06-21 |
alexc |
aacdec: Handle the first frame being empty case.
libavcodec
|
2010-06-20 |
alexc |
aacsbr: Make dk signed. There is no point in it being unsigned.
libavcodec
|
2010-06-20 |
alexc |
psdec: IPD/OPD reset is no longer needed by the context initializer.
libavcodec
|
2010-06-20 |
alexc |
psdec: Simplify filter addressing by incrementing the "in" pointer.
libavcodec
|
2010-06-20 |
cehoyos |
Fix typo in macro name.
libavcodec
|
2010-06-20 |
alexc |
psdec: Replace a division with a shift.
libavcodec
|
2010-06-20 |
alexc |
Rename PS bitstream reading functions to have a read_ prefix.
libavcodec
|
2010-06-20 |
alexc |
Cosmetics: whitespace.
libavcodec
|
2010-06-20 |
alexc |
Use memcpy() where appropriate in PS stereo processing remapping.
libavcodec
|
2010-06-20 |
alexc |
Allow PS envelope fixup when ps->num_env_old <= 1.
libavcodec
|
2010-06-20 |
alexc |
10l: aacsbr: Fix f_master[2] calculation when k2diff == -1.
libavcodec
|
2010-06-20 |
alexc |
Document the PS_BASELINE define.
libavcodec
|
2010-06-20 |
alexc |
Remove iid_mode from the PS context.
libavcodec
|
2010-06-20 |
vitor |
Fix breakage in compilation with --disable-mpegaudio-hp introduced in
libavcodec
|
2010-06-20 |
mru |
Remove libfaad wrapper
libavcodec
|
2010-06-19 |
alexc |
psdec: Factorize iid/icc/ipd/opd parameter bitstream reading.
libavcodec
|
2010-06-19 |
alexc |
Add HE-AAC v2 support to the AAC decoder.
libavcodec
|
2010-06-19 |
vitor |
Factorize the mpegaudio windowing code in a function and call it by a
libavcodec
|
2010-06-18 |
fenrir |
MPEG-2 DXVA2 implementation
libavcodec
|
2010-06-16 |
mstorsjo |
libvorbis: Use memmove instead of memcpy for shifting data
libavcodec
|
2010-06-16 |
janne |
dvbsub: parse display definition segment
libavcodec
|
2010-06-15 |
bcoudurier |
Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263
libavcodec
|
2010-06-15 |
bcoudurier |
Support gray16be and rgb48be in mov
libavcodec
|
2010-06-14 |
mstorsjo |
nellymoserdec: Increase the log level of messages when failing to decode data
libavcodec
|
2010-06-14 |
mstorsjo |
Reindent
libavcodec
|
2010-06-14 |
mstorsjo |
nellymoserdec: Simplify calculation of numbers of blocks
libavcodec
|
2010-06-14 |
mstorsjo |
Reindent
libavcodec
|
2010-06-14 |
mstorsjo |
nellymoserdec: Allow using unusual input block sizes
libavcodec
|
2010-06-11 |
vitor |
Remove filename from doxy comment
libavcodec
|
2010-06-11 |
vitor |
Remove useless include. Should fix compilation in MacOS X.
libavcodec
|
2010-06-11 |
maxim |
Move indeo5-specific quant table selection to decode_gop_hdr.
libavcodec
|
2010-06-11 |
vitor |
Include float.h to provide FLT_MAX define. Should fix compilation on windows.
libavcodec
|
2010-06-11 |
vitor |
RealAudio 14.4k encoder.
libavcodec
|
2010-06-11 |
maxim |
Move transform declarations out of IVIBandDesc so indeo4 can use them as well.
libavcodec
|
2010-06-11 |
vitor |
Split do_output_subblock() into common code and decoder specific parts
libavcodec
|
2010-06-11 |
vitor |
Cosmetics: indent
libavcodec
|
2010-06-11 |
vitor |
Add ff_ prefix to non-static functions
libavcodec
|
2010-06-11 |
vitor |
Split ra144.c in common code (to be shared with the future encoder) and
libavcodec
|
2010-06-10 |
maxim |
Quant changes only once per MB so move the corresponding scale factor assignment
libavcodec
|
2010-06-10 |
jbr |
Set bits_per_raw_sample in the pcm decoder.
libavcodec
|
2010-06-10 |
maxim |
Remove unused parameter.
libavcodec
|
2010-06-10 |
thardin |
avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may be set by the demuxer
libavcodec
|
2010-06-10 |
benoit |
Cosmetics: alignment and long line break.
libavcodec
|
2010-06-10 |
benoit |
Cosmetics: use and place braces correctly in if ... else statements.
libavcodec
|
2010-06-10 |
benoit |
Sanitize av_realloc() use in h264 mp4toannexb bistream filter.
libavcodec
|
2010-06-09 |
lucabe |
Improve the mp4toannexb BSF to convert the extradata.
libavcodec
|
2010-06-08 |
reimar |
Fix vp3_draw_horiz_band to calculate chroma offsets correctly
libavcodec
|
2010-06-08 |
pross |
Pictor/PC Paint decoder
libavcodec
|
2010-06-08 |
pross |
Add ff_ega_palette
libavcodec
|
2010-06-08 |
maxim |
Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those into uint16_t.
libavcodec
|
2010-06-08 |
mstorsjo |
libvpx: Set the libvpx frame dropping threshold to frame_skip_threshold
libavcodec
|
2010-06-08 |
mstorsjo |
libvpx: Don't use the VPX_KF_FIXED mode
libavcodec
|
2010-06-08 |
alexc |
Cosmetics: Fold constants and re-indent after last commit.
libavcodec
|
2010-06-08 |
alexc |
Base downsampled SBR synthesis filterbank on a single IMDCT.
libavcodec
|
2010-06-07 |
alexc |
10l: Fix types and now unused variables after last commit.
libavcodec
|
2010-06-07 |
alexc |
Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of the RDFT.
libavcodec
|
2010-06-07 |
cehoyos |
Use new macro AV_BASE64_SIZE.
libavcodec
|
2010-06-07 |
vitor |
Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitable
libavcodec
|
2010-06-06 |
reimar |
10l, there is no aac.c any more, so no need for a dependency.
libavcodec
|
2010-06-06 |
stefano |
Add support to B4BY and R4BY NUT codec tags added in NUT r672.
libavcodec
|
2010-06-06 |
stefano |
Fix width computation for nv12/nv21 in ff_get_plane_bytewidth().
libavcodec
|
2010-06-06 |
reimar |
aacdec also depends on cbrt_tables.h for hardcoded-tables.
libavcodec
|
2010-06-06 |
michael |
bgr/rgb444 for nut
libavcodec
|
2010-06-06 |
michael |
fix rgb444 support in avi.
libavcodec
|
2010-06-05 |
mstorsjo |
Improve grammar and readability
libavcodec
|
2010-06-05 |
alexc |
Cleanup apply_window_and_mdct().
libavcodec
|
2010-06-05 |
alexc |
Whitespace cosmetics
libavcodec
|
2010-06-05 |
alexc |
aac: Move an initialization macro used only by the decoder out of the header.
libavcodec
|
2010-06-05 |
alexc |
Rename aac.c to aacdec.c.
libavcodec
|
2010-06-05 |
alexc |
aacdec: Rename avccontext to avctx.
libavcodec
|
2010-06-05 |
stefano |
Move eval.c and eval.h from libavcodec to libavutil, and make the eval
libavcodec
|
2010-06-04 |
bcoudurier |
More mov rawvideo fourcc supported by the rawvideo decoder
libavcodec
|
2010-06-04 |
conrad |
Add WebM muxer
libavcodec
|
2010-06-04 |
conrad |
libvorbis: Disable strict bitrate management when not requested
libavcodec
|
2010-06-04 |
conrad |
libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor of
libavcodec
|
2010-06-04 |
conrad |
libvorbis: Hook up min/max bitrate
libavcodec
|
2010-06-04 |
conrad |
Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora
libavcodec
|
2010-06-04 |
hyc |
Use AV_BASE64_SIZE() macro
libavcodec
|
2010-06-03 |
cehoyos |
Raise default vorbis encoding quality.
libavcodec
|
2010-06-03 |
michael |
Clarify that get/release_buffer() overriding only works with CODEC_CAP_DR1 codecs.
libavcodec
|
2010-06-03 |
michael |
Document the frames returned by the decoder better.
libavcodec
|
2010-06-03 |
cehoyos |
VP8 encoding via libvpx.
libavcodec
|
2010-06-03 |
stefano |
Fix misc typos.
libavcodec
|
2010-06-03 |
alexc |
aacdec: Work around illegal files with all elem_id tags set to the same value.
libavcodec
|
2010-06-02 |
mru |
ARM: struct offsets for Apple ABI
libavcodec
|
2010-06-02 |
mru |
ARM: remove some unnecessary ifdefs, fix implicit declaration warnings
libavcodec
|
2010-06-02 |
mru |
ARM: check struct offsets only when they are used
libavcodec
|
2010-06-02 |
stefano |
Remove weird empty line and perform vertical align.
libavcodec
|
2010-06-02 |
darkshikari |
Properly initialize x264_picture_t in libx264.
libavcodec
|
2010-06-02 |
mru |
ARM: fail build if hardcoded struct offsets are wrong
libavcodec
|
2010-06-02 |
cehoyos |
Avoid division by zero that caused noise, typically at the beginning or
libavcodec
|
2010-06-02 |
mru |
bink: correctly align local arrays
libavcodec
|
2010-06-02 |
stefano |
Make avcodec_string() use av_get_codec_tag_string().
libavcodec
|
2010-06-02 |
stefano |
Implement av_get_codec_tag_string() and use it in ffprobe.
libavcodec
|
2010-06-01 |
conrad |
arm neon: Add missing mangle to external symbol
libavcodec
|
2010-06-01 |
mru |
ARM: NEON clear_block[s]
libavcodec
|
2010-06-01 |
rbultje |
Move get_buffer() calls from decode_init() to decode_frame(). Anything else is
libavcodec
|
2010-06-01 |
stefano |
Fix eval-test compilation.
libavcodec
|
2010-06-01 |
stefano |
Cosmetics: reindent and break some overly long line.
libavcodec
|
2010-06-01 |
stefano |
Cosmetics: consistently apply K&R style.
libavcodec
|
2010-06-01 |
stefano |
Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters:
libavcodec
|
2010-06-01 |
stefano |
Make ff_parse_expr() and ff_parse_and_eval_expr() return an int
libavcodec
|
2010-05-31 |
bcoudurier |
Pass codec pixel format list to get_format, if present, fix vdpau decoding
libavcodec
|
2010-05-30 |
maxim |
Make dequantization equation use less registers on some CPUs.
libavcodec
|
2010-05-30 |
maxim |
Remove unused variables.
libavcodec
|
2010-05-29 |
mru |
ARM: NEON optimised dct_unquantize_h263_{intra,inter}
libavcodec
|
2010-05-29 |
kostya |
321l: do not use shifted s->linesize instead of correct s->uvlinesize.
libavcodec
|
2010-05-28 |
bcoudurier |
In h264 decoder, use jpeg yuv pixel format when full range is set in vui
libavcodec
|
2010-05-28 |
alexc |
aacenc: Remove an unnecessary division from the TLS.
libavcodec
|
2010-05-28 |
alexc |
Cosmetics: whitespace
libavcodec
|
2010-05-28 |
alexc |
aacenc: Remove unnecessary variables and scopes in the TLS.
libavcodec
|
2010-05-28 |
hyc |
Cleanup prev commit, flag variable should start with 0
libavcodec
|
2010-05-28 |
hyc |
Parse avctx->extradata if available.
libavcodec
|
2010-05-28 |
conrad |
vp3: 10l Fix DC-only IDCT for C and ARM too
libavcodec
|
2010-05-28 |
conrad |
vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to the
libavcodec
|
2010-05-27 |
alexc |
aacdec: Clarify a channel mapping comment.
libavcodec
|
2010-05-27 |
alexc |
Mark AAC encoder as experimental.
libavcodec
|
2010-05-27 |
conrad |
VP8 parser
libavcodec
|
2010-05-27 |
conrad |
Add const to ff_emulated_edge_mc
libavcodec
|
2010-05-27 |
conrad |
Add more const to _l4 pixel functions
libavcodec
|
2010-05-27 |
conrad |
vp3: Skip the loop filter when strength is 0 or when requested
libavcodec
|
2010-05-27 |
jai_menon |
Cosmetics : Fix typo.
libavcodec
|
2010-05-27 |
cehoyos |
Some fields were incorrectly reset (to NULL) when calling avcodec_copy_context().
libavcodec
|
2010-05-26 |
stefano |
Add support for the newly added Nut codec tags (added in Nut r669):
libavcodec
|
2010-05-26 |
maxim |
Add the forgotten ff_ prefix to the shareable scan patterns.
libavcodec
|
2010-05-26 |
cehoyos |
Factorize ff_h264_decode_extradata().
libavcodec
|
2010-05-26 |
cehoyos |
Mark vorbis encoder as experimental.
libavcodec
|
2010-05-26 |
stefano |
Bump minor version bump and add an APIchanges entry after addition of
libavcodec
|
2010-05-26 |
cehoyos |
Bump minor version and add Changelog entry after r23334.
libavcodec
|
2010-05-26 |
michael |
Treat SIPP like xvid, fixed issue1966
libavcodec
|
2010-05-26 |
maxim |
moves indeo5 scan patterns into ivi_common.c
libavcodec
|
2010-05-26 |
cehoyos |
Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.
libavcodec
|
2010-05-26 |
alexc |
Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once.
libavcodec
|
2010-05-25 |
alexc |
Fix declaration after statement
libavcodec
|
2010-05-25 |
cehoyos |
Do not invert samples when encoding Vorbis.
libavcodec
|
2010-05-25 |
michael |
Check for VUI overeading and reset num_reoder_frames.
libavcodec
|
2010-05-25 |
mstorsjo |
Cosmetics: reindent after the previous commit
libavcodec
|
2010-05-25 |
mstorsjo |
api-example: Try to avoid decoding incomplete frames
libavcodec
|
2010-05-25 |
alexc |
aacenc: Split find_max_val() from find_min_book() to eliminate duplicate searches.
libavcodec
|
2010-05-25 |
alexc |
Remove useless costly inf checks from the trellis scalefactor search.
libavcodec
|
2010-05-25 |
alexc |
aacenc: Trellis over scalefactors using an estimated codebook rather than every codebook.
libavcodec
|
2010-05-25 |
alexc |
aacenc: Only trellis over a column of 61 scalefactors (reduced from 256).
libavcodec
|
2010-05-25 |
alexc |
aacenc: Factor out find_min_book so it can be used by multiple coefficient coders.
libavcodec
|
2010-05-25 |
michael |
Correct golomb vlc decoding tables.
libavcodec
|
2010-05-25 |
cehoyos |
Headers for libvpx are installed into vpx subdirectory.
libavcodec
|
2010-05-25 |
conrad |
theora: Don't read an excess bit for maximum length long bit runs if the run
libavcodec
|
2010-05-25 |
cehoyos |
VP8 decoding via libvpx.
libavcodec
|
2010-05-24 |
cehoyos |
Fix documentation of av_audio_convert.
libavcodec
|
2010-05-23 |
reimar |
Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction.
libavcodec
|
2010-05-21 |
stefano |
Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV to
libavcodec
|
2010-05-21 |
stefano |
Rename findPixelFormat() to find_pix_fmt().
libavcodec
|
2010-05-20 |
stefano |
Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.
libavcodec
|
2010-05-20 |
stefano |
Fix doxy reference to unexisting function.
libavcodec
|
2010-05-19 |
michael |
Change eval API to take parent log context and log level offset.
libavcodec
|
2010-05-19 |
bcoudurier |
fix x264 encoding when delay is > number of input frames
libavcodec
|
2010-05-19 |
alexc |
Add a chomp BSF to consume zero padding at the end of a packet.
libavcodec
|
2010-05-19 |
alexc |
Make aac_decode_frame() consume zero padding at the end of a packet.
libavcodec
|
2010-05-19 |
conrad |
Bump minor version for CODEC_ID_VP8
libavcodec
|
2010-05-19 |
conrad |
Add VP8 CODEC_ID
libavcodec
|
2010-05-19 |
benoit |
Fix signedness of q_delta field of the IVIMbInfo.
libavcodec
|
2010-05-18 |
cehoyos |
Factorize some code into the new function ff_toupper4().
libavcodec
|
2010-05-17 |
stefano |
Add log_level_offset to AVCodecContext.
libavcodec
|
2010-05-17 |
benoit |
Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')
libavcodec
|
2010-05-16 |
stefano |
Change the order of parameters for ff_eval_expr() and
libavcodec
|
2010-05-16 |
cehoyos |
Factorize code into a single function.
libavcodec
|
2010-05-16 |
stefano |
Add missing rawvideo pixel formats to codec tags mappings for nut.
libavcodec
|
2010-05-16 |
stefano |
Add NV12 and NV21 AVI tags.
libavcodec
|
2010-05-14 |
fenrir |
Reindent after last commit on dxva2 h264 AVHWAccel.
libavcodec
|
2010-05-14 |
fenrir |
Fixed h264 long term support with dxva2 AVHWAccel.
libavcodec
|
2010-05-14 |
alexc |
fmaxf -> FFMAX to fix pre-C99 systems
libavcodec
|
2010-05-14 |
alexc |
aacenc: Add a rate only trellis for codebook selection for the TLS.
libavcodec
|
2010-05-14 |
alexc |
aacenc: Use exact values when quantizing, not fuzzy values.
libavcodec
|
2010-05-14 |
alexc |
aacenc: Use an estimated codebook for the TLS (two loop search).
libavcodec
|
2010-05-14 |
alexc |
aacenc: Select the TLS (two-loop search) as the default scalefactor coder.
libavcodec
|
2010-05-14 |
alexc |
aacenc: Fix psy logic.
libavcodec
|
2010-05-13 |
cehoyos |
Fix compilation of AC3 decoder if E-AC3 decoder was disabled.
libavcodec
|
2010-05-13 |
rbultje |
Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>.
libavcodec
|
2010-05-13 |
rbultje |
Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>.
libavcodec
|
2010-05-13 |
mru |
Add mpegaudiodec_float.o dependency on tables header with hardcoded tables
libavcodec
|
2010-05-13 |
michael |
1.0 and the resulting exactly representable value must be marked as float as well,
libavcodec
|
2010-05-13 |
michael |
Cast constants to float to avoid gcc converting to and from
libavcodec
|
2010-05-13 |
michael |
Use standard C for implementing sign_extend() and zero_extend().
libavcodec
|
2010-05-13 |
rbultje |
Reindent after r23112.
libavcodec
|
2010-05-13 |
rbultje |
Move handling of paletted data to the IFF demuxer. This allows future
libavcodec
|
2010-05-13 |
rbultje |
Handle palette underflows, fill remaining space with black (zero) data.
libavcodec
|
2010-05-13 |
rbultje |
Move a while(..){..} -> do{..}while(..), slightly faster.
libavcodec
|
2010-05-13 |
michael |
Fix compilation with low precission mpeg audio decoding.
libavcodec
|
2010-05-13 |
michael |
Fix mpegaudio tablegen.
libavcodec
|
2010-05-13 |
michael |
Support writing 2d float arrays.
libavcodec
|
2010-05-12 |
lorenm |
change a variable-length array to a malloc.
libavcodec
|
2010-05-12 |
reimar |
Set coded_frame to NULL when closing a codec, since it might
libavcodec
|
2010-05-11 |
michael |
Do the same sign flip optimization to the low freq decoder.
libavcodec
|
2010-05-11 |
michael |
Factorize READ_FLIP_SIGN() optimization out
libavcodec
|
2010-05-11 |
michael |
Optimize decoding high freqs.
libavcodec
|
2010-05-11 |
michael |
Make lsf_sf_expand() 4 times faster.
libavcodec
|
2010-05-11 |
michael |
float based mp1/mp2/mp3 decoders.
libavcodec
|
2010-05-11 |
alexc |
Set cur_channel in the AAC encoder context where needed.
libavcodec
|
2010-05-11 |
michael |
Remove unused FRAC_RND() macro from mpegaudiodec.c.
libavcodec
|
2010-05-11 |
ramiro |
mlpdec: Comment channel_params field in struct SubStream.
libavcodec
|
2010-05-11 |
ramiro |
mlpdec: Allocate channel decoding parameters for each substream. Some file
libavcodec
|
2010-05-11 |
michael |
Adding missing () to mathops.h.
libavcodec
|
2010-05-10 |
reimar |
Replace more "m" constraints with MANGLE to fix compilation issues
libavcodec
|
2010-05-10 |
rbultje |
Optimize decodeplane32().
libavcodec
|
2010-05-10 |
rbultje |
Ensure that width and height are > 0. avcodec_open() itself only checks that
libavcodec
|
2010-05-10 |
benoit |
Check NAL unit size to avoid reading past the buffer.
libavcodec
|
2010-05-09 |
stefano |
Reorder nut specific codec tags and add a comment for marking them as
libavcodec
|
2010-05-09 |
stefano |
Add missing nut-specific codec tags for rawvideo pixel formats.
libavcodec
|
2010-05-09 |
stefano |
Make the codec tags for the yuvjXXX pixel formats the same as the
libavcodec
|
2010-05-09 |
stefano |
Add support to the Y411 codec tag, corresponding to the rawvideo pixel
libavcodec
|
2010-05-09 |
rbultje |
Remove "bps" parameter to decodeplane8/32(), it's unused.
libavcodec
|
2010-05-09 |
mru |
IFF: decode last 8 pixels per line
libavcodec
|
2010-05-08 |
rbultje |
Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>.
libavcodec
|
2010-05-08 |
reimar |
Another try for fixing/improving decode_video documentation.
libavcodec
|
2010-05-06 |
darkshikari |
Add intra refresh and crf-max support to the libavcodec libx264 wrapper.
libavcodec
|
2010-05-06 |
alexc |
10l: store the result of clipping added in r23035
libavcodec
|
2010-05-06 |
alexc |
Error out when too many bits per frame are requested.
libavcodec
|
2010-05-06 |
alexc |
Make the faac inspired quantizer search make sense for a slightly narrower definition of "make sense."
libavcodec
|
2010-05-05 |
conrad |
schroenc: Set colorspace info
libavcodec
|
2010-05-05 |
conrad |
schroenc: Use AV_RB32
libavcodec
|
2010-05-05 |
conrad |
schroenc: Set open-gop
libavcodec
|
2010-05-05 |
conrad |
schroenc: Set keyframe interval
libavcodec
|
2010-05-05 |
conrad |
schroenc: Use constant quality for constant quality, not noise threshold
libavcodec
|
2010-05-05 |
conrad |
schroenc: Don't touch gop_structure by default, it should be left adaptive
libavcodec
|
2010-05-05 |
cehoyos |
Align plane size to word-boundary.
libavcodec
|
2010-05-03 |
rbultje |
Revert r22974 int->unsigned parts that don't have any meaningful effect.
libavcodec
|
2010-05-03 |
alexc |
10l: The SBR refactor requires the use of 2 independent output X buffers.
libavcodec
|
2010-05-03 |
mstorsjo |
amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder output
libavcodec
|
2010-05-02 |
rbultje |
Another buffer overflow, fixes issue1758.
libavcodec
|
2010-05-02 |
reimar |
Clarify how allocation works for the picture argument for
libavcodec
|
2010-05-01 |
rbultje |
Fix buffer overrun (or, well, actually a typo, 80 should be 0x80...).
libavcodec
|
2010-04-30 |
alexc |
Enforce time border monotonicity.
libavcodec
|
2010-04-30 |
alexc |
Move the SBR patch count check to prevent overwrites.
libavcodec
|
2010-04-30 |
alexc |
Increase size of patch_borders[].
libavcodec
|
2010-04-30 |
michael |
avi bgr24 padding fix.
libavcodec
|
2010-04-30 |
alexc |
Reindent
libavcodec
|
2010-04-30 |
alexc |
Rewrite ff_sbr_apply in a manner more friendly to PS.
libavcodec
|
2010-04-30 |
mru |
ARM: NEON optimised VP6 edge filter
libavcodec
|
2010-04-30 |
mru |
VP56: move vp56_edge_filter to new VP56DSPContext
libavcodec
|
2010-04-28 |
michael |
Add version to AVClass so we can add to and use fields of AVClass without ABI issues.
libavcodec
|
2010-04-26 |
rbultje |
Reidnent after r22795.
libavcodec
|
2010-04-26 |
rbultje |
Move some branches outside looped code. Should improve the generated asm (and
libavcodec
|
2010-04-26 |
rbultje |
Switch some ints to unsigned (they can only have positive values, this allows
libavcodec
|
2010-04-26 |
cehoyos |
Make two functions out of #define hackery.
libavcodec
|
2010-04-25 |
stefano |
Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1
libavcodec
|
2010-04-23 |
rbultje |
Add acelp_filters.o as QCELP decoder object file.
libavcodec
|
2010-04-23 |
mru |
Workaround for missing llrintf()
libavcodec
|
2010-04-22 |
jbr |
ac3dec: return smaller of buf_size and frame_size instead of always returning
libavcodec
|
2010-04-22 |
mru |
ARM: fix build for darwin/iphone
libavcodec
|
2010-04-22 |
michael |
Set .supported_samplerates for mpeg audio encoders.
libavcodec
|
2010-04-21 |
rbultje |
WMAVoice postfilter.
libavcodec
|
2010-04-21 |
rbultje |
Move clipping of audio samples (for those codecs outputting float) from decoder
libavcodec
|
2010-04-21 |
jai_menon |
Fix typo.
libavcodec
|
2010-04-21 |
rbultje |
Implement QCELP postfilter.
libavcodec
|
2010-04-21 |
rbultje |
Make the Sipr16k postfilter function write data into the target/output buffer.
libavcodec
|
2010-04-21 |
rbultje |
Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().
libavcodec
|
2010-04-21 |
rbultje |
Split the input/output data arguments to ff_adaptive_gain_control().
libavcodec
|
2010-04-21 |
conrad |
theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens)
libavcodec
|
2010-04-21 |
vitor |
10l: do not try to unpack DTX frames in AMR-NB decoder
libavcodec
|
2010-04-20 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
2010-04-20 |
diego |
cosmetics: Switch Doxygen comments to JavaDoc style.
libavcodec
|
2010-04-19 |
darkshikari |
vertical align in libx264.c
libavcodec
|
2010-04-17 |
cehoyos |
Add const to some pointer parameters.
libavcodec
|
2010-04-17 |
conrad |
vp3: Use avctx pointer directly
libavcodec
|
2010-04-17 |
conrad |
vp3: Read fps and aspect ratio in the decoder
libavcodec
|
2010-04-17 |
conrad |
vp3: Don't crop if there's a left/top offset, it's wrong
libavcodec
|
2010-04-17 |
conrad |
vp3: DC-only IDCT
libavcodec
|
2010-04-16 |
conrad |
vp3: More buffer length checks
libavcodec
|
2010-04-16 |
conrad |
vp3: Remove internal debug statement
libavcodec
|
2010-04-15 |
gb |
H.264: cosmetics (vertical align).
libavcodec
|
2010-04-15 |
gb |
H.264: move avctx->{profile,level} init before AVCodecContext.get_format().
libavcodec
|
2010-04-15 |
gb |
H.264: move avctx->refs init before AVCodecContext.get_format().
libavcodec
|
2010-04-14 |
andoma |
pngdec: Add support for PIX_FMT_Y400A
libavcodec
|
2010-04-14 |
andoma |
Add PIX_FMT_Y400A, 8bit gray, 8bit alpha
libavcodec
|
2010-04-13 |
stefano |
Factorize code in get_bit_rate().
libavcodec
|
2010-04-13 |
diego |
Add rectangle.h #include for fill_rectangle().
libavcodec
|
2010-04-13 |
diego |
Move static function fill_filter_caches() from h264.h to h264.c.
libavcodec
|
2010-04-13 |
mru |
DCA: indent
libavcodec
|
2010-04-13 |
mru |
DCA: optimise dca_subsubframe()
libavcodec
|
2010-04-13 |
gb |
[VA-API] Fix long-term reference frames addition to the DPB.
libavcodec
|
2010-04-13 |
mru |
10l: fix build on non-NEON ARM
libavcodec
|
2010-04-12 |
stefano |
Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565,
libavcodec
|
2010-04-12 |
stefano |
Fix grammar: a expression -> an expression.
libavcodec
|
2010-04-12 |
stefano |
Remove stray empty line.
libavcodec
|
2010-04-12 |
mru |
DCA: ARM/NEON optimised lfe_fir
libavcodec
|
2010-04-12 |
mru |
DCA: 16-byte-align lfe_fir tables
libavcodec
|
2010-04-12 |
mru |
DCA: break out lfe_interpolation_fir() inner loops to a function
libavcodec
|
2010-04-12 |
stefano |
Fix constness for func[12] parameters in ff_parse_expr() and
libavcodec
|
2010-04-12 |
stefano |
Change constness for func[12]_name parameters of ff_parse_expr() and
libavcodec
|
2010-04-12 |
stefano |
Rename ff_parse() to ff_parse_expr().
libavcodec
|
2010-04-12 |
stefano |
Remove unnecessary header inclusion directives.
libavcodec
|
2010-04-12 |
benoit |
Extradata length checks for Huffyuv.
libavcodec
|
2010-04-12 |
mru |
DCA: use FASTDIV in decode_blockcode()
libavcodec
|
2010-04-12 |
mru |
ARM: fix NEON synth_filter_float with hardfp calls
libavcodec
|
2010-04-12 |
jai_menon |
Remove useless header inclusion.
libavcodec
|
2010-04-12 |
mru |
DCA: simplify lfe_interpolation_fir()
libavcodec
|
2010-04-12 |
mru |
DCA: use a local variable for loop boundary
libavcodec
|
2010-04-12 |
mru |
DCA: use some type-punning in qmf_32_subbands()
libavcodec
|
2010-04-11 |
stefano |
Rename ff_eval2() to ff_parse_and_eval_expr().
libavcodec
|
2010-04-11 |
stefano |
Rename ff_parse_eval() to ff_eval_expr().
libavcodec
|
2010-04-11 |
stefano |
Place some empty line in the doxy.
libavcodec
|
2010-04-11 |
stefano |
Remove redundant file descriptions from copyright headers.
libavcodec
|
2010-04-11 |
stefano |
Avoid the use of the symbol ff_expr_s for referencing AVExpr.
libavcodec
|
2010-04-11 |
jai_menon |
DECLARE_ALIGNED usage requires #inclusion of 'mem.h'.
libavcodec
|
2010-04-11 |
stefano |
Doxument ff_free_expr().
libavcodec
|
2010-04-11 |
stefano |
Make ff_fill_linesize() use the information stored in
libavcodec
|
2010-04-11 |
stefano |
Rename ff_eval_free() to ff_free_expr().
libavcodec
|
2010-04-11 |
stefano |
Rename AVEvalExpr to AVExpr, as suggested by Michael.
libavcodec
|
2010-04-11 |
stefano |
Move AVEvalExpr declaration at the beginning of the file, where it is
libavcodec
|
2010-04-10 |
jai_menon |
alacenc : Report supported input sample formats.
libavcodec
|
2010-04-10 |
mru |
ARM: NEON optimised synth_filter_float
libavcodec
|
2010-04-10 |
mru |
Make synth_filter a function pointer
libavcodec
|
2010-04-10 |
mru |
DCA: align some arrays
libavcodec
|
2010-04-08 |
alexc |
Reindent read_sbr_extension.
libavcodec
|
2010-04-08 |
alexc |
Print an error and skip PS when PS is found but explicitly found but
libavcodec
|
2010-04-08 |
alexc |
Add support for PS sync extensions.
libavcodec
|
2010-04-08 |
alexc |
Use get_bits_left() in the sync extension check.
libavcodec
|
2010-04-08 |
alexc |
Fix ext_object_type.
libavcodec
|
2010-04-06 |
benoit |
Fix segfault when encoder initialization fails.
libavcodec
|
2010-04-04 |
siretart |
Avoid division by zero
libavcodec
|
2010-04-03 |
vitor |
Add help for (I)RDFT test in fft-test
libavcodec
|
2010-04-03 |
vitor |
Make code using 1d-DCT consistent with the API change
libavcodec
|
2010-04-03 |
stefano |
Replace all remaining occurrences of AVERROR_NOMEM with
libavcodec
|
2010-04-02 |
alexc |
aacenc: Error when an unsupported profile is requested
libavcodec
|
2010-04-02 |
alexc |
aacenc: Don't lowpass the input unless specifically requested.
libavcodec
|
2010-04-02 |
michael |
Change default for bidir_refine to 1.
libavcodec
|
2010-04-02 |
michael |
Optimize bidir_refine a bit.
libavcodec
|
2010-04-02 |
michael |
Change bidir refine hash code so we only need to perform a single
libavcodec
|
2010-04-02 |
michael |
Reduce the size of the bidir refine hashtable from 4096 to 256 and
libavcodec
|
2010-04-02 |
michael |
Move comment that belonged to cmp() back to cmp().
libavcodec
|
2010-04-02 |
michael |
slice dice, inline and outline cmp()
libavcodec
|
2010-04-01 |
michael |
Store range coder state transition table.
libavcodec
|
2010-04-01 |
reimar |
Allow hardcoding of ulaw and alaw tables.
libavcodec
|
2010-04-01 |
reimar |
Change/simplify the tableprint/tablegen API.
libavcodec
|
2010-04-01 |
reimar |
Convert two "m" constraints to MANGLE to fix compilation with some compilers.
libavcodec
|
2010-04-01 |
benoit |
Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.
libavcodec
|
2010-04-01 |
koorogi |
Add function to export EDGE_WIDTH from libavcodec.
libavcodec
|
2010-03-31 |
rbultje |
Document API addition of avcodec_copy_context().
libavcodec
|
2010-03-31 |
rbultje |
Add avcodec_copy_context().
libavcodec
|
2010-03-31 |
cehoyos |
Fix likely typo in r15937.
libavcodec
|
2010-03-31 |
cehoyos |
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
libavcodec
|
2010-03-31 |
astrange |
H264: Copy h264dsp when creating new slice threads
libavcodec
|
2010-03-30 |
stefano |
Move AVMediaType from libavcodec to libavutil.
libavcodec
|
2010-03-30 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavcodec
|
2010-03-30 |
cehoyos |
Add spectral extension to the E-AC-3 decoder.
libavcodec
|
2010-03-30 |
michael |
Fix implicit weight for b frames in mbaff.
libavcodec
|
2010-03-30 |
michael |
Make sure the EC code does not attempt to use inter based concealment if there
libavcodec
|
2010-03-30 |
benoit |
Replace @returns by @return.
libavcodec
|
2010-03-30 |
cehoyos |
Set VDPAU H264 picture parameter field_order_cnt and frame_num at the
libavcodec
|
2010-03-30 |
cehoyos |
Fix VDPAU for H.264 streams with long reference frames.
libavcodec
|
2010-03-29 |
stefano |
Implement YOP demuxer and video decoder.
libavcodec
|
2010-03-29 |
reimar |
Include appropriate header in table generators instead of using a dummy
libavcodec
|
2010-03-29 |
reimar |
Fix indentation.
libavcodec
|
2010-03-29 |
rbultje |
Simplify interleaving code.
libavcodec
|
2010-03-29 |
jai_menon |
Cosmetics : add a space after ",".
libavcodec
|
2010-03-29 |
lorenm |
indent
libavcodec
|
2010-03-29 |
lorenm |
optimize init_vlc().
libavcodec
|
2010-03-28 |
jai_menon |
TTA : Check if the output buffer size is within bounds.
libavcodec
|
2010-03-27 |
reimar |
Clearer CODEC_CAP_DR1 documentation.
libavcodec
|
2010-03-26 |
astrange |
h264: Use + instead of | in some places
libavcodec
|
2010-03-26 |
ramiro |
libxvid: Clear extradata pointer when freeing it.
libavcodec
|
2010-03-26 |
astrange |
h264: Remove unused function argument
libavcodec
|
2010-03-26 |
astrange |
h264: Simplify decode_cabac_residual() specialization
libavcodec
|
2010-03-25 |
stefano |
Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /
libavcodec
|
2010-03-25 |
bcoudurier |
Enable mbtree by default, and remove it from presets
libavcodec
|
2010-03-25 |
bcoudurier |
Enable more libx264 options, aq, psy, rc lookahead and ssim
libavcodec
|
2010-03-24 |
alexc |
aacenc: Merge quantize_band_cost() with quantize_and_encode_band().
libavcodec
|
2010-03-23 |
vitor |
Bump minor version, I forgot in the last commit
libavcodec
|
2010-03-23 |
vitor |
Implement the discrete sine/cosine transforms DCT-I and DST-I
libavcodec
|
2010-03-23 |
cehoyos |
Always check if ff_alloc_picture() succeeds.
libavcodec
|
2010-03-23 |
diego |
Remove unused variable, fixes the warning:
libavcodec
|
2010-03-23 |
mru |
ARM: NEON optimised RDFT
libavcodec
|
2010-03-23 |
michael |
Change ref_index structure so it matches how its organized in h264.
libavcodec
|
2010-03-22 |
michael |
Disallow VLC coding with more than 8 bits as there are several bugs
libavcodec
|
2010-03-22 |
michael |
Throw out last experimental warning that was printed for colorspaces with more than
libavcodec
|
2010-03-22 |
mstorsjo |
Add doxygen docs for av_xiphlacing
libavcodec
|
2010-03-22 |
michael |
Remove the word "experimental"
libavcodec
|
2010-03-21 |
michael |
Ignore x264 build=0 as there is no such version, this restores previous
libavcodec
|
2010-03-21 |
stefano |
Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than
libavcodec
|
2010-03-21 |
reimar |
Do not use puts, it adds additional newlines making the generated files
libavcodec
|
2010-03-21 |
reimar |
Add support for hard-coding the 256kB large dv_vlc_map table.
libavcodec
|
2010-03-21 |
reimar |
Extend and move macros to create table printing functions to header.
libavcodec
|
2010-03-21 |
reimar |
Split VLC-related tables out of dvdata.h to make it easier to add support
libavcodec
|
2010-03-21 |
vitor |
Reindent after r22618.
libavcodec
|
2010-03-21 |
vitor |
Split DCT-II and DCT-III in different functions, they do not share any code.
libavcodec
|
2010-03-21 |
vitor |
Call DCT by function pointer. Needed for any future ASM implementation and
libavcodec
|
2010-03-21 |
vitor |
Cosmetics: move ff_dct_init() to the bottom of the file
libavcodec
|
2010-03-21 |
vitor |
DCT: remove unused field from context
libavcodec
|
2010-03-21 |
kostya |
fix minor typo
libavcodec
|
2010-03-20 |
aurel |
fix compilation with --disable-everything --enable-decoder=mpeg2video
libavcodec
|
2010-03-20 |
mru |
rdft: reorder functions to avoid static prototype
libavcodec
|
2010-03-20 |
mru |
Call rdft by function pointer
libavcodec
|
2010-03-20 |
michael |
Hotfix for regtest-error failure
libavcodec
|
2010-03-20 |
michael |
Error concealment of h264 with multiple references.
libavcodec
|
2010-03-18 |
stefano |
Reinitialize the h264 decoder context on every valid aspect ratio
libavcodec
|
2010-03-18 |
mru |
Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED
libavcodec
|
2010-03-18 |
stefano |
Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather than
libavcodec
|
2010-03-17 |
cehoyos |
Fix compilation on PPC 470.
libavcodec
|
2010-03-17 |
benoit |
qtrleenc: add rgb555 output
libavcodec
|
2010-03-17 |
kostya |
Correct reference buffer switching in Indeo 5 decoder.
libavcodec
|
2010-03-17 |
kostya |
document two variables in Indeo5 decoding context
libavcodec
|
2010-03-17 |
michael |
Use H264s MC instead of mpeg4-asp qpel for h264 error resilience.
libavcodec
|
2010-03-16 |
mru |
Simplify arch-specific object file lists
libavcodec
|
2010-03-16 |
mru |
Move arch-specific makefile parts into $arch/Makefile
libavcodec
|
2010-03-16 |
mru |
Move H264 dsputil functions into their own struct
libavcodec
|
2010-03-15 |
bcoudurier |
100L, revert r22560, already present
libavcodec
|
2010-03-15 |
bcoudurier |
mpegts muxer now needs mpeg4audio code like adts muxer
libavcodec
|
2010-03-15 |
mru |
H264: fix signed overflow in constant multiplication
libavcodec
|
2010-03-15 |
michael |
Add ff_ prefix for mpeg2_dc_scale_table.
libavcodec
|
2010-03-15 |
michael |
Support intra_dc_precision>8 in jpeg
libavcodec
|
2010-03-15 |
michael |
use mpeg2 quantization bias for mjpeg.
libavcodec
|
2010-03-15 |
benoit |
Remove avcodec_thread_execute from avcodec.h, and make static functions that
libavcodec
|
2010-03-14 |
cehoyos |
Cosmetics: Fix a comment.
libavcodec
|
2010-03-14 |
mru |
DWT: x86 init should depend on HAVE_MMX
libavcodec
|
2010-03-14 |
reimar |
Allow hard-coding of the 32kB cubic-root table for AAC.
libavcodec
|
2010-03-14 |
reimar |
Allow hard-coding several QDM2 tables (about 32 kB size).
libavcodec
|
2010-03-14 |
reimar |
Add some more table-printing functions needed for future patches.
libavcodec
|
2010-03-14 |
mru |
Add ff_ prefix to dwt functions
libavcodec
|
2010-03-14 |
mru |
Separate DWT from snow and dsputil
libavcodec
|
2010-03-14 |
michael |
Make sure all mvs of a mb are set in the error concealment code.
libavcodec
|
2010-03-14 |
michael |
Ensure that the deblock filter accesses the correct MVs for h264.
libavcodec
|
2010-03-13 |
alexc |
aacsbr: DSPUtilize analysis input scaling.
libavcodec
|
2010-03-13 |
alexc |
aac: Don't bias output during the IMDCT if SBR will be used.
libavcodec
|
2010-03-13 |
stefano |
Make iff.c:decode_init return the value returned by
libavcodec
|
2010-03-13 |
aurel |
CODEC_ID_XVID is not used anywhere, remove it at next major bump
libavcodec
|
2010-03-13 |
aurel |
bump minor avcodec version for libxvid codec id change (r22489)
libavcodec
|
2010-03-13 |
conrad |
vp3: Split out motion vectors to their own array
libavcodec
|
2010-03-13 |
stefano |
Move error code definitions from libavcodec/avcodec.h to
libavcodec
|
2010-03-13 |
conrad |
theora: Add support for 4:2:2 and 4:4:4 subsampling
libavcodec
|
2010-03-13 |
conrad |
vp3: remove unneeded error, this is internal and doesn't happen
libavcodec
|
2010-03-13 |
conrad |
vp3: Make fragment_width _height by plane
libavcodec
|
2010-03-13 |
conrad |
vp3: we only need a temp MV array of size 4
libavcodec
|
2010-03-13 |
conrad |
vp3: Use memset to clear the fragment array
libavcodec
|
2010-03-13 |
conrad |
vp3: Init MVs to 0
libavcodec
|
2010-03-13 |
conrad |
vp3: Simplify init_block_mapping
libavcodec
|
2010-03-12 |
aurel |
libxvid is producing standard mpeg4 so it don't need its own codec id
libavcodec
|
2010-03-12 |
michael |
Fix guess_mv() so that it works correctly with 4x4 MV blocks.
libavcodec
|
2010-03-12 |
michael |
Fix indention
libavcodec
|
2010-03-12 |
michael |
Always reset slice_table.
libavcodec
|
2010-03-12 |
aurel |
fix compilation with --disable-everything --enable-muxer=mpegts
libavcodec
|
2010-03-12 |
aurel |
fix compilation with --disable-everything --enable-decoder=twinvq
libavcodec
|
2010-03-11 |
rbultje |
Fix spelling.
libavcodec
|
2010-03-11 |
pross |
Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot st)
libavcodec
|
2010-03-11 |
mru |
snow: remove unused stub functions
libavcodec
|
2010-03-11 |
mru |
Add some required casts
libavcodec
|
2010-03-10 |
mru |
sparc: fix a few pages of cast warnings
libavcodec
|
2010-03-10 |
mru |
sparc: fix dsputil prototypes
libavcodec
|
2010-03-10 |
mstorsjo |
Only use .size in ARM assembly when targeting ELF
libavcodec
|
2010-03-10 |
michael |
Check level_prefix a bit (this just checks the max our bitreader can handle,
libavcodec
|
2010-03-10 |
mru |
Replace $(G) with more generic $(M) in silent make rules
libavcodec
|
2010-03-10 |
conrad |
vp3: avoid buffer overread in coeff decode
libavcodec
|
2010-03-09 |
cehoyos |
Fix indentation after r22414.
libavcodec
|
2010-03-09 |
cehoyos |
SIMD optimization using float_to_int16_interleave.
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Check that bs_num_env is valid before writing arrays with it as an offset.
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent overhaul of those functions.
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Factor out the common end border case from t_q setup.
libavcodec
|
2010-03-09 |
alexc |
aacsbr: read bs_rel_bord directly into t_env.
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Make the previous value of bs_num_env local to read_sbr_data().
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Initialize e_a[1] to -1.
libavcodec
|
2010-03-09 |
mru |
Replace many includes of libavutil/common.h with what is actually needed
libavcodec
|
2010-03-09 |
mru |
ARM: set size of asm functions in object files
libavcodec
|
2010-03-09 |
mru |
Replace some printf() with puts() in tableprint.c
libavcodec
|
2010-03-09 |
mru |
Prettify make output when generating headers
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Dead code removal.
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Remove a slightly incorrect comment.
libavcodec
|
2010-03-09 |
alexc |
Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64."
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several context
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid().
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sbr_grid).
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Fail early on illegal envelope counts.
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Check for illegal values of bs_pointer in sbr_read_grid().
libavcodec
|
2010-03-09 |
vitor |
Revert commit 22378.
libavcodec
|
2010-03-09 |
kostya |
Check for reference frames so RV 3/4 won't segfault trying to copy data from
libavcodec
|
2010-03-09 |
conrad |
vp3: correctly clip vp3_draw_horiz_band call
libavcodec
|
2010-03-09 |
alexc |
10l: Include missing return values in functions made non-void by the previous commit.
libavcodec
|
2010-03-09 |
alexc |
aacsbr: Propagate errors from read_sbr_grid to prevent crashes in malformatted streams.
libavcodec
|
2010-03-09 |
alexc |
Add a missing fft.h include to the aacsbr decoder.
libavcodec
|
2010-03-09 |
daniel |
Bump avcodec minor version for kgv1 decoder
libavcodec
|
2010-03-09 |
daniel |
Kega Game Video (KGV1) decoder
libavcodec
|
2010-03-09 |
bcoudurier |
Fix interlaced vc-3 decoding, issue #1753
libavcodec
|
2010-03-09 |
conrad |
vp3: Set pict_type
libavcodec
|
2010-03-09 |
conrad |
vp3: Allocate a dummy reference frame if we have no keyframe
libavcodec
|
2010-03-09 |
conrad |
vp3: use FF_BUFFER_TYPE_COPY
libavcodec
|
2010-03-09 |
conrad |
vp3: Don't leak buffers on errors
libavcodec
|
2010-03-09 |
conrad |
vp3: Simplify buffer management
libavcodec
|
2010-03-09 |
conrad |
vp3: be less spammy on broken files
libavcodec
|
2010-03-08 |
mru |
Move ff_sqrt() to libavutil/intmath.h
libavcodec
|
2010-03-08 |
mru |
Add missing includes in bfin and sh4 files
libavcodec
|
2010-03-08 |
mru |
ARM: add some missing includes
libavcodec
|
2010-03-08 |
mru |
ARM: fix dct-test
libavcodec
|
2010-03-08 |
mru |
Skip mpegaudio3.h in checkheaders
libavcodec
|
2010-03-08 |
mru |
Add lots of missing includes
libavcodec
|
2010-03-08 |
mru |
Skip the tablegen fragments in checkheaders
libavcodec
|
2010-03-08 |
mru |
Add TESTOBJS make variable for extra objects used by test apps
libavcodec
|
2010-03-08 |
mru |
Remove unused fast_memcpy() function in dct-test
libavcodec
|
2010-03-08 |
mru |
Move dctref prototypes to a header file
libavcodec
|
2010-03-08 |
mstorsjo |
Move the local includes below the system includes
libavcodec
|
2010-03-08 |
andoma |
w32thread: Make avcodec_thread_execute2() static here as well
libavcodec
|
2010-03-08 |
andoma |
Make avcodec_thread_execute2() static
libavcodec
|
2010-03-08 |
benoit |
targeenc: fix rgb555 encoding on big endian systems.
libavcodec
|
2010-03-08 |
kostya |
Make Indeo 5 decoder more robust on bitstream errors.
libavcodec
|
2010-03-08 |
kostya |
Scale tile dimensions in case both local decoding and scalability mode
libavcodec
|
2010-03-08 |
alexc |
Add an HE-AAC v1 decoder.
libavcodec
|
2010-03-08 |
mru |
sh4: move dsputil prototypes to header file
libavcodec
|
2010-03-08 |
mru |
sh4: fix about 1000 warnings
libavcodec
|
2010-03-08 |
mru |
bfin: fix function prototypes
libavcodec
|
2010-03-08 |
mru |
ARM: move mpegvideo prototypes to a header file
libavcodec
|
2010-03-08 |
mru |
Alpha: move dsputil prototypes to a header file
libavcodec
|
2010-03-08 |
mru |
IFF: move ff_cmap_read_palette() prototype to a header file
libavcodec
|
2010-03-07 |
alexc |
10l: AAC: Set multiplier to 0.
libavcodec
|
2010-03-07 |
alexc |
AAC: Set codec parameters in the first frame rather than in .init()
libavcodec
|
2010-03-07 |
mru |
Create a public API for FFT family of functions
libavcodec
|
2010-03-07 |
mru |
Give RDFT types more meaningful names
libavcodec
|
2010-03-07 |
mru |
Update include directives in fft-test.c
libavcodec
|
2010-03-07 |
alexc |
Increase FF_INPUT_BUFFER_PADDING_SIZE to 64.
libavcodec
|
2010-03-07 |
alexc |
AAC: Add a new line after the TNS error message.
libavcodec
|
2010-03-07 |
alexc |
Add support for non-backwards compatible signaled parametric stereo.
libavcodec
|
2010-03-07 |
kostya |
Band quant tables should not be assigned inside band tile loop,
libavcodec
|
2010-03-07 |
reimar |
Fix --enable-hardcoded-tables compilation: the generate table files now
libavcodec
|
2010-03-07 |
kostya |
When tracking non-zero coefficients during Indeo 5 decoding, make sure
libavcodec
|
2010-03-06 |
michael |
header for common code between mp3 decoder and encoder.
libavcodec
|
2010-03-06 |
mru |
PPC: move prototypes to headers and make some functions static
libavcodec
|
2010-03-06 |
mru |
x86: move function prototypes to header files
libavcodec
|
2010-03-06 |
mru |
Move ff_spatial_dwt() prototype to snow.h
libavcodec
|
2010-03-06 |
mru |
Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c
libavcodec
|
2010-03-06 |
mru |
Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c
libavcodec
|
2010-03-06 |
mru |
Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.c
libavcodec
|
2010-03-06 |
mru |
Move prototypes for various dsputil init functions to dsputil.h
libavcodec
|
2010-03-06 |
mru |
Move some prototypes from dsputil.c to reasonable header files
libavcodec
|
2010-03-06 |
mru |
Make some functions static
libavcodec
|
2010-03-06 |
mru |
Add some missing #includes
libavcodec
|
2010-03-06 |
thilo.borgmann |
Fix last frame block size correction.
libavcodec
|
2010-03-06 |
kostya |
Bink version 'h' also has chroma planes swapped
libavcodec
|
2010-03-06 |
mru |
Move FFT parts from dsputil.h to fft.h
libavcodec
|
2010-03-06 |
mru |
Remove DECLARE_ALIGNED_{8,16} macros
libavcodec
|
2010-03-06 |
mru |
Move DECLARE_ALIGNED_{8,16} macros to mem.h
libavcodec
|
2010-03-05 |
vitor |
Round correctly chroma picture height.
libavcodec
|
2010-03-05 |
benoit |
Add initial support for 12-bit color mode.
libavcodec
|
2010-03-05 |
stefano |
Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss().
libavcodec
|
2010-03-04 |
fenrir |
Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.
libavcodec
|
2010-03-04 |
fenrir |
Fixed buffer overread in flashsv decoder.
libavcodec
|
2010-03-04 |
alexc |
AAC: Return the number of bytes consumed in decoding a frame.
libavcodec
|
2010-03-04 |
conrad |
Really fix 2.95
libavcodec
|
2010-03-04 |
conrad |
Maybe fix gcc 2.95
libavcodec
|
2010-03-04 |
gb |
Cope with rev 22183:
libavcodec
|
2010-03-04 |
alexc |
AAC: Mark predictor functions av_always_inline.
libavcodec
|
2010-03-04 |
alexc |
Cosmetics: Re-indent after last commit.
libavcodec
|
2010-03-04 |
alexc |
AAC parser: Don't write channels, sample rate, and frame size each frame.
libavcodec
|
2010-03-04 |
michael |
Port Optimizations about *_type init from decode to filter code.
libavcodec
|
2010-03-04 |
michael |
Optimize *_type init, 1.5 cpu cycles faster.
libavcodec
|
2010-03-03 |
conrad |
Delay translating DCT tokens into coefficients until immediately before IDCT
libavcodec
|
2010-03-03 |
conrad |
Do MC and IDCT in coding (hilbert) order
libavcodec
|
2010-03-03 |
conrad |
Explictly separate decoding whether fragments are coded by plane
libavcodec
|
2010-03-03 |
aurel |
move vp6 huffman table freeing code, out of common vp56 code
libavcodec
|
2010-03-03 |
michael |
Reorder indexes in weight tables.
libavcodec
|
2010-03-03 |
michael |
Move all context fields that are not used in the mb and block layers
libavcodec
|
2010-03-03 |
fenrir |
Fixed DXVA2 H264 hwaccel compilation.
libavcodec
|
2010-03-03 |
michael |
remove unused left_border field from context.
libavcodec
|
2010-03-03 |
michael |
cosmetic addition of {}
libavcodec
|
2010-03-03 |
michael |
Note about luma/chroma_weight tables and their datatype.
libavcodec
|
2010-03-03 |
fenrir |
Fixed overreads in TTA decoder with corrupted bistreams.
libavcodec
|
2010-03-03 |
vitor |
Plug some memory leaks in the VP6 decoder
libavcodec
|
2010-03-03 |
michael |
move svq3 specific fields to the end of the context
libavcodec
|
2010-03-03 |
gb |
Cope with rev 22169 change:
libavcodec
|
2010-03-03 |
michael |
Merge weight & offset tables, 15 cpu cycles faster.
libavcodec
|
2010-03-03 |
michael |
Simplify implicit_weight table init.
libavcodec
|
2010-03-03 |
pross |
Perform coefficient transformations in Bink Audio DCT decoder (issue1770)
libavcodec
|
2010-03-03 |
pross |
use intended const syntax
libavcodec
|
2010-03-03 |
michael |
Another 3 useless zeroing instructions.
libavcodec
|
2010-03-03 |
michael |
Load the whole left side of mv&ref only when needed.
libavcodec
|
2010-03-03 |
cehoyos |
Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration.
libavcodec
|
2010-03-02 |
cehoyos |
Pass correct buffer-pointer and buffer-size to hardware accelerated
libavcodec
|
2010-03-02 |
mru |
Make lsp a separate configurable and select it from codecs needing it
libavcodec
|
2010-03-02 |
michael |
Fix a bunch of bugs ive introduced recently that broke threaded decoding.
libavcodec
|
2010-03-01 |
vitor |
Fix spelling in comment
libavcodec
|
2010-03-01 |
vitor |
Add commented-out unoptimized code to improve readability
libavcodec
|
2010-03-01 |
cehoyos |
Process packed bitstream also for VDPAU.
libavcodec
|
2010-03-01 |
aurel |
revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4
libavcodec
|
2010-02-28 |
michael |
Remove some unneeded fill_rectangle() for 16x16 blocks.
libavcodec
|
2010-02-28 |
cehoyos |
Make av_build_filter static (and remove av_): It is not used outside resample2.c.
libavcodec
|
2010-02-28 |
cehoyos |
Make av_get_bit_rate() static and remove av_, the function is only used
libavcodec
|
2010-02-28 |
cehoyos |
Include libxvid_internal.h: It contains the prototype for av_tempfile().
libavcodec
|
2010-02-28 |
cehoyos |
Make the following functions static (and remove ff_), they are only used
libavcodec
|
2010-02-28 |
cehoyos |
Make function get_channel_name() static: It is only used in audioconvert.c.
libavcodec
|
2010-02-28 |
cehoyos |
Process picture aspect ratio changes in H.264.
libavcodec
|
2010-02-28 |
cehoyos |
Include internal.h and imgconvert.h, they contain the prototypes for the
libavcodec
|
2010-02-28 |
cehoyos |
Include msrledec.h: It contains the prototype for ff_msrle_decode().
libavcodec
|
2010-02-28 |
cehoyos |
Include atrac.h: It contains the prototypes for atrac_generate_tables()
libavcodec
|
2010-02-28 |
cehoyos |
Include mpegaudiodecheader.h: It contains the prototype for
libavcodec
|
2010-02-28 |
cehoyos |
Remove declaration of unused variables.
libavcodec
|
2010-02-28 |
cehoyos |
Include h263_parser.h: It contains the prototype for
libavcodec
|
2010-02-28 |
cehoyos |
Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header.
libavcodec
|
2010-02-27 |
reimar |
Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding
libavcodec
|
2010-02-27 |
kostya |
Strides in Indeo 5 reconstruction filter should be signed,
libavcodec
|
2010-02-27 |
kostya |
Encapsulate VLC information needed for decoding blocks and macroblocks in
libavcodec
|
2010-02-27 |
kostya |
Make it clear that ff_ivi_init_static_vlc() does not need arguments
libavcodec
|
2010-02-27 |
michael |
Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedup
libavcodec
|
2010-02-27 |
michael |
Split *_type setting up, 4 cpu cycles faster.
libavcodec
|
2010-02-26 |
michael |
Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.
libavcodec
|
2010-02-26 |
fenrir |
Fixed a segfault in the DCA decoder with corrupted streams.
libavcodec
|
2010-02-26 |
vitor |
Do not read beyond end of input in EA-TGV. This should avoid FATE test #362
libavcodec
|
2010-02-26 |
michael |
Only load the topleft mv/ref when the topright is unavailable.
libavcodec
|
2010-02-26 |
michael |
Remove some useless operations from the code setting left_cbp.
libavcodec
|
2010-02-26 |
michael |
Simplify code to set cbp_*
libavcodec
|
2010-02-26 |
benoit |
Fix typos in ref_index documentation.
libavcodec
|
2010-02-26 |
michael |
Move init of right side of ref_cache from fill_caches() to init_the_darn_decoder().
libavcodec
|
2010-02-26 |
michael |
Remove 3 mv_cache zeroing instructions that zeroed the right side.
libavcodec
|
2010-02-26 |
michael |
Remove useless check of the 2 left MBs of a pair being in the same slice.
libavcodec
|
2010-02-26 |
michael |
Clarify ref_index.
libavcodec
|
2010-02-26 |
michael |
Remove unneeded line of code from the neighbor setting code in h264.
libavcodec
|
2010-02-26 |
michael |
Simplify code in mv_pred.
libavcodec
|
2010-02-25 |
michael |
Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to
libavcodec
|
2010-02-25 |
michael |
svq3 now in working condition, at least vissually, ill let fate tell us
libavcodec
|
2010-02-25 |
michael |
fix compilation, sorry ive not checked cvslog for a while :(((
libavcodec
|
2010-02-25 |
michael |
Dont allocate direct_table 8 times too large.
libavcodec
|
2010-02-25 |
michael |
Store data in direct_table interleaved.
libavcodec
|
2010-02-25 |
michael |
Simplify intra4x4_pred_mode_cache init.
libavcodec
|
2010-02-25 |
michael |
Reorder intra4x4_pred_mode so that we can read/write 4 values at once.
libavcodec
|
2010-02-25 |
michael |
Store intra4x4_pred_mode per row only.
libavcodec
|
2010-02-25 |
michael |
unroll tiny and trivial loop. Same speed but clearer.
libavcodec
|
2010-02-25 |
michael |
Cut the size of mvd_table by yet another factor of 2.
libavcodec
|
2010-02-25 |
michael |
Keep mvd_table values of only 2 mb rows.
libavcodec
|
2010-02-24 |
alexc |
aac: Keep decode_band_types() from eating all padding at the end of a buffer.
libavcodec
|
2010-02-24 |
michael |
3rd and hopefully last 100l fix.
libavcodec
|
2010-02-24 |
michael |
Fix doxy and assert().
libavcodec
|
2010-02-24 |
michael |
Try to fix 100l compilation failure on some systems.
libavcodec
|
2010-02-24 |
michael |
Change mvd_cache & mvd_table to 8bit, this is overall a bit faster
libavcodec
|
2010-02-24 |
michael |
Extend fill_rectangle() support for 16bit
libavcodec
|
2010-02-24 |
michael |
Calculate mvd without abs()
libavcodec
|
2010-02-24 |
michael |
switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now.
libavcodec
|
2010-02-24 |
michael |
Factorize common code from the top of decode_cabac_mb_mvd()
libavcodec
|
2010-02-24 |
michael |
Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2)
libavcodec
|
2010-02-24 |
michael |
Replace ad-hoc fill rectangle by fill_rectangle().
libavcodec
|
2010-02-24 |
kostya |
ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls
libavcodec
|
2010-02-24 |
pross |
it is not necessary to display the decoder name, as av_log() automatically prints the context
libavcodec
|
2010-02-24 |
michael |
Replace /2 by faster >>1 as the mvd values are now all positive.
libavcodec
|
2010-02-24 |
michael |
Remove unused variable. Seems i forgot to commit this.
libavcodec
|
2010-02-23 |
ramiro |
mlp_parser: Fix memleak.
libavcodec
|
2010-02-23 |
daniel |
Cosmetics: break all Makefile lines at 80 columns or less
libavcodec
|
2010-02-23 |
pross |
Use reported_size to truncate final Bink Audio frame
libavcodec
|
2010-02-23 |
daniel |
Fix iff demuxer dependencies
libavcodec
|
2010-02-23 |
daniel |
Fix vc1 parser dependencies
libavcodec
|
2010-02-23 |
daniel |
Fix h264 parser dependencies
libavcodec
|
2010-02-23 |
daniel |
Fix mpeg4video parser dependencies
libavcodec
|
2010-02-23 |
daniel |
Fix wmv2 encoder dependencies
libavcodec
|
2010-02-23 |
daniel |
Fix gif encoder dependencies
libavcodec
|
2010-02-23 |
daniel |
Fix snow encoder dependencies
libavcodec
|
2010-02-23 |
daniel |
Fix svq1 encoder dependencies
libavcodec
|
2010-02-23 |
kostya |
10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and
libavcodec
|
2010-02-23 |
kostya |
Decode alpha plane in Bink video
libavcodec
|
2010-02-23 |
kostya |
cosmetics: reindent after last commit
libavcodec
|
2010-02-23 |
kostya |
Move plane decoding code into separate function in Bink decoder
libavcodec
|
2010-02-23 |
kostya |
Bink video decoder now can use extradata to detect alpha plane presence
libavcodec
|
2010-02-23 |
mru |
Declare indeo VLC table storage with correct type
libavcodec
|
2010-02-23 |
michael |
Try to set has_b_frames in codec init if we know everything alraedy.
libavcodec
|
2010-02-23 |
michael |
Move extradata reading code into codec init instead of doing it
libavcodec
|
2010-02-22 |
kostya |
Make Bink decoder able to skip alpha plane
libavcodec
|
2010-02-22 |
kostya |
Macroblock and block Huffman code sets are to be used by both Indeo 4 and
libavcodec
|
2010-02-22 |
kostya |
Make Bink decoder to stop decoding planes after all bits are used.
libavcodec
|
2010-02-22 |
kostya |
Correct bundle lengths calculation for small Bink files.
libavcodec
|
2010-02-22 |
mru |
ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16
libavcodec
|
2010-02-22 |
cehoyos |
Fix compilation for --enable-version3 --enable-libopencore_amrwb (only).
libavcodec
|
2010-02-22 |
mru |
ARM: add missing preserve8 directives
libavcodec
|
2010-02-21 |
mru |
get/show_bits() can read up to MIN_CACHE_BITS bits
libavcodec
|
2010-02-21 |
michael |
Fix timestamp association for mpeg2 field pictures.
libavcodec
|
2010-02-21 |
mru |
Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend
libavcodec
|
2010-02-21 |
mru |
Add zero_extend() function
libavcodec
|
2010-02-21 |
cehoyos |
Remove unused variable mb_xy.
libavcodec
|
2010-02-21 |
vitor |
AMR-NB floating-point based decoder.
libavcodec
|
2010-02-21 |
diego |
Remove unused variable, fixes warnings of the type:
libavcodec
|
2010-02-21 |
mru |
indent
libavcodec
|
2010-02-21 |
mru |
Avoid negative shifts in build_table()
libavcodec
|
2010-02-21 |
kostya |
Bink video decoder
libavcodec
|
2010-02-21 |
mru |
VC1: fix missing include h263.h
libavcodec
|
2010-02-21 |
conrad |
Simplify determing whether fragments are coded
libavcodec
|
2010-02-21 |
conrad |
Handle Theora's continued runs in superblock coding.
libavcodec
|
2010-02-21 |
conrad |
Decode fully coded superblocks in the same manner as partial superblocks and qpi
libavcodec
|
2010-02-21 |
conrad |
Make the special 4129 case for long-run bit strings a #define and explain it
libavcodec
|
2010-02-21 |
conrad |
Use memset to set the runs partially coded superblocks
libavcodec
|
2010-02-20 |
mru |
Replace log2f(10) with a constant
libavcodec
|
2010-02-20 |
vitor |
Free encoder extradata in avcodec_close(). Should fix several small memory
libavcodec
|
2010-02-20 |
ramiro |
x86_fft.o depends on MMX and FFT.
libavcodec
|
2010-02-20 |
stefang |
remove tables of codebook vector values which are contained in
libavcodec
|
2010-02-19 |
kostya |
16l trocadero: don't forget to free frame data buffer in APE decoder
libavcodec
|
2010-02-19 |
daniel |
msmpeg4v* encoders depend on h263dec
libavcodec
|
2010-02-19 |
daniel |
Declare WMV1 decoder dependencies
libavcodec
|
2010-02-19 |
daniel |
Declare CAF demuxer dependency on mpegaudio
libavcodec
|
2010-02-19 |
daniel |
Fix compilation of binkaudio_rdft when dct is disabled
libavcodec
|
2010-02-19 |
stefang |
remove a Huffman table from WMA which also exists in AAC
libavcodec
|
2010-02-19 |
vitor |
Add missing dependency of TwinVQ
libavcodec
|
2010-02-19 |
stefang |
remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct
libavcodec
|
2010-02-19 |
kostya |
cosmetics: reindent after last commit
libavcodec
|
2010-02-19 |
kostya |
Since WavPack chunk can contain more samples than FFmpeg is guaranteed to
libavcodec
|
2010-02-19 |
thilo.borgmann |
Add the dependency for mpeg4audio.o of the ALS decoder.
libavcodec
|
2010-02-19 |
thilo.borgmann |
Do sequential bit reading outside of []-operators.
libavcodec
|
2010-02-19 |
michael |
get rid of an if() 1 cpu cycle faster.
libavcodec
|
2010-02-19 |
michael |
Get rid of a local variable, 10 cpu cycles faster.
libavcodec
|
2010-02-18 |
michael |
Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache.
libavcodec
|
2010-02-18 |
alexc |
Add some AAC buffer overread checks.
libavcodec
|
2010-02-18 |
stefang |
fix intra prediction modes with inter-MB neighbors,
libavcodec
|
2010-02-18 |
mru |
H264: use alias-safe macros
libavcodec
|
2010-02-18 |
michael |
Simplify deblock_left/top condition for deblocking_filter=2
libavcodec
|
2010-02-18 |
michael |
Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles.
libavcodec
|
2010-02-17 |
mru |
Move NEG_[US]SR32 macros to mathops.h
libavcodec
|
2010-02-17 |
thilo.borgmann |
Fix sizeof()-statement to use the actual pointer type.
libavcodec
|
2010-02-17 |
thilo.borgmann |
Fix wrong buffer allocation for MCC in ALS.
libavcodec
|
2010-02-17 |
alexc |
get_bits: Fix spelling and grammar in GET_VLC() comment.
libavcodec
|
2010-02-17 |
mru |
10l: remove stray '(' I don't know where it came from
libavcodec
|
2010-02-17 |
mru |
Use LOCAL_ALIGNED macro for local arrays
libavcodec
|
2010-02-17 |
mru |
Add LOCAL_ALIGNED() macro for declaring aligned local arrays
libavcodec
|
2010-02-17 |
mru |
Simplify some declarations of aligned arrays
libavcodec
|
2010-02-17 |
michael |
Move predict_field_decoding_flag() from h264.h to .c as its only used there and belongs
libavcodec
|
2010-02-17 |
michael |
Move check for and call of predict_field_decoding_flag() from the mb code to
libavcodec
|
2010-02-16 |
michael |
2x faster ff_h264_init_cabac_states(), 4k cpu cycles less.
libavcodec
|
2010-02-16 |
thilo.borgmann |
Limit the Rice parameter used for progressive decoding in ALS.
libavcodec
|
2010-02-16 |
rbultje |
Add lsp.o as a dependency for wmavoice. This fixes a compilation error when
libavcodec
|
2010-02-16 |
pross |
Support <8-bit ILBM uncompressed bitmaps
libavcodec
|
2010-02-16 |
michael |
2 cpu cycles faster context calculation for decode_cabac_intra_mb_type()
libavcodec
|
2010-02-16 |
michael |
Drop a few redundant slice_num checks.
libavcodec
|
2010-02-15 |
michael |
Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take its
libavcodec
|
2010-02-15 |
michael |
Split setting neighboring MBs from fill_decode_caches()
libavcodec
|
2010-02-15 |
michael |
Simplify decode_cabac_mb_intra4x4_pred_mode().
libavcodec
|
2010-02-15 |
michael |
Merge decode_cabac_mb_type_b() into calling code.
libavcodec
|
2010-02-15 |
cehoyos |
Remove outdated comment.
libavcodec
|
2010-02-15 |
stefang |
add heuristic to discern the old sample clips from streams encoded
libavcodec
|
2010-02-15 |
stefang |
avoid using DECLARE_ALIGNED on stack variable as suggested by Reimar
libavcodec
|
2010-02-15 |
alexc |
AAC: Mark che_configure() as av_cold.
libavcodec
|
2010-02-15 |
alexc |
AAC: Mark functions that are only called when the output configuration is not locked as av_cold.
libavcodec
|
2010-02-15 |
pross |
IFF bitmap n-bit color support
libavcodec
|
2010-02-15 |
michael |
10l ;; gcc 2.95 compilation fix by mike
libavcodec
|
2010-02-15 |
michael |
10l use pack16to32(), should fix big endian h264 failures.
libavcodec
|
2010-02-15 |
michael |
Merge the single line function decode_cabac_mb_transform_size()
libavcodec
|
2010-02-14 |
michael |
indent
libavcodec
|
2010-02-14 |
michael |
Merge decode_cabac_mb_dqp() with surronding code.
libavcodec
|
2010-02-14 |
michael |
Drop if(0) code.
libavcodec
|
2010-02-14 |
michael |
Set sub_mb_type in direct_cache instead of just the direct flag.
libavcodec
|
2010-02-14 |
michael |
Store sub_mb_type in direct_cache/direct_table.
libavcodec
|
2010-02-14 |
michael |
Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cbp so
libavcodec
|
2010-02-14 |
michael |
Revert r21814
libavcodec
|
2010-02-14 |
michael |
Cosmetics, vertical align.
libavcodec
|
2010-02-13 |
michael |
Direct temporal skiped MBs dont need fill_decode_caches() at all so dont call it
libavcodec
|
2010-02-13 |
astrange |
h264: Remove unused variables.
libavcodec
|
2010-02-13 |
astrange |
h264: Fix pointer warnings by removing redundant [0]
libavcodec
|
2010-02-13 |
astrange |
Fix integer overflow warnings in h264.h
libavcodec
|
2010-02-13 |
michael |
Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type)
libavcodec
|
2010-02-13 |
michael |
Skiped MBs dont need the cbp stuff so skip initing that.
libavcodec
|
2010-02-13 |
thilo.borgmann |
Reindent a line.
libavcodec
|
2010-02-13 |
michael |
Also skip direct/mvd_cache init for skiped blocks.
libavcodec
|
2010-02-13 |
michael |
Move more code under if(!IS_DIRECT(mb_type)).
libavcodec
|
2010-02-13 |
conrad |
Move CODEC_FLAG_GRAY check to outer loop
libavcodec
|
2010-02-13 |
conrad |
Move branch based on custom mode outside the loop
libavcodec
|
2010-02-13 |
conrad |
Directly check whether a fragment is coded for 4MV mode instead of iterating
libavcodec
|
2010-02-13 |
conrad |
Eliminate fragment -> macroblock mapping array
libavcodec
|
2010-02-13 |
conrad |
Eliminate macroblock -> fragment mapping array
libavcodec
|
2010-02-13 |
conrad |
Eliminate superblock <-> macroblock mapping array
libavcodec
|
2010-02-13 |
thilo.borgmann |
Support arithmetic decoding in ALS.
libavcodec
|
2010-02-13 |
michael |
Skip some more code that isnt needed for direct MBs.
libavcodec
|
2010-02-13 |
vitor |
Fix reading beyond buffer end on RA144Context.lpc_tables.
libavcodec
|
2010-02-13 |
michael |
Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.
libavcodec
|
2010-02-13 |
michael |
Dont calculate any surrounding MVs for temporal MBs
libavcodec
|
2010-02-13 |
michael |
Simplify if()
libavcodec
|
2010-02-13 |
michael |
Init sub_mb_type cleanly.
libavcodec
|
2010-02-13 |
michael |
100l Forgoten hunk.unbreak compile before someone notices.
libavcodec
|
2010-02-13 |
michael |
Restructure spatial direct MV generation so that the zero predictior shortcut
libavcodec
|
2010-02-13 |
michael |
Split spatial and temporal direct MV generation.
libavcodec
|
2010-02-13 |
cehoyos |
Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.
libavcodec
|
2010-02-13 |
michael |
Special case for spatial direct MV predictor being 0.
libavcodec
|
2010-02-13 |
michael |
Pack MVs together from the begin for spatial direct, this simplifies the code
libavcodec
|
2010-02-12 |
michael |
Dont drop B frames without last_picture.
libavcodec
|
2010-02-12 |
conrad |
Special case VP5/6 chroma alignment on x86 as well
libavcodec
|
2010-02-12 |
conrad |
Don't pre-calculate first_pixel
libavcodec
|
2010-02-12 |
conrad |
Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder
libavcodec
|
2010-02-12 |
conrad |
Cosmetics: reindent
libavcodec
|
2010-02-12 |
conrad |
Do loop filter per-row rather than per-frame
libavcodec
|
2010-02-12 |
conrad |
Move apply_loop_filter above render_slice, it'll be used by the latter soon
libavcodec
|
2010-02-12 |
conrad |
Export Theora colorspace info if present
libavcodec
|
2010-02-12 |
conrad |
Theora 3.4 doesn't exist; these fields were misunderstandings of the spec
libavcodec
|
2010-02-12 |
conrad |
Remove unused code that's moved elsewhere
libavcodec
|
2010-02-12 |
michael |
Try to support truncated h264 frames mixed with mpeg pes headers in mkv.
libavcodec
|
2010-02-12 |
reimar |
Use int8_t instead of char, the signedness of char can differ between systems.
libavcodec
|
2010-02-12 |
rbultje |
WMAVoice decoder.
libavcodec
|
2010-02-11 |
mru |
Fix build with --disable-mdct
libavcodec
|
2010-02-11 |
kostya |
Move 'chksum' declaration to the only block where that variable is used
libavcodec
|
2010-02-11 |
kostya |
Move band checksum verifying into preprocessor condition, so compiler won't
libavcodec
|
2010-02-10 |
alexc |
Output the first AAC frame. This is needed for SBR conformance.
libavcodec
|
2010-02-10 |
conrad |
Enable SSE2 (put|avg)_pixels_16_sse2
libavcodec
|
2010-02-09 |
mru |
ARMv6 optimised pix_sum
libavcodec
|
2010-02-09 |
mru |
ARMv6 optimised pix_norm1
libavcodec
|
2010-02-09 |
mru |
ARMv6 optimised sse16
libavcodec
|
2010-02-09 |
mru |
ARMv6 optimised diff_pixels
libavcodec
|
2010-02-09 |
mru |
ARMv6 optimised get_pixels
libavcodec
|
2010-02-09 |
mru |
ARMv6 optimised pix_abs8
libavcodec
|
2010-02-09 |
mru |
ARMv6 optimised pix_abs16_y2
libavcodec
|
2010-02-09 |
mru |
ARMv6 optimised pix_abs16_x2
libavcodec
|
2010-02-09 |
mru |
ARMv6 optimised pix_abs16
libavcodec
|
2010-02-09 |
mru |
ARMv6 optimised put_pixels functions except xy2 variants
libavcodec
|
2010-02-09 |
kostya |
Indeo 5 decoder
libavcodec
|
2010-02-09 |
michael |
Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.
libavcodec
|
2010-02-08 |
michael |
Set partitioning to 16x16 for spatial direct MBs with mixed interlacing.
libavcodec
|
2010-02-08 |
michael |
Detect spatial direct MBs partitioned smaller than 16x16 that can be partitioned
libavcodec
|
2010-02-08 |
michael |
Detect equal 4x4 blocks in spatial direct MBs.
libavcodec
|
2010-02-08 |
michael |
Remove an apparently unneeded && !FRAME_MBAFF.
libavcodec
|
2010-02-08 |
michael |
Branchless calculation of ref_offset.
libavcodec
|
2010-02-08 |
michael |
Remove incorrect fixme, i see no case that is missing.
libavcodec
|
2010-02-08 |
michael |
Replace call to pred_motion() in direct spatial mv pred by code
libavcodec
|
2010-02-08 |
michael |
Change xvid/divx/lavc build variables to be consistent to x264_build.
libavcodec
|
2010-02-08 |
michael |
Set x264_build so that checks are simpler.
libavcodec
|
2010-02-07 |
michael |
Ooops, 10l forgot to commit h264.h.
libavcodec
|
2010-02-07 |
michael |
Zero a/b only in the branch where they need to be zeroed.
libavcodec
|
2010-02-07 |
michael |
Merge mv&ref related code for spatial direct MV code.
libavcodec
|
2010-02-07 |
michael |
Precalculate a few variables for direct mv prediction for interlaced MBs.
libavcodec
|
2010-02-07 |
michael |
Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective true partitioning.
libavcodec
|
2010-02-07 |
michael |
Factorize setting sub_mb_type out.
libavcodec
|
2010-02-07 |
michael |
Remove FIXMEs for cases that are disallowed by the spec.
libavcodec
|
2010-02-07 |
michael |
Check direct_8x8_inference_flag.
libavcodec
|
2010-02-07 |
michael |
Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame.
libavcodec
|
2010-02-07 |
michael |
Fix CAVLC+8x8DCT+MBAFF loopfiltering.
libavcodec
|
2010-02-07 |
michael |
Fix colocated map.
libavcodec
|
2010-02-07 |
michael |
Fix reference selection for colocated MBs from frames to fields.
libavcodec
|
2010-02-07 |
michael |
Add assert(sps.direct_8x8_inference_flag) to FIXME comment.
libavcodec
|
2010-02-07 |
michael |
ref_offset must be added after checking references validity.
libavcodec
|
2010-02-06 |
reimar |
Add include necessary for ff_set_qscale
libavcodec
|