Mercurial > libavcodec.hg
graph
-
Distinguish between non-coded blocks and decode errors in rtjpeg's get_block libavcodecSun, 24 May 2009 09:06:06 +0000, by reimar
-
Add a few size checks when decoding rtjpeg blocks. libavcodecSun, 24 May 2009 09:03:45 +0000, by reimar
-
Move "block" variable in rtjpeg decoder to context to ensure sufficient alignment libavcodecSun, 24 May 2009 08:36:52 +0000, by reimar
-
Fix passing of unaligned addresses to dsputil diff_bytes() by libavcodecSat, 23 May 2009 19:37:01 +0000, by heydowns
-
Add offset argument to encode_422_bitstream() to control where libavcodecSat, 23 May 2009 19:30:35 +0000, by heydowns
-
fix qtrle encoding when previous frame linesize differs, fix #998 libavcodecSat, 23 May 2009 05:55:29 +0000, by bcoudurier
-
Set progressive_sequence before MPV_common_init which cares about it when libavcodecSat, 23 May 2009 01:22:43 +0000, by bcoudurier
-
Move ALIGN macro to libavutil/common.h and use it in various places libavcodecFri, 22 May 2009 21:32:13 +0000, by conrad
-
Move eatgq blocks array from the stack to the codec context and make sure libavcodecFri, 22 May 2009 18:39:00 +0000, by reimar
-
eac3dec: fix bug in GAQ dequantization. large mantissas should only be libavcodecThu, 21 May 2009 00:15:44 +0000, by jbr
-
eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ libavcodecThu, 21 May 2009 00:09:23 +0000, by jbr
-
Use iMDCT output scaling to simplify ffvorbis and make it slightly faster. libavcodecWed, 20 May 2009 07:26:09 +0000, by serge
-
Fix for a problem with inverted sign of output data from ffvorbis decoder. libavcodecWed, 20 May 2009 07:24:38 +0000, by serge
-
Support for testing (i)MDCT output scale factor in fft-test tool. libavcodecWed, 20 May 2009 07:23:09 +0000, by serge
-
The AC-3 decoder is now LGPL. Exchange the license header and change references libavcodecTue, 19 May 2009 22:58:09 +0000, by diego
-
LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster. libavcodecTue, 19 May 2009 21:29:21 +0000, by darkshikari
-
Add missing libavformat dependencies on mpeg4audio.o libavcodecTue, 19 May 2009 18:02:06 +0000, by alexc
-
Move AMR-WB-specific code to the AMR-WB section of the file. libavcodecTue, 19 May 2009 17:31:56 +0000, by diego
-
cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file. libavcodecTue, 19 May 2009 17:30:27 +0000, by diego
-
Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3 libavcodecSun, 17 May 2009 16:12:07 +0000, by banan
-
Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2. libavcodecSun, 17 May 2009 10:29:40 +0000, by banan
-
Make TMV decoder check packet sizes before reading from it. libavcodecSun, 17 May 2009 09:48:12 +0000, by vitor
-
Add a forward declaration of mpeg1_decode_block_intra to fix compilation libavcodecSun, 17 May 2009 09:09:07 +0000, by reimar
-
eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is libavcodecSun, 17 May 2009 06:53:24 +0000, by jbr
-
ac3dec: fix coupling range check. the start subband must be less than libavcodecSat, 16 May 2009 17:02:44 +0000, by jbr
-
Support for getting (i)MDCT output multiplied by a constant scaling factor. libavcodecSat, 16 May 2009 14:17:08 +0000, by serge
-
Fix off-by-one error in MS RLE decoder which may result into writing past libavcodecSat, 16 May 2009 06:39:08 +0000, by kostya
-
cosmetics: K&R coding style, indent correctly, break overly long lines libavcodecFri, 15 May 2009 22:46:29 +0000, by diego
-
Surround AMR_WB encoding code by appropriate #ifdefs. libavcodecFri, 15 May 2009 19:03:45 +0000, by diego
-
cosmetics: Move some more code around to avoid #ifdeffery. libavcodecFri, 15 May 2009 18:54:36 +0000, by diego
-
cosmetics: Move functions around so that encoding and decoding functions are libavcodecFri, 15 May 2009 17:34:26 +0000, by diego
-
Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after libavcodecFri, 15 May 2009 17:22:41 +0000, by diego
-
Add av_cold attribute to amr_nb decoding/encoding initialization functions. libavcodecFri, 15 May 2009 17:15:12 +0000, by diego
-
Bugfix for bug introduced in the multichannel cook patchset. libavcodecFri, 15 May 2009 16:25:54 +0000, by banan
-
mlp: Simplify adressing of state and coeffs arrays for both filters by making libavcodecFri, 15 May 2009 15:34:22 +0000, by ramiro
-
mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8. libavcodecFri, 15 May 2009 15:30:43 +0000, by ramiro
-
Ensure that we don't read from invalid memory with B-frame qpel libavcodecFri, 15 May 2009 07:49:59 +0000, by conrad
-
decode mpeg-2 closed gop first b frames, fix issue #824 libavcodecFri, 15 May 2009 05:39:44 +0000, by bcoudurier
-
change pic type to Picture* and remove casts libavcodecFri, 15 May 2009 02:01:53 +0000, by bcoudurier
-
Document av_set_string3() returned error codes. libavcodecThu, 14 May 2009 19:03:22 +0000, by stefano
-
Make av_set_string3() print a message in case of unknown option. libavcodecThu, 14 May 2009 18:50:58 +0000, by stefano
-
Provide a context to av_log() calls in av_set_number2() and libavcodecThu, 14 May 2009 18:43:43 +0000, by stefano
-
Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine") libavcodecThu, 14 May 2009 06:38:49 +0000, by serge
-
Subroutine to copy an AAC Program Config Element (PCE) libavcodecWed, 13 May 2009 22:57:30 +0000, by alexc
-
Allow parsing and decoding of ADTS AAC files with channel config = 0 libavcodecWed, 13 May 2009 17:57:58 +0000, by alexc
-
Move the ADTS header size to the parser's header file. libavcodecWed, 13 May 2009 14:11:11 +0000, by alexc
-
V210 Uncompressed 4:2:2 10-bit encoder and decoder libavcodecTue, 12 May 2009 19:56:48 +0000, by bcoudurier
-
Add a chroma_sample_location field to define positioning of chroma samples libavcodecMon, 11 May 2009 04:34:23 +0000, by conrad
-
check for palette presence, fix crash with QT-BMP.mov, issue #1074 libavcodecSun, 10 May 2009 19:10:37 +0000, by bcoudurier
-
Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition. libavcodecSat, 09 May 2009 12:26:05 +0000, by diego
-
data parameter of dnxhd_encode_picture() should not be const. libavcodecFri, 08 May 2009 19:41:21 +0000, by diego
-
Correct x/ymin to avoid segfault due to out of picture reads. libavcodecFri, 08 May 2009 15:14:36 +0000, by michael
-
Add CGA and palette data for 8088flex TMV decoder. libavcodecWed, 06 May 2009 21:51:58 +0000, by stefano
-
mlpdec: Fix possible writing out of array bounds introduced by being libavcodecWed, 06 May 2009 16:01:28 +0000, by ramiro
-
mlpdec: Split sync word error and MLP sync word check. libavcodecWed, 06 May 2009 15:46:10 +0000, by ramiro
-
mlpdec: Fix indentation that got mangled from copy&paste. libavcodecWed, 06 May 2009 15:37:25 +0000, by ramiro
-
Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' message libavcodecWed, 06 May 2009 06:49:04 +0000, by kostya
-
Add floating point audio decoding to WavPack decoder. libavcodecWed, 06 May 2009 05:40:43 +0000, by kostya
-
Prepare WavPack decoder to support floating point output. libavcodecWed, 06 May 2009 05:28:06 +0000, by kostya
-
ac3dec: Remove unneeded context variable, num_cpl_subbands. It is also libavcodecWed, 06 May 2009 01:47:34 +0000, by jbr
-
ac3dec: move channel remapping to outside of block loop libavcodecTue, 05 May 2009 23:38:12 +0000, by jbr
-
mpegaudio: enclose SUM8() macro args in parens when used libavcodecTue, 05 May 2009 18:44:13 +0000, by mru
-
mpegaudio: avoid unnecessary copy in high-precision mode libavcodecTue, 05 May 2009 18:44:10 +0000, by mru
-
Do not discard mp3 frames in the parser after a broken frame. libavcodecTue, 05 May 2009 13:46:50 +0000, by michael
-
Factorize out integer sample value decoding for WavPack. libavcodecTue, 05 May 2009 06:10:59 +0000, by kostya
-
Do not scan for MP3 header after the given buffer and return skipped libavcodecMon, 04 May 2009 14:23:48 +0000, by diego
-
Properly handle SILENCE frame. Patch by Kenan Gillet. libavcodecMon, 04 May 2009 03:25:57 +0000, by reynaldo
-
Check whether extra bits block has enough data. libavcodecSun, 03 May 2009 05:42:51 +0000, by kostya
-
Decode extended bitstream for high-precision WavPack files. libavcodecSat, 02 May 2009 05:17:20 +0000, by kostya
-
Ignore first entry of intra matrixes if it is invalid. libavcodecFri, 01 May 2009 12:31:19 +0000, by michael
-
Factorize quantization matrix loading code out. libavcodecFri, 01 May 2009 12:17:25 +0000, by michael
-
Don't #if a function declaration and properly indent it. libavcodecThu, 30 Apr 2009 21:34:56 +0000, by ramiro
-
mlpdec: Move MLP's filter_channel() to dsputils. libavcodecThu, 30 Apr 2009 12:30:05 +0000, by ramiro
-
Add missing return statement to out-of-memory condition. Fixes the warning: libavcodecThu, 30 Apr 2009 10:21:22 +0000, by diego
-
ARM: Use fewer register in NEON put_pixels _y2 and _xy2 libavcodecWed, 29 Apr 2009 11:38:09 +0000, by conrad
-
Revert r18700, documentation of deprecated functions might be useful for libavcodecMon, 27 Apr 2009 18:35:54 +0000, by vitor
-
Check if there is enough bytes before reading the buffer in the EA ADPCM libavcodecMon, 27 Apr 2009 16:06:01 +0000, by vitor
-
Remove useless and outright wrong chatter from avcodec_encode_video(). libavcodecMon, 27 Apr 2009 12:41:41 +0000, by michael
-
Remove redundant chatter from avcodec_encode_audio() libavcodecMon, 27 Apr 2009 12:39:30 +0000, by michael
-
Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2(). libavcodecMon, 27 Apr 2009 12:38:14 +0000, by michael
-
Add multiframe note to avcodec_decode_video() too. libavcodecMon, 27 Apr 2009 12:36:23 +0000, by michael
-
Cleanup first paragraph of doxy of avcodec_decode_audio3(). libavcodecMon, 27 Apr 2009 12:34:25 +0000, by michael
-
Remove documentation from deprecated fields, they should not be used, libavcodecMon, 27 Apr 2009 12:28:56 +0000, by michael
-
Remove confusing and redundant engrish chatter from avcodec_decode_video2(). libavcodecMon, 27 Apr 2009 12:25:36 +0000, by michael
-
Revert changing VLC initialization type for RV3/4 decoder. libavcodecMon, 27 Apr 2009 05:30:22 +0000, by kostya
-
mlpdec: Simplify filtering code by using only one counter variable. libavcodecSun, 26 Apr 2009 20:37:40 +0000, by ramiro
-
Correctly update output sample format in wavpack decoder. libavcodecSun, 26 Apr 2009 04:23:29 +0000, by kostya
-
Proper subpacket size check for cook multichannel files. libavcodecSat, 25 Apr 2009 20:09:34 +0000, by banan
-
Set the type of size in COOKSubpacket to unsigned libavcodecSat, 25 Apr 2009 18:43:30 +0000, by banan
-
Add pixdescs definitions for planar YUV pixfmts with 16 bits per libavcodecSat, 25 Apr 2009 18:29:31 +0000, by stefano
-
Make sure we only parse max amount of subpackets (5) in the cook decoder. libavcodecSat, 25 Apr 2009 17:46:27 +0000, by banan
-
Factor out COOKSubpacket, in preparation for multichannel support. libavcodecSat, 25 Apr 2009 10:20:48 +0000, by banan
-
Add missing pixel format descriptor definitions. libavcodecSat, 25 Apr 2009 07:53:55 +0000, by stefano
-
Get rid of monstrous static table and initialize VLCs for RV3/4 dynamically. libavcodecSat, 25 Apr 2009 05:47:38 +0000, by kostya
-
Remove useless assignment during initialization for some decoders libavcodecFri, 24 Apr 2009 14:09:24 +0000, by kostya
-
TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB. libavcodecFri, 24 Apr 2009 06:44:16 +0000, by kostya
-
Merge decoding functions for all bitdepths in WavPack decoder libavcodecFri, 24 Apr 2009 05:50:19 +0000, by kostya
-
Force speed irrelevant calls to get/put_symbol() to be noinline. libavcodecFri, 24 Apr 2009 01:50:09 +0000, by michael
-
Make avcodec_thread_init() set the thread count, even in the case when libavcodecThu, 23 Apr 2009 23:14:26 +0000, by stefano
-
Handle WavPack INT32INFO chunks with nonzero post shift libavcodecThu, 23 Apr 2009 18:21:16 +0000, by kostya
-
Add functions for decoding >16 bits WavPack files. libavcodecThu, 23 Apr 2009 17:27:04 +0000, by kostya
-
Shift 9-15 bit samples to use full 16-bit range. libavcodecThu, 23 Apr 2009 07:44:04 +0000, by kostya
-
Display dimensions should not affect the real size of coded frame, thus set libavcodecThu, 23 Apr 2009 07:14:02 +0000, by kostya
-
Switch VLC tables in WMV3/VC-1 decoder to new static init method libavcodecWed, 22 Apr 2009 05:20:31 +0000, by kostya
-
Update safety check as the maximum pixel size is no longer 4. libavcodecWed, 22 Apr 2009 01:54:05 +0000, by michael
-
Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT) libavcodecWed, 22 Apr 2009 01:50:15 +0000, by michael
-
Make read_line() do not depend on put_bits.h and speed up it. libavcodecWed, 22 Apr 2009 00:04:17 +0000, by stefano
-
mlpdec: Validate max_channel and max_matrix_channel. libavcodecTue, 21 Apr 2009 22:12:30 +0000, by ramiro
-
mlpdec: Restart header sync must be 0x31ea for MLP. libavcodecTue, 21 Apr 2009 21:57:23 +0000, by ramiro
-
Read extended channel configuration when extended AOT is BSAC. libavcodecTue, 21 Apr 2009 17:52:52 +0000, by jai_menon
-
Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC libavcodecTue, 21 Apr 2009 17:37:03 +0000, by kostya
-
Remove redundant assignment. err is assigned in every switch case anyway. Issue libavcodecTue, 21 Apr 2009 12:29:36 +0000, by superdump
-
Set flag after VC-1 VLCs are initialized to avoid race condition libavcodecTue, 21 Apr 2009 05:42:22 +0000, by kostya
-
Remove some useless assignments and variables found by Clang libavcodecTue, 21 Apr 2009 05:24:50 +0000, by kostya
-
Make RV3/4 VLC tables use new static initialization method libavcodecTue, 21 Apr 2009 04:42:27 +0000, by kostya
-
Add 420,422 and 444 planar 16bit per component pix formats. libavcodecTue, 21 Apr 2009 01:02:48 +0000, by michael
-
Make rv40 decoder use new static VLC initialization method libavcodecMon, 20 Apr 2009 17:13:21 +0000, by kostya
-
Compact and make constant two tables used by Musepack decoders libavcodecMon, 20 Apr 2009 15:36:27 +0000, by kostya
-
ac3enc: log a warning message if the channel layout is not specified at libavcodecMon, 20 Apr 2009 00:34:08 +0000, by jbr
-
Add channel layout support to the AC-3 decoder and AC-3 parser. libavcodecSun, 19 Apr 2009 15:05:32 +0000, by jbr
-
Check that channel layout is compatible with number of channels for libavcodecSun, 19 Apr 2009 14:05:55 +0000, by jbr
-
Remove unnecessary assignment, found by CSA. libavcodecSun, 19 Apr 2009 00:55:46 +0000, by superdump
-
Add LP zero synthesis filter. Patch by Kenan Gillet. libavcodecSat, 18 Apr 2009 22:53:37 +0000, by reynaldo
-
mlpdec: Read context variable to local variable to make code cleaner. libavcodecSat, 18 Apr 2009 20:23:13 +0000, by ramiro
-
mlpdec: Use some context arrays with local variables in rematrix_channels(). libavcodecSat, 18 Apr 2009 19:46:41 +0000, by ramiro
-
truehd: Simplify rematrix_channels() as per Michael's original review. libavcodecSat, 18 Apr 2009 19:39:07 +0000, by ramiro
-
mlpdec: Make read_matrix_params() take unsigned int substr for consistency. libavcodecSat, 18 Apr 2009 18:54:30 +0000, by ramiro
-
mlpdec: Check for {matrix,filter}_changed as soon as they are incremented. libavcodecSat, 18 Apr 2009 18:51:43 +0000, by ramiro
-
Avoid code duplication in xan_unpack for the final memcpy. libavcodecSat, 18 Apr 2009 17:26:00 +0000, by reimar
-
Use sign_extend function instead of reimplementing it. libavcodecFri, 17 Apr 2009 20:05:27 +0000, by reimar
-
Use / and % operators instead of reimplementing them with a loop. libavcodecFri, 17 Apr 2009 19:56:50 +0000, by reimar
-
Change buffer check to avoid an unlikely pointer arithmetic overflow. libavcodecFri, 17 Apr 2009 19:49:55 +0000, by reimar
-
Simplify ipvideo_decode_opcodes by using get_bits, this might be slower libavcodecFri, 17 Apr 2009 19:28:36 +0000, by reimar
-
Remove unused code_counts array from interplavideo.c. libavcodecFri, 17 Apr 2009 19:21:50 +0000, by reimar
-
Introduce codec id for MPEG-4 ALS and associate it with corresponding libavcodecFri, 17 Apr 2009 19:17:14 +0000, by jai_menon
-
Fix buffer size check for xan_unpack which was broken by r18586 libavcodecFri, 17 Apr 2009 19:07:16 +0000, by reimar
-
Remove useless assignments, at least one found by CSA. libavcodecFri, 17 Apr 2009 18:28:59 +0000, by michael
-
Increase buffer padding to avoid most space checks in xan_unpack libavcodecFri, 17 Apr 2009 18:26:24 +0000, by reimar
-
Remove useless init from ff_mpeg4_set_direct_mv() found by CSA. libavcodecFri, 17 Apr 2009 18:24:39 +0000, by michael
-
Remove a useless assignment in img_get_alpha_info() found by CSA. libavcodecFri, 17 Apr 2009 18:22:19 +0000, by michael
-
Remove redundant assignment in av_picture_copy() found by CSA. libavcodecFri, 17 Apr 2009 18:20:12 +0000, by michael
-
Remove several useless writes to variables, found by CSA. libavcodecFri, 17 Apr 2009 18:16:36 +0000, by michael
-
Remove useless += from ff_imdct_half_c() found by CSA. libavcodecFri, 17 Apr 2009 18:12:00 +0000, by michael
-
Change buffer size checks to avoid the very unlikely overflow case. libavcodecFri, 17 Apr 2009 18:03:00 +0000, by reimar
-
Remove unused variable from h261_encode_block() found by CSA. libavcodecFri, 17 Apr 2009 17:56:16 +0000, by michael
-
Remove a pointless right-shift in xan decoder. libavcodecFri, 17 Apr 2009 17:54:55 +0000, by reimar
-
Remove 2 useless assignments from ff_rate_control_init() found by CSA. libavcodecFri, 17 Apr 2009 17:52:58 +0000, by michael
-
Replace bytecopy with the equivalent but faster av_memcpy_backptr. libavcodecFri, 17 Apr 2009 17:46:10 +0000, by reimar
-
Remove unused variable from slice_buffer_release() found by CSA. libavcodecFri, 17 Apr 2009 17:39:09 +0000, by michael
-
Use memcpy instead of the very inefficient bytecopy where both are correct libavcodecFri, 17 Apr 2009 17:20:48 +0000, by reimar
-
Remove unused variable from wma_decode_block() found by CSA. libavcodecFri, 17 Apr 2009 15:35:32 +0000, by michael
-
Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA. libavcodecFri, 17 Apr 2009 15:10:37 +0000, by michael
-
Remove unused variable in modify_qscale() found by CSA. libavcodecFri, 17 Apr 2009 15:08:00 +0000, by michael
-
Remove unused variables from slice_buffer_load_line() found by CSA. libavcodecFri, 17 Apr 2009 15:01:58 +0000, by michael
-
Remove 2 unneeded variables from common_init() found by CSA. libavcodecFri, 17 Apr 2009 14:59:04 +0000, by michael
-
Remove 2 unused variables from MPV_decode_mb_internal() found by CSA. libavcodecFri, 17 Apr 2009 14:51:00 +0000, by michael
-
Remove unused assignment from j_rev_dct() found by CSA. libavcodecFri, 17 Apr 2009 14:43:28 +0000, by michael
-
Remove unused variable in init_mv_penalty_and_fcode() found by CSA. libavcodecFri, 17 Apr 2009 14:42:02 +0000, by michael
-
Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders libavcodecFri, 17 Apr 2009 14:09:56 +0000, by kostya