2008-10-01 |
conrad |
Cosmetics: indentation
libavcodec
|
2008-10-01 |
conrad |
Visible width/height fields were added in Theora 3.2
libavcodec
|
2008-10-01 |
conrad |
filter_limit_values only needs 7 bits, make its tables smaller
libavcodec
|
2008-10-01 |
benoit |
Fix indentation.
libavcodec
|
2008-10-01 |
benoit |
Remove useless context variable.
libavcodec
|
2008-10-01 |
benoit |
Merge declaration and assignment.
libavcodec
|
2008-10-01 |
benoit |
Interleaved forward/backward channels processing in order to increase chances
libavcodec
|
2008-09-30 |
conrad |
Cosmetics: indentation
libavcodec
|
2008-09-30 |
conrad |
Merge (vp3|theora)_calculate_pixel_addresses
libavcodec
|
2008-09-30 |
conrad |
Missed hunks of last commit
libavcodec
|
2008-09-30 |
conrad |
Remove unused vp3 debugging info
libavcodec
|
2008-09-30 |
benoit |
Move iv_decode_frame function to remove a forward declaration.
libavcodec
|
2008-09-30 |
benoit |
Remove useless lines.
libavcodec
|
2008-09-30 |
benoit |
Reindent whole file.
libavcodec
|
2008-09-30 |
benoit |
Indent.
libavcodec
|
2008-09-30 |
benoit |
Simplify iv_free_func().
libavcodec
|
2008-09-30 |
benoit |
Move allocated buffer out of YUV buffer structure.
libavcodec
|
2008-09-30 |
benoit |
Remove useless initializations.
libavcodec
|
2008-09-30 |
benoit |
Check allocations on init.
libavcodec
|
2008-09-30 |
benoit |
Remove useless test.
libavcodec
|
2008-09-30 |
benoit |
Cosmetics
libavcodec
|
2008-09-30 |
benoit |
use uint8_t instead of unsigned char
libavcodec
|
2008-09-30 |
benoit |
Corrector type fits in 8 bits.
libavcodec
|
2008-09-30 |
benoit |
Remove useless casts and use variable instead of its type in sizeof.
libavcodec
|
2008-09-30 |
benoit |
Change table types to uint8_t
libavcodec
|
2008-09-30 |
conrad |
Downgrade severity of leftover bits in header packets, and don't check for the comment header
libavcodec
|
2008-09-30 |
michael |
Allocate 1 line more in the chroma plane for H.264, this avoids some
libavcodec
|
2008-09-30 |
michael |
Replace second (and wrong) call to avcodec_align_dimensions() by adjusting
libavcodec
|
2008-09-30 |
michael |
Do not attempt to perform error concealment in lowres mode as this is
libavcodec
|
2008-09-29 |
aurel |
atrac3: ensure input frame is not overwritten (it is const)
libavcodec
|
2008-09-29 |
conrad |
Use skip_frame for keyframe-only decoding rather than #ifdef
libavcodec
|
2008-09-29 |
cehoyos |
Fix a warning about an undefined function when compiling h264.c
libavcodec
|
2008-09-29 |
diego |
Uniformly define _XOPEN_SOURCE to 600.
libavcodec
|
2008-09-28 |
michael |
Guess picture type from picture coding extension when the main header is damaged.
libavcodec
|
2008-09-28 |
stefano |
Document the directpred auto value.
libavcodec
|
2008-09-28 |
superdump |
Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputils
libavcodec
|
2008-09-27 |
michael |
Replace apparently always true condition by assert().
libavcodec
|
2008-09-27 |
michael |
Simplify pix_fmt_id instead of listing a subset of non-simplified ones.
libavcodec
|
2008-09-27 |
michael |
Check the 4th plane too when selecting the pixfmt.
libavcodec
|
2008-09-26 |
vitor |
Simplify: avoid duplication backward_filter()
libavcodec
|
2008-09-26 |
diego |
Remove unused variable.
libavcodec
|
2008-09-26 |
banan |
Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work
libavcodec
|
2008-09-25 |
michael |
Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set.
libavcodec
|
2008-09-25 |
vitor |
Do instead of divising a float by a constant, multiply by its inverse
libavcodec
|
2008-09-25 |
michael |
Ensure that no non-existing frame is used.
libavcodec
|
2008-09-25 |
michael |
Do not free sps & pps on width/height changes.
libavcodec
|
2008-09-25 |
michael |
Do not use the generic "alloc missing references" code for h.264 as it does
libavcodec
|
2008-09-25 |
michael |
Initialize next/last_picture* as the generic code does not always
libavcodec
|
2008-09-25 |
michael |
Print which slices are IDR not just the slice type.
libavcodec
|
2008-09-25 |
michael |
Fix CAVLC+8x8+MBAFF loop filter.
libavcodec
|
2008-09-24 |
michael |
Field -> MBAFF direct mode can use data from fields that are not
libavcodec
|
2008-09-24 |
vitor |
Move constant multiplication out of the loop
libavcodec
|
2008-09-24 |
vitor |
Cosmetics: move convolve() together with the other DSP functions
libavcodec
|
2008-09-24 |
vitor |
Simplify: move division by constant off the loop
libavcodec
|
2008-09-24 |
kostya |
Correct wrong lower limit and condition used in APE decoder
libavcodec
|
2008-09-23 |
michael |
Merge the 2 lpc loops.
libavcodec
|
2008-09-23 |
michael |
Factorize lpc code slightly.
libavcodec
|
2008-09-23 |
kostya |
Cosmetics: reindent after last commit
libavcodec
|
2008-09-23 |
kostya |
Add RLE4 and RLE8 decoding support for BMP
libavcodec
|
2008-09-23 |
kostya |
Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP
libavcodec
|
2008-09-23 |
kostya |
Calculate line size correctly for bit depths < 8
libavcodec
|
2008-09-22 |
michael |
A few empty lines for readability.
libavcodec
|
2008-09-22 |
michael |
Another try to fix temporal direct mode references.
libavcodec
|
2008-09-22 |
diego |
spelling cosmetics
libavcodec
|
2008-09-22 |
diego |
AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com.
libavcodec
|
2008-09-22 |
michael |
Fix all the recent problems Justin had run into with the AC3 parser,
libavcodec
|
2008-09-22 |
michael |
Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes.
libavcodec
|
2008-09-21 |
michael |
indent
libavcodec
|
2008-09-21 |
michael |
Correct comment in the direct mode code.
libavcodec
|
2008-09-21 |
michael |
Simplify initialization of a few direct mode related variables.
libavcodec
|
2008-09-21 |
michael |
Make MBAFF temporal direct mode closer to the spec.
libavcodec
|
2008-09-21 |
michael |
Move direct_dist_scale_factor() and direct_ref_list_init() after fill_mbaff_ref_list()
libavcodec
|
2008-09-21 |
michael |
Set poc for field references in MBAFF.
libavcodec
|
2008-09-20 |
stefano |
Log an error message in case of invalid number of channels.
libavcodec
|
2008-09-19 |
michael |
Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF.
libavcodec
|
2008-09-19 |
michael |
Remove check and error message for "MBAFF + !direct_8x8_inference is not implemented"
libavcodec
|
2008-09-18 |
michael |
Make pps/sps scaling_matrix initialization closer to the spec.
libavcodec
|
2008-09-18 |
superdump |
Zero 'idx' for each iteration of the coupling gain loop and as it is only used
libavcodec
|
2008-09-18 |
superdump |
Cosmetics: missing brackets
libavcodec
|
2008-09-18 |
superdump |
Cast the return value of get_bits() to signed integer such that the subtraction
libavcodec
|
2008-09-18 |
michael |
Ensure that extradata is not parsed twice.
libavcodec
|
2008-09-18 |
kostya |
add newline at the end of message
libavcodec
|
2008-09-18 |
kostya |
ZMBV encoder forgot to fill coded frame pointer
libavcodec
|
2008-09-18 |
kostya |
Factorize out code used for MS RLE format decoding in different decoders.
libavcodec
|
2008-09-18 |
conrad |
Remove duplication of TRANSPOSE8 macro, also removing some redundant load/stores
libavcodec
|
2008-09-18 |
conrad |
Make a separate macro for writing an entire block from registers to memory
libavcodec
|
2008-09-18 |
conrad |
Factorize SSE2_(Row|Column)_IDCT into one macro
libavcodec
|
2008-09-17 |
conrad |
Cosmetics: remove excessive blank lines
libavcodec
|
2008-09-17 |
conrad |
Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabled
libavcodec
|
2008-09-17 |
conrad |
Cosmetics: reindent
libavcodec
|
2008-09-17 |
conrad |
Rewrite SSE2 VP3 IDCT in inline asm
libavcodec
|
2008-09-17 |
conrad |
Rewrite MMX VP3 IDCT in inline asm
libavcodec
|
2008-09-17 |
conrad |
MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permutated correctly
libavcodec
|
2008-09-17 |
conrad |
Take idct permutation into account when initializing dequantization matrices
libavcodec
|
2008-09-17 |
vitor |
Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the
libavcodec
|
2008-09-17 |
voroshil |
Second-stage gain and Moving Average Predictor codebooks.
libavcodec
|
2008-09-17 |
voroshil |
Another set of approved changes for G.729: includes, formats structure,
libavcodec
|
2008-09-16 |
superdump |
Validate pulse position and error out if an invalid position is encountered.
libavcodec
|
2008-09-16 |
michael |
Only print "invalid new backstep" when it is really invalid.
libavcodec
|
2008-09-16 |
michael |
Fix regression test failure caused by golomb limit not being considered
libavcodec
|
2008-09-16 |
bcoudurier |
sync to latest x264 git, field was renamed
libavcodec
|
2008-09-16 |
michael |
Make decoder more robust by default against broken encoders.
libavcodec
|
2008-09-15 |
michael |
Correct the threshold of get_ur_golomb_jpegls() at which the optimized
libavcodec
|
2008-09-14 |
jbr |
cosmetics: fix indentation after r15321
libavcodec
|
2008-09-14 |
jbr |
write actual min and max frame size to FLAC header. update regression test checksum.
libavcodec
|
2008-09-14 |
diego |
cosmetics: Fix indentation.
libavcodec
|
2008-09-14 |
diego |
Remove useless #ifdef around #include.
libavcodec
|
2008-09-14 |
jbr |
write MD5 checksum to FLAC header. update regression tests.
libavcodec
|
2008-09-14 |
jbr |
write number of samples in FLAC extradata.
libavcodec
|
2008-09-14 |
jbr |
Return error when trying to decode non-grayscale 16-bit PNM images.
libavcodec
|
2008-09-13 |
superdump |
Reindent after last commit
libavcodec
|
2008-09-13 |
superdump |
Apply pulses to unscaled coefficients rather than scaled.
libavcodec
|
2008-09-13 |
superdump |
Operands of '+' are not necessarily evaluated in order so r15311 was pointless.
libavcodec
|
2008-09-13 |
superdump |
Correct order of parsing for pulse scalefactor band and offset to match the
libavcodec
|
2008-09-13 |
vitor |
Cosmetics: line breaks
libavcodec
|
2008-09-13 |
vitor |
Simplify: use a single history buffer for gain and a single one for
libavcodec
|
2008-09-13 |
diego |
Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char &
libavcodec
|
2008-09-12 |
superdump |
Reindent after last commit
libavcodec
|
2008-09-12 |
superdump |
Only read some of TNS bitstream data in the case that the TNS filter order is
libavcodec
|
2008-09-11 |
vitor |
Cosmetics: align spec references
libavcodec
|
2008-09-11 |
vitor |
Rename function: s/colmult/apply_window/
libavcodec
|
2008-09-11 |
diego |
misc spelling/wording/grammar fixes
libavcodec
|
2008-09-11 |
kostya |
Make it possible to disable loop filter in VC-1.
libavcodec
|
2008-09-11 |
superdump |
Correct pulse amplitude application - a negative or 0 coefficient implies the
libavcodec
|
2008-09-11 |
darkshikari |
Fix incorrect printing of brainfart cropping error in some cases in progressive mode.
libavcodec
|
2008-09-10 |
vitor |
Convert table to integer.
libavcodec
|
2008-09-09 |
vitor |
Convert two tables to signed decimal
libavcodec
|
2008-09-09 |
vitor |
Cosmetics: remove useless parentheses
libavcodec
|
2008-09-09 |
vitor |
Remove ChannelData.lev var and use ChannelData.level instead
libavcodec
|
2008-09-09 |
diego |
Add support for creating Simple Profile (I-frame only, no arithmetic coding)
libavcodec
|
2008-09-09 |
jai_menon |
vorbis_enc : set coded_frame->pts value to running sample count.
libavcodec
|
2008-09-08 |
aurel |
remove one more stuff under #if LIBAVCODEC_VERSION_INT
libavcodec
|
2008-09-08 |
jai_menon |
alac : fix case where bits_per_sample is not set.
libavcodec
|
2008-09-08 |
vitor |
Remove useless comment
libavcodec
|
2008-09-08 |
vitor |
Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an
libavcodec
|
2008-09-08 |
michael |
Remove deprecated avcodec_decode_audio() this one was not under #ifdef.
libavcodec
|
2008-09-08 |
michael |
avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts.
libavcodec
|
2008-09-08 |
michael |
Rename error_resilience to error_recognition.
libavcodec
|
2008-09-08 |
vitor |
Pass directly variable 'a' to interp instead of evaluating it from num_blocks
libavcodec
|
2008-09-08 |
vitor |
Simplify if() in copy_and_dup()
libavcodec
|
2008-09-08 |
vitor |
Add av_cold attribute to decode_init()
libavcodec
|
2008-09-08 |
vitor |
Cosmetics: Make the two additional units in size more clear
libavcodec
|
2008-09-08 |
michael |
Remove DEFAULT_FRAME_RATE_BASE.
libavcodec
|
2008-09-08 |
michael |
Drop deprecated SAMPLE_FMT_S24.
libavcodec
|
2008-09-08 |
michael |
Remove stuff under #if LIBAVCODEC_VERSION_INT.
libavcodec
|
2008-09-08 |
michael |
Bump Major version, this commit is almost just renaming bits_per_sample to
libavcodec
|
2008-09-08 |
michael |
Try to fix wma regression.
libavcodec
|
2008-09-08 |
diego |
Relicense as ISC with the authors' permission.
libavcodec
|
2008-09-07 |
diego |
Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission.
libavcodec
|
2008-09-07 |
vitor |
Check output buffer size before decoding.
libavcodec
|
2008-09-07 |
vitor |
Cosmetics: rename vars s/ctx/chd/
libavcodec
|
2008-09-07 |
vitor |
Exploit symmetry to reduce size of tables by half.
libavcodec
|
2008-09-07 |
vitor |
Cosmetics: s/short/int16_t/
libavcodec
|
2008-09-07 |
vitor |
Remove cast, now tables are signed.
libavcodec
|
2008-09-07 |
vitor |
Convert tables to signed and decimal.
libavcodec
|
2008-09-07 |
vitor |
Remove unused table entries.
libavcodec
|
2008-09-07 |
vitor |
Remove commented out code.
libavcodec
|
2008-09-07 |
vitor |
Use FFMIN() instead of rewriting it.
libavcodec
|
2008-09-07 |
vitor |
Factorize broken clipping in its own function and document it.
libavcodec
|
2008-09-07 |
vitor |
Cosmetics: whitespace/linebreaks
libavcodec
|
2008-09-07 |
vitor |
Use the same 8 bit -> 16 bit conversion as QuickTime.
libavcodec
|
2008-09-07 |
vitor |
Do not share context variables between channels and do not zero them at
libavcodec
|
2008-09-07 |
vitor |
Remove output pointer from context
libavcodec
|
2008-09-07 |
stefang |
add 1bpp decoding function and extend 4bpp function to
libavcodec
|
2008-09-06 |
diego |
license header consistency cosmetics.
libavcodec
|
2008-09-06 |
diego |
license header consistency cosmetics
libavcodec
|
2008-09-06 |
voroshil |
Remove not approved parts.
libavcodec
|
2008-09-06 |
vitor |
Test a var for overflow just after it is set
libavcodec
|
2008-09-06 |
vitor |
Remove useless parentheses.
libavcodec
|
2008-09-05 |
reimar |
Fix nuv decoder to use reget_buffer for non-keyframes and correctly
libavcodec
|
2008-09-05 |
vitor |
Cosmetics: indent after last commit and remove useless braces
libavcodec
|
2008-09-05 |
vitor |
Simplify: use a for instead of unrolling by hand
libavcodec
|
2008-09-04 |
vitor |
Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This commit
libavcodec
|
2008-09-04 |
vitor |
Simplify: use two distinct functions to decode MACE3 and MACE6, since the
libavcodec
|
2008-09-04 |
vitor |
Simplify mace_decode_frame()
libavcodec
|
2008-09-04 |
vitor |
Remove useless comments
libavcodec
|
2008-09-04 |
vitor |
Reindent mace.c, its indentation was completly inconsistent with the coding rules.
libavcodec
|
2008-09-04 |
vitor |
Cosmetics: s/LPC_type/LPC_TYPE/
libavcodec
|
2008-09-04 |
vitor |
Multiply table by -1. This avoid doing this calculation (that was introduced
libavcodec
|
2008-09-04 |
michael |
Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures and
libavcodec
|
2008-09-04 |
vitor |
Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders.
libavcodec
|
2008-09-03 |
michael |
Ignore the spec, and calculate aspect ratio on width/height.
libavcodec
|
2008-09-03 |
michael |
Clarify sample_aspect_ratio.
libavcodec
|
2008-09-03 |
jai_menon |
fix issue 616 on roundup : decoding of short flac files
libavcodec
|
2008-09-03 |
diego |
Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering
libavcodec
|
2008-09-03 |
diego |
Surround some encoding-specific functions with the appropriate
libavcodec
|
2008-09-03 |
diego |
Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific
libavcodec
|
2008-09-03 |
voroshil |
gain codebook (first stage), 8k mode for G.729
libavcodec
|
2008-09-03 |
voroshil |
Another set of approved G.729 chunks (from decoder core)
libavcodec
|
2008-09-03 |
aurel |
theoradec: cosmetics: indentation
libavcodec
|
2008-09-03 |
aurel |
theoradec: skip decoding of uncoded MV in 4MV code
libavcodec
|
2008-09-03 |
aurel |
theoradec: small 4MV code reorganization to ease future improvements
libavcodec
|
2008-09-02 |
diego |
Replace generic CONFIG_DECODERS preprocessor conditionals by more specific
libavcodec
|
2008-09-02 |
diego |
Silence a couple of 'defined but not used' warnings by adding an av_unused
libavcodec
|
2008-09-02 |
diego |
Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.
libavcodec
|
2008-09-02 |
voroshil |
Parity bit calculation routine for G.729
libavcodec
|
2008-09-02 |
michael |
Try to support invalid h264 that does not mark IDR with POC=0.
libavcodec
|
2008-09-02 |
jbr |
add a separate line in Makefile for E-AC-3 decoder and only compile it when
libavcodec
|
2008-09-01 |
bcoudurier |
make pcm encoder setting bits_per_sample field
libavcodec
|
2008-09-01 |
jbr |
create a separate codec_id for E-AC-3
libavcodec
|
2008-09-01 |
bwolowiec |
Remaining parts of Nellymoser encoder
libavcodec
|
2008-09-01 |
michael |
Check ff_init_me()s return value.
libavcodec
|
2008-09-01 |
michael |
1000l Fix snow regression test that i broke in r15135.
libavcodec
|
2008-08-31 |
michael |
Warn the user about me_method values that are not supported.
libavcodec
|
2008-08-31 |
michael |
Optimize vorbis_residue_decode() so that vr->type is a constant.
libavcodec
|
2008-08-31 |
michael |
Remove debuging junk that probably hasnt been used by anyone since years.
libavcodec
|
2008-08-31 |
bwolowiec |
Okayed parts of nellymoserenc.c
libavcodec
|
2008-08-31 |
stefang |
reduce code duplication by moving common header parsing
libavcodec
|
2008-08-31 |
stefano |
Globally rename the header inclusion guard names.
libavcodec
|
2008-08-31 |
conrad |
Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it
libavcodec
|
2008-08-31 |
conrad |
Declare ff_vp3_idct_data to be uint16_t
libavcodec
|
2008-08-31 |
conrad |
Don't declare SSE vp3 idct data static, so it can be used in the mmx version
libavcodec
|
2008-08-31 |
jbr |
turn on E-AC-3 decoding support and update the Changelog
libavcodec
|
2008-08-31 |
jbr |
simplify code and comment regarding determination whether or not AHT is used.
libavcodec
|
2008-08-31 |
jbr |
use correct table name
libavcodec
|
2008-08-31 |
vitor |
Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines
libavcodec
|
2008-08-31 |
jbr |
skip converter exponent strategy for all channels at once
libavcodec
|
2008-08-31 |
vitor |
Remove useless var in compute_lpc_coefs()
libavcodec
|
2008-08-31 |
jbr |
merge declaration and init. variable is not used outside the loop.
libavcodec
|
2008-08-31 |
jbr |
cosmetics: indentation
libavcodec
|
2008-08-31 |
vitor |
Merge declaration and initialization of a few vars in compute_lpc_coefs()
libavcodec
|
2008-08-31 |
jbr |
commit more OKed parts of the E-AC-3 decoder
libavcodec
|
2008-08-30 |
jbr |
commit more OKed parts of the E-AC-3 decoder
libavcodec
|
2008-08-30 |
jbr |
commit more OKed parts of the E-AC-3 decoder
libavcodec
|
2008-08-30 |
michael |
Fix lossless jpeg encoder to comply to spec and store full redundant
libavcodec
|
2008-08-30 |
conrad |
Remove unused dequantization code from SSE VP3 IDCT
libavcodec
|
2008-08-30 |
conrad |
Use ff_pw_8 in MMX/SSE VP3 IDCT
libavcodec
|
2008-08-30 |
conrad |
Let ff_pw_8 be used as an SSE constant
libavcodec
|
2008-08-30 |
jbr |
cosmetics: update comment about dithering
libavcodec
|
2008-08-30 |
michael |
Remove the cos_mod table that has become unused after replacing the imdct
libavcodec
|
2008-08-30 |
michael |
Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().
libavcodec
|
2008-08-30 |
michael |
Get rid of the 512 sample memmove().
libavcodec
|
2008-08-30 |
pross |
Remove 'currently unused' warning about SAMPLE_FMT_xxx.
libavcodec
|
2008-08-29 |
bwolowiec |
Okayed parts of nellymoserenc.c
libavcodec
|
2008-08-29 |
vitor |
Remove useless zeroing of a buffer
libavcodec
|
2008-08-29 |
superdump |
Fix typo in element type
libavcodec
|
2008-08-29 |
superdump |
Remove unnecessary portion of a condition. This fixes issue607 and avoids
libavcodec
|
2008-08-29 |
stefano |
Fix typo.
libavcodec
|
2008-08-29 |
michael |
Half the size of subband_fir_noidea and get rid of memmove & memset of it.
libavcodec
|
2008-08-29 |
stefano |
Make X264_init() no longer assign avctx->rc_eq to libx264's context.
libavcodec
|