Mercurial > libavcodec.hg
graph
-
get_bits: Fix spelling and grammar in GET_VLC() comment. libavcodecWed, 17 Feb 2010 21:20:43 +0000, by alexc
-
10l: remove stray '(' I don't know where it came from libavcodecWed, 17 Feb 2010 21:04:56 +0000, by mru
-
Add LOCAL_ALIGNED() macro for declaring aligned local arrays libavcodecWed, 17 Feb 2010 20:36:12 +0000, by mru
-
Move predict_field_decoding_flag() from h264.h to .c as its only used there and belongs libavcodecWed, 17 Feb 2010 02:25:05 +0000, by michael
-
Move check for and call of predict_field_decoding_flag() from the mb code to libavcodecWed, 17 Feb 2010 02:14:02 +0000, by michael
-
2x faster ff_h264_init_cabac_states(), 4k cpu cycles less. libavcodecTue, 16 Feb 2010 23:43:08 +0000, by michael
-
Limit the Rice parameter used for progressive decoding in ALS. libavcodecTue, 16 Feb 2010 14:48:01 +0000, by thilo.borgmann
-
Add lsp.o as a dependency for wmavoice. This fixes a compilation error when libavcodecTue, 16 Feb 2010 14:33:13 +0000, by rbultje
-
2 cpu cycles faster context calculation for decode_cabac_intra_mb_type() libavcodecTue, 16 Feb 2010 02:51:37 +0000, by michael
-
Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take its libavcodecMon, 15 Feb 2010 23:04:07 +0000, by michael
-
Split setting neighboring MBs from fill_decode_caches() libavcodecMon, 15 Feb 2010 22:07:02 +0000, by michael
-
Simplify decode_cabac_mb_intra4x4_pred_mode(). libavcodecMon, 15 Feb 2010 19:22:09 +0000, by michael
-
Merge decode_cabac_mb_type_b() into calling code. libavcodecMon, 15 Feb 2010 19:20:49 +0000, by michael
-
add heuristic to discern the old sample clips from streams encoded libavcodecMon, 15 Feb 2010 16:43:45 +0000, by stefang
-
avoid using DECLARE_ALIGNED on stack variable as suggested by Reimar libavcodecMon, 15 Feb 2010 16:37:13 +0000, by stefang
-
AAC: Mark functions that are only called when the output configuration is not locked as av_cold. libavcodecMon, 15 Feb 2010 16:19:46 +0000, by alexc
-
10l use pack16to32(), should fix big endian h264 failures. libavcodecMon, 15 Feb 2010 01:24:50 +0000, by michael
-
Merge the single line function decode_cabac_mb_transform_size() libavcodecMon, 15 Feb 2010 01:04:07 +0000, by michael
-
Merge decode_cabac_mb_dqp() with surronding code. libavcodecSun, 14 Feb 2010 23:06:25 +0000, by michael
-
Set sub_mb_type in direct_cache instead of just the direct flag. libavcodecSun, 14 Feb 2010 16:51:31 +0000, by michael
-
Store sub_mb_type in direct_cache/direct_table. libavcodecSun, 14 Feb 2010 14:41:27 +0000, by michael
-
Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cbp so libavcodecSun, 14 Feb 2010 02:08:48 +0000, by michael
-
Direct temporal skiped MBs dont need fill_decode_caches() at all so dont call it libavcodecSat, 13 Feb 2010 22:53:44 +0000, by michael
-
h264: Fix pointer warnings by removing redundant [0] libavcodecSat, 13 Feb 2010 21:08:17 +0000, by astrange
-
Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type) libavcodecSat, 13 Feb 2010 20:13:54 +0000, by michael
-
Skiped MBs dont need the cbp stuff so skip initing that. libavcodecSat, 13 Feb 2010 20:13:10 +0000, by michael
-
Also skip direct/mvd_cache init for skiped blocks. libavcodecSat, 13 Feb 2010 19:39:18 +0000, by michael
-
Move more code under if(!IS_DIRECT(mb_type)). libavcodecSat, 13 Feb 2010 19:00:51 +0000, by michael
-
Move branch based on custom mode outside the loop libavcodecSat, 13 Feb 2010 18:59:21 +0000, by conrad
-
Directly check whether a fragment is coded for 4MV mode instead of iterating libavcodecSat, 13 Feb 2010 18:55:27 +0000, by conrad
-
Eliminate fragment -> macroblock mapping array libavcodecSat, 13 Feb 2010 18:55:24 +0000, by conrad
-
Eliminate macroblock -> fragment mapping array libavcodecSat, 13 Feb 2010 18:55:21 +0000, by conrad
-
Eliminate superblock <-> macroblock mapping array libavcodecSat, 13 Feb 2010 18:55:17 +0000, by conrad
-
Skip some more code that isnt needed for direct MBs. libavcodecSat, 13 Feb 2010 18:23:46 +0000, by michael
-
Fix reading beyond buffer end on RA144Context.lpc_tables. libavcodecSat, 13 Feb 2010 17:42:58 +0000, by vitor
-
Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler. libavcodecSat, 13 Feb 2010 15:57:49 +0000, by michael
-
Dont calculate any surrounding MVs for temporal MBs libavcodecSat, 13 Feb 2010 15:30:27 +0000, by michael
-
100l Forgoten hunk.unbreak compile before someone notices. libavcodecSat, 13 Feb 2010 13:04:11 +0000, by michael
-
Restructure spatial direct MV generation so that the zero predictior shortcut libavcodecSat, 13 Feb 2010 13:02:25 +0000, by michael
-
Split spatial and temporal direct MV generation. libavcodecSat, 13 Feb 2010 03:46:51 +0000, by michael
-
Fix compilation with --enable-libgsm on Gentoo and OpenSUSE. libavcodecSat, 13 Feb 2010 03:43:10 +0000, by cehoyos
-
Special case for spatial direct MV predictor being 0. libavcodecSat, 13 Feb 2010 02:47:41 +0000, by michael
-
Pack MVs together from the begin for spatial direct, this simplifies the code libavcodecSat, 13 Feb 2010 02:20:56 +0000, by michael
-
Special case VP5/6 chroma alignment on x86 as well libavcodecFri, 12 Feb 2010 22:01:42 +0000, by conrad
-
Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder libavcodecFri, 12 Feb 2010 22:01:35 +0000, by conrad
-
Move apply_loop_filter above render_slice, it'll be used by the latter soon libavcodecFri, 12 Feb 2010 22:01:25 +0000, by conrad
-
Theora 3.4 doesn't exist; these fields were misunderstandings of the spec libavcodecFri, 12 Feb 2010 22:01:18 +0000, by conrad
-
Try to support truncated h264 frames mixed with mpeg pes headers in mkv. libavcodecFri, 12 Feb 2010 19:25:23 +0000, by michael
-
Use int8_t instead of char, the signedness of char can differ between systems. libavcodecFri, 12 Feb 2010 18:18:35 +0000, by reimar
-
Move 'chksum' declaration to the only block where that variable is used libavcodecThu, 11 Feb 2010 07:59:24 +0000, by kostya
-
Move band checksum verifying into preprocessor condition, so compiler won't libavcodecThu, 11 Feb 2010 07:54:40 +0000, by kostya
-
Output the first AAC frame. This is needed for SBR conformance. libavcodecWed, 10 Feb 2010 14:51:57 +0000, by alexc
-
ARMv6 optimised put_pixels functions except xy2 variants libavcodecTue, 09 Feb 2010 16:13:21 +0000, by mru
-
Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler. libavcodecTue, 09 Feb 2010 00:19:03 +0000, by michael
-
Set partitioning to 16x16 for spatial direct MBs with mixed interlacing. libavcodecMon, 08 Feb 2010 17:25:50 +0000, by michael
-
Detect spatial direct MBs partitioned smaller than 16x16 that can be partitioned libavcodecMon, 08 Feb 2010 16:23:05 +0000, by michael
-
Detect equal 4x4 blocks in spatial direct MBs. libavcodecMon, 08 Feb 2010 13:05:24 +0000, by michael
-
Remove an apparently unneeded && !FRAME_MBAFF. libavcodecMon, 08 Feb 2010 04:24:50 +0000, by michael
-
Remove incorrect fixme, i see no case that is missing. libavcodecMon, 08 Feb 2010 02:10:59 +0000, by michael
-
Replace call to pred_motion() in direct spatial mv pred by code libavcodecMon, 08 Feb 2010 02:09:27 +0000, by michael
-
Change xvid/divx/lavc build variables to be consistent to x264_build. libavcodecMon, 08 Feb 2010 00:43:15 +0000, by michael
-
Zero a/b only in the branch where they need to be zeroed. libavcodecSun, 07 Feb 2010 22:58:03 +0000, by michael
-
Merge mv&ref related code for spatial direct MV code. libavcodecSun, 07 Feb 2010 21:53:55 +0000, by michael
-
Precalculate a few variables for direct mv prediction for interlaced MBs. libavcodecSun, 07 Feb 2010 21:09:09 +0000, by michael
-
Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective true partitioning. libavcodecSun, 07 Feb 2010 17:40:22 +0000, by michael
-
Remove FIXMEs for cases that are disallowed by the spec. libavcodecSun, 07 Feb 2010 15:13:56 +0000, by michael
-
Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame. libavcodecSun, 07 Feb 2010 14:55:59 +0000, by michael
-
Fix reference selection for colocated MBs from frames to fields. libavcodecSun, 07 Feb 2010 01:17:13 +0000, by michael
-
Add assert(sps.direct_8x8_inference_flag) to FIXME comment. libavcodecSun, 07 Feb 2010 01:14:58 +0000, by michael
-
ref_offset must be added after checking references validity. libavcodecSun, 07 Feb 2010 01:13:56 +0000, by michael
-
Remove redundant use of numchannels since it is 1 for mono. libavcodecSat, 06 Feb 2010 12:48:37 +0000, by jai_menon
-
Long term references behave different from short term in spatial direct MV calculation. libavcodecSat, 06 Feb 2010 02:55:58 +0000, by michael
-
Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684). libavcodecTue, 02 Feb 2010 22:57:56 +0000, by cehoyos
-
Remove unnecessary fields in ALSSpecificConfig. libavcodecMon, 01 Feb 2010 09:53:37 +0000, by thilo.borgmann
-
Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE. libavcodecMon, 01 Feb 2010 00:18:49 +0000, by michael
-
Update binkaudio to new DECLARE_ALIGNED syntax libavcodecSun, 31 Jan 2010 15:07:25 +0000, by daniel
-
libavcodec version bump for Bink codec IDs (r21536) libavcodecSun, 31 Jan 2010 13:34:28 +0000, by daniel
-
Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and libavcodecSun, 31 Jan 2010 12:27:05 +0000, by reimar
-
Get rid of a check in one direction that cant be true in it in that part libavcodecSun, 31 Jan 2010 02:05:26 +0000, by michael
-
Split first reference list comparission from mv comparission. libavcodecSat, 30 Jan 2010 20:07:37 +0000, by michael
-
Make the jump-table section-relative for x86_64 with PIC enabled. libavcodecSat, 30 Jan 2010 19:26:47 +0000, by reimar
-
Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). libavcodecSat, 30 Jan 2010 18:50:00 +0000, by stefano
-
Replace h->left_type[0] by the local variable for it we have. libavcodecSat, 30 Jan 2010 14:33:25 +0000, by michael
-
Indeo Video Interactive 4 and 5 common code and DSP functions. libavcodecSat, 30 Jan 2010 08:10:17 +0000, by kostya
-
Make VP5 and VP6 decoders output a qscale table to allow for more automatic libavcodecFri, 29 Jan 2010 19:11:47 +0000, by reimar
-
Add no_repeat_mask option, so that single-pulse vectors can also be libavcodecFri, 29 Jan 2010 16:49:06 +0000, by rbultje
-
Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec libavcodecFri, 29 Jan 2010 13:51:25 +0000, by superdump
-
vp56: check buffer size to fix a potential segfault libavcodecThu, 28 Jan 2010 23:49:46 +0000, by aurel
-
Simplify error handling by processing header errors separate from CRC and libavcodecThu, 28 Jan 2010 23:19:33 +0000, by jbr
-
Move variable declaration to block where it is used and simplify code. libavcodecThu, 28 Jan 2010 21:01:50 +0000, by reimar
-
Export H264 profile and level in AVCodecContext. libavcodecThu, 28 Jan 2010 20:57:29 +0000, by cehoyos
-
Extract duplicated code into a separate function. libavcodecThu, 28 Jan 2010 20:15:19 +0000, by reimar
-
factorize first filter call out, this makes the code somewhat libavcodecThu, 28 Jan 2010 19:44:13 +0000, by michael
-
Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist. libavcodecThu, 28 Jan 2010 14:29:53 +0000, by rbultje
-
Initialize thread_context[0] with h264 parser context. libavcodecThu, 28 Jan 2010 13:04:25 +0000, by benoit
-
Change wraper functions to always inline, they are faster now that way. libavcodecThu, 28 Jan 2010 11:37:35 +0000, by michael
-
Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazy libavcodecThu, 28 Jan 2010 02:20:31 +0000, by michael
-
Make the fast loop filter path work with unavailable left MBs. libavcodecThu, 28 Jan 2010 02:15:25 +0000, by michael
-
Unroll main loop so the edge==0 case is seperate. libavcodecThu, 28 Jan 2010 01:24:25 +0000, by michael
-
Fix possible crashes in mlp parser, it tries to go back 7 bytes after libavcodecWed, 27 Jan 2010 20:04:19 +0000, by reimar
-
Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, the libavcodecWed, 27 Jan 2010 20:02:18 +0000, by reimar
-
Use table to speedup access to non_zero_count in MBAFF with differing interlacing. libavcodecWed, 27 Jan 2010 11:14:29 +0000, by michael
-
Split fill_caches() between loopfilter & decode, the 2 no longer where common libavcodecTue, 26 Jan 2010 23:54:11 +0000, by michael
-
Optimize loop filtering of the left edge in MBAFF. libavcodecTue, 26 Jan 2010 22:59:19 +0000, by michael
-
use left_xy[1] in mbaff QP loop filter check, this improves the amount that can libavcodecTue, 26 Jan 2010 20:28:58 +0000, by michael
-
Use left_mb_xy from fill_caches instead of recalculating it. libavcodecTue, 26 Jan 2010 14:57:53 +0000, by michael
-
Simplify left_xy content for the loop filter, this also makes it closer to libavcodecTue, 26 Jan 2010 14:55:19 +0000, by michael
-
Simplify loop filter a little by using top/left_type. libavcodecTue, 26 Jan 2010 13:39:26 +0000, by michael
-
Set top & left types for deblock in fill_caches(). libavcodecTue, 26 Jan 2010 13:38:18 +0000, by michael
-
100l typo fix, mixed up +-1 forcing the loop filter skip to never skip. libavcodecTue, 26 Jan 2010 13:30:33 +0000, by michael
-
Optimize mb neighbor initialization for MBAFF in fill_caches(). libavcodecTue, 26 Jan 2010 10:35:36 +0000, by michael
-
Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611. libavcodecTue, 26 Jan 2010 10:30:24 +0000, by cehoyos
-
Fix heap overflow due to lack of nb_components check. libavcodecMon, 25 Jan 2010 13:26:10 +0000, by michael
-
100l, correct wrong H.264+adaptive MBAFF decoding libavcodecMon, 25 Jan 2010 01:56:13 +0000, by astrange
-
H.264: Use 64-/128-bit write-combining macros for copies libavcodecMon, 25 Jan 2010 00:30:44 +0000, by astrange
-
Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64. libavcodecSun, 24 Jan 2010 19:19:09 +0000, by michael
-
Optimize suffix_length computation, 1 cpu cycle speedup. libavcodecSun, 24 Jan 2010 18:23:46 +0000, by michael
-
Simplify suffix_length computation, same speed. libavcodecSun, 24 Jan 2010 18:18:08 +0000, by michael
-
Optimize level_code computation, 6cpu cycles speedup. libavcodecSun, 24 Jan 2010 18:17:01 +0000, by michael
-
Fix crash in MLP decoder due to integer overflow. libavcodecSun, 24 Jan 2010 18:07:29 +0000, by reimar
-
1 cpu cycle faster suffix_length calculation. libavcodecSun, 24 Jan 2010 18:05:02 +0000, by michael
-
Remove is_complex from loop_filter() its useless there in its current form. libavcodecSun, 24 Jan 2010 17:02:44 +0000, by michael
-
Added a missing const to ff_h264_get_slice_type(). libavcodecSun, 24 Jan 2010 16:37:12 +0000, by fenrir
-
Remove all uses of slice_type* from the loop filter, also remove its libavcodecSun, 24 Jan 2010 13:20:17 +0000, by michael
-
Remove unneeded reset of non_zero_count_cache for deblock. libavcodecSat, 23 Jan 2010 22:11:46 +0000, by michael
-
Remove useless things from the deblock side of fill_caches(). libavcodecSat, 23 Jan 2010 21:57:36 +0000, by michael
-
Moved reusable functions from dxva2_h264.c to dxva2.c libavcodecSat, 23 Jan 2010 18:17:57 +0000, by fenrir
-
Move +52 from the loop filter to the alpha/beta offsets in the context. libavcodecSat, 23 Jan 2010 18:05:30 +0000, by michael
-
Use qstride = 0 and allocate only a single line for qscale_table since libavcodecSat, 23 Jan 2010 18:01:38 +0000, by reimar
-
Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions. libavcodecSat, 23 Jan 2010 18:01:28 +0000, by fenrir
-
Reindent the content of one if(){} in ff_dxva2_common_end_frame. libavcodecSat, 23 Jan 2010 18:00:51 +0000, by fenrir
-
Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame. libavcodecSat, 23 Jan 2010 17:59:08 +0000, by fenrir
-
Set edges based on cbp and mv partitioning, not just skiped MBs. libavcodecSat, 23 Jan 2010 15:28:34 +0000, by michael
-
Use AVPALETTE_COUNT instead of hard-coding 256. libavcodecSat, 23 Jan 2010 15:22:48 +0000, by reimar
-
Remove redundant initialization of the palette, it is part of the context libavcodecSat, 23 Jan 2010 15:19:34 +0000, by reimar
-
Optmize 8x8dct check used to skip some borders in the loop filter. libavcodecSat, 23 Jan 2010 13:54:02 +0000, by michael
-
Use av_freep intead of av_free to free pointers in vp56 context. libavcodecSat, 23 Jan 2010 13:49:09 +0000, by reimar
-
Zero the frame data on allocation for VB codec, e.g. the FATE sample seems to libavcodecSat, 23 Jan 2010 10:25:22 +0000, by reimar
-
Export wma_critical_freqs as ff_wma_critical_freqs libavcodecSat, 23 Jan 2010 08:39:50 +0000, by daniel
-
The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needs libavcodecFri, 22 Jan 2010 23:40:18 +0000, by reimar
-
Implement an sse version of scalarproduct_float(). libavcodecFri, 22 Jan 2010 23:07:58 +0000, by alexc
-
Check for chunk boundaries when decoding VB codec data libavcodecFri, 22 Jan 2010 19:07:44 +0000, by kostya
-
Zero palette in case not all entries are initialized later libavcodecFri, 22 Jan 2010 18:28:41 +0000, by kostya
-
Move array specifiers outside DECLARE_ALIGNED() invocations libavcodecFri, 22 Jan 2010 03:25:11 +0000, by mru
-
Move dquant check into qscale overflow check. libavcodecThu, 21 Jan 2010 21:01:26 +0000, by michael
-
Make calculation of mask_edge free of branches, faster of course but probably libavcodecThu, 21 Jan 2010 16:50:31 +0000, by michael
-
Use two separate memory arguments since 8+() is invalid gas syntax libavcodecThu, 21 Jan 2010 09:46:57 +0000, by conrad
-
H.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t casts. libavcodecWed, 20 Jan 2010 03:28:57 +0000, by astrange
-
Simplify/Optimize another of the mbaff loop filter cases. libavcodecWed, 20 Jan 2010 03:00:08 +0000, by michael
-
Only calculate the second chroma qp if it differs from the firstin the main libavcodecWed, 20 Jan 2010 01:49:24 +0000, by michael
-
Merge multiple IS_* macro uses where possible. libavcodecWed, 20 Jan 2010 01:15:30 +0000, by michael
-
Simplify and optimize intra code in h264_loopfilter.c libavcodecWed, 20 Jan 2010 00:44:03 +0000, by michael
-
Use constant offsets for memory operands since gcc is unable to libavcodecWed, 20 Jan 2010 00:34:10 +0000, by conrad
-
Sightly simplify initialization of int start. libavcodecWed, 20 Jan 2010 00:17:16 +0000, by michael
-
Mark the h264 c loop filter as av_always_inline av_flatten to make sure its libavcodecTue, 19 Jan 2010 22:54:13 +0000, by michael
-
skip outer pixels if possible in h264_loop_filter_luma_c(). libavcodecTue, 19 Jan 2010 22:46:58 +0000, by michael
-
Reenable ff_h264_filter_mb_fast() for all slices it supported before. libavcodecTue, 19 Jan 2010 16:43:57 +0000, by michael
-
Fix h264_loop_filter_strength_mmx2() so it works with b frames. libavcodecTue, 19 Jan 2010 16:40:36 +0000, by michael
-
Remove -2 -> -1 remapping, its not needed anymore as we must remap all libavcodecTue, 19 Jan 2010 14:28:19 +0000, by michael
-
Update libx264.c to use new libx264 features libavcodecTue, 19 Jan 2010 04:00:08 +0000, by darkshikari
-
Dont waste time initializing stuff for deblocking intra mbs, none of libavcodecTue, 19 Jan 2010 03:14:45 +0000, by michael
-
Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose. libavcodecTue, 19 Jan 2010 02:28:26 +0000, by michael
-
Move a few things into a deeper if() in fetch_diagonal_mv(). libavcodecTue, 19 Jan 2010 02:07:12 +0000, by michael
-
Remove code that handles the case of a MB pair to our right being available. libavcodecTue, 19 Jan 2010 01:23:19 +0000, by michael
-
Dont init chroma elements of non_zero_count_cache for deblock. libavcodecMon, 18 Jan 2010 23:30:21 +0000, by michael
-
Remove unneeded for_deblock check, this code was alraedy under for_deblock. libavcodecMon, 18 Jan 2010 23:27:53 +0000, by michael
-
Rather call filter_mb_mbaff_edge*v() more often than do extra calculations libavcodecMon, 18 Jan 2010 21:22:09 +0000, by michael
-
PAFF CABAC P slices seem to work as well, so enable them for ff_h264_filter_mb_fast() too. libavcodecMon, 18 Jan 2010 16:29:16 +0000, by michael
-
Reenable filter_mb_fast for I slices and progressive CABAC P slices. libavcodecMon, 18 Jan 2010 16:16:22 +0000, by michael
-
10l for someone, Store chroma_qp_diff in the correct struct. libavcodecMon, 18 Jan 2010 14:05:30 +0000, by michael
-
Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_caches libavcodecMon, 18 Jan 2010 13:09:53 +0000, by michael
-
Perform reference remapping at fill_cache() time instead of in the libavcodecMon, 18 Jan 2010 05:15:31 +0000, by michael
-
Make qp check for loop filter skiping also work with MBAFF. libavcodecMon, 18 Jan 2010 00:34:28 +0000, by michael
-
Comment about a cornercase we ignore currently libavcodecMon, 18 Jan 2010 00:21:58 +0000, by michael
-
Move the qp check to skip the loop filter up. libavcodecMon, 18 Jan 2010 00:20:44 +0000, by michael
-
Reorganize how values are stored in h->non_zero_count. libavcodecSun, 17 Jan 2010 23:44:23 +0000, by michael
-
Disable a few things in fill_filter_caches() that arent needed. libavcodecSun, 17 Jan 2010 22:05:36 +0000, by michael
-
Split fill_caches() between filter and decoder. libavcodecSun, 17 Jan 2010 21:43:08 +0000, by michael
-
Add missing Makefile dependencies to CONFIG_SNOW_ENCODER. libavcodecSun, 17 Jan 2010 08:24:45 +0000, by astrange
-
Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller libavcodecSat, 16 Jan 2010 17:27:17 +0000, by michael
-
Apply last 2 optimizations to similar code i forgot. libavcodecSat, 16 Jan 2010 16:21:12 +0000, by michael
-
Another microopt, 4 cpu cycles for avoidance of FFABS(). libavcodecSat, 16 Jan 2010 16:14:32 +0000, by michael
-
Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. libavcodecSat, 16 Jan 2010 11:55:35 +0000, by michael
-
Correctly decode some Avid AV1x samples, fixes issue 1684. libavcodecSat, 16 Jan 2010 10:46:45 +0000, by cehoyos
-
Replace cabac checks in inline functions from h264.h with constants. libavcodecSat, 16 Jan 2010 05:41:33 +0000, by michael
-
Allow a SIPR table to be used by the upcoming SIPR16k decoder libavcodecSat, 16 Jan 2010 03:44:17 +0000, by vitor
-
Split some SIPR structs to a header file for the upcoming SIPR16k commit libavcodecSat, 16 Jan 2010 03:40:25 +0000, by vitor
-
AAC: optimise bitstream reading in decode_spectrum_and_dequant() libavcodecFri, 15 Jan 2010 14:02:52 +0000, by mru
-
Support decoding of Avid uncompressed mov files, fixes issue 1685. libavcodecFri, 15 Jan 2010 11:03:40 +0000, by cehoyos
-
Support decoding Avid 1:1x codec, (partially) fixes issue1684. libavcodecFri, 15 Jan 2010 10:55:31 +0000, by cehoyos
-
Add forgotten include of h264_mvpred.h to h264.h. libavcodecFri, 15 Jan 2010 03:42:56 +0000, by michael
-
Add forgotton multiple inclusion guards to h264_mvpred.h. libavcodecFri, 15 Jan 2010 03:41:28 +0000, by michael
-
Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c libavcodecFri, 15 Jan 2010 00:45:47 +0000, by cehoyos
-
Change code so it uses 2 adds instead of one FFABS. libavcodecThu, 14 Jan 2010 17:50:33 +0000, by reimar
-
Implement alpha channel decoding for BGR HuffYUV. libavcodecThu, 14 Jan 2010 01:32:49 +0000, by astrange
-
AAC: Unswitch loop over window groups in decode_spectrum_and_dequant() libavcodecWed, 13 Jan 2010 16:46:35 +0000, by mru
-
AAC: simplify some calculations in decode_spectrum_and_dequant() libavcodecWed, 13 Jan 2010 16:46:32 +0000, by mru
-
AAC: Compress codebook tables and optimise sign bit handling libavcodecWed, 13 Jan 2010 16:46:28 +0000, by mru
-
Remove the struct SiprModeParam of the context. This will simplify splitting libavcodecWed, 13 Jan 2010 04:29:55 +0000, by vitor
-
Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. libavcodecWed, 13 Jan 2010 02:17:16 +0000, by michael
-
Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel Atom. libavcodecTue, 12 Jan 2010 23:02:07 +0000, by reimar
-
Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just libavcodecTue, 12 Jan 2010 21:17:26 +0000, by michael
-
Split all the reference picture handling off h264.c. libavcodecTue, 12 Jan 2010 20:59:00 +0000, by michael
-
Replace variable length array with an allocated buffer libavcodecTue, 12 Jan 2010 20:35:22 +0000, by thilo.borgmann
-
Split (picture|seq) parameter set decoding out of h264.c. libavcodecTue, 12 Jan 2010 19:33:45 +0000, by michael
-
Split direct mode (macro)block decoding off h264.c. libavcodecTue, 12 Jan 2010 14:32:58 +0000, by michael
-
Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). libavcodecTue, 12 Jan 2010 13:54:35 +0000, by michael
-
Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer libavcodecTue, 12 Jan 2010 09:13:32 +0000, by zuxy
-
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. libavcodecTue, 12 Jan 2010 00:29:26 +0000, by cehoyos
-
fft-test: Replace do_mdct with a tf_transform enum and switch on it. libavcodecMon, 11 Jan 2010 16:40:01 +0000, by alexc
-
Fix two RLE buffer size calculations in TSCC decoder. libavcodecMon, 11 Jan 2010 14:21:53 +0000, by kostya
-
10l: Fix forgotten variable rename from r14893 (fixes issue 1675). libavcodecMon, 11 Jan 2010 10:54:59 +0000, by cehoyos
-
Add missing internal.h to files calling ff_match_2uint16(). libavcodecMon, 11 Jan 2010 04:57:04 +0000, by astrange
-
Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the libavcodecMon, 11 Jan 2010 00:54:48 +0000, by michael
-
Add a function to parse Dirac's sequence header libavcodecMon, 11 Jan 2010 00:31:44 +0000, by conrad
-
Export fullrange flag and color information for h.264 libavcodecMon, 11 Jan 2010 00:31:39 +0000, by conrad
-
Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 libavcodecSat, 09 Jan 2010 18:33:21 +0000, by michael
-
Make inter_level/run global again, msmpeg4 uses them. libavcodecSat, 09 Jan 2010 18:12:06 +0000, by michael
-
Make some tables static again, i mistakely thought they would be used in several libavcodecSat, 09 Jan 2010 17:22:37 +0000, by michael
-
Export get_slice_type() as ff_h264_get_slice_type(). libavcodecSat, 09 Jan 2010 16:20:41 +0000, by ramiro
-
Split H263 encoder and decoder from common code. libavcodecSat, 09 Jan 2010 14:59:06 +0000, by michael
-
Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodecSat, 09 Jan 2010 13:28:04 +0000, by reimar
-
Always initialize bit_depth_luma and bit_depth_chroma in the H264 libavcodecSat, 09 Jan 2010 07:57:26 +0000, by jai_menon
-
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c. libavcodecFri, 08 Jan 2010 19:59:51 +0000, by michael
-
Change local variable type from unsigned int to int in order to libavcodecFri, 08 Jan 2010 19:53:42 +0000, by thilo.borgmann
-
Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. libavcodecFri, 08 Jan 2010 19:40:10 +0000, by michael
-
Use h263 tables in msmpeg4v1 dont duplicate them halfway. libavcodecFri, 08 Jan 2010 19:10:11 +0000, by michael
-
AAC: add a const to decode_spectrum_and_dequant() args libavcodecFri, 08 Jan 2010 17:52:54 +0000, by mru
-
Rename most non static h263 tables so their name contains h263. libavcodecFri, 08 Jan 2010 17:51:48 +0000, by michael
-
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability libavcodecFri, 08 Jan 2010 17:41:14 +0000, by michael
-
Rename DCtab_*, its a global variable and it helps understanding if mpeg4 libavcodecFri, 08 Jan 2010 17:28:43 +0000, by michael
-
Explain why the level variable is magically inceased in mpeg4_encode_dc(). libavcodecFri, 08 Jan 2010 10:00:56 +0000, by diego
-
Snow : release buffers allocated using avctx->get_buffer. libavcodecFri, 08 Jan 2010 05:09:17 +0000, by jai_menon
-
Set bits_per_coded_sample in the raw video encoder. libavcodecFri, 08 Jan 2010 05:08:02 +0000, by jai_menon
-
Add a few CONFIG_MPEG4_DECODER that should be there. libavcodecFri, 08 Jan 2010 04:00:06 +0000, by michael
-
Split the mpeg4 encoder and decoder off h263.c libavcodecThu, 07 Jan 2010 23:53:49 +0000, by michael
-
Add multi-channel correlation support for ALS. libavcodecThu, 07 Jan 2010 22:48:58 +0000, by thilo.borgmann
-
Optimize short-term prediction by reducing index arithmetic. libavcodecThu, 07 Jan 2010 22:23:28 +0000, by thilo.borgmann
-
Document decide_ac_pred() and restore_ac_coeffs(). libavcodecThu, 07 Jan 2010 15:43:49 +0000, by michael
-
Move restore_ac_coeffs() call into decode_ac_pred(). libavcodecThu, 07 Jan 2010 15:31:54 +0000, by michael
-
Move restore_ac_coeffs() up so its declared before its use. libavcodecThu, 07 Jan 2010 15:24:50 +0000, by michael
-
Factorize if() surrounding every ff_h263_show_pict_info() call. libavcodecThu, 07 Jan 2010 14:55:11 +0000, by michael
-
Move forgotton "AVCodec flv_encoder" over to flvenc.c. libavcodecThu, 07 Jan 2010 05:41:49 +0000, by michael
-
Mark h263_get_picture_format() av_const to indicate that it has no funny libavcodecThu, 07 Jan 2010 03:34:30 +0000, by michael
-
Stop the approximation in bessel() once it does no longer improve. libavcodecWed, 06 Jan 2010 22:40:52 +0000, by michael
-
Handle more ADPCM codecs in av_get_bits_per_sample(). libavcodecWed, 06 Jan 2010 21:51:20 +0000, by daniel
-
Use correct context for av_log(), should prevent a crash for malformed files. libavcodecTue, 05 Jan 2010 16:25:41 +0000, by vitor
-
Add a few explanatory comments to cornercase workarounds. libavcodecTue, 05 Jan 2010 10:18:01 +0000, by diego
-
Replace array operator [] with direct access via pointer. libavcodecTue, 05 Jan 2010 01:16:02 +0000, by thilo.borgmann
-
Cosmetics: Fix indentation and comment after r21027. libavcodecTue, 05 Jan 2010 01:14:38 +0000, by cehoyos
-
Support decoding raw 2bpp in mov, fixes issue 1528. libavcodecTue, 05 Jan 2010 01:11:45 +0000, by cehoyos
-
Improve readability of 4bpp raw decoder and prepare for supporting 2bpp. libavcodecTue, 05 Jan 2010 00:41:29 +0000, by cehoyos
-
The H.263 wrong_run table is only for encoding; only enable it in such cases. libavcodecMon, 04 Jan 2010 13:21:18 +0000, by diego
-
VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line. libavcodecMon, 04 Jan 2010 09:23:24 +0000, by gb
-
Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks, libavcodecMon, 04 Jan 2010 09:19:32 +0000, by gb
-
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavcodecSun, 03 Jan 2010 14:31:25 +0000, by stefano
-
Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it libavcodecSat, 02 Jan 2010 17:48:08 +0000, by reimar
-
Small ELBG optimization: use last pixel as a initial guess for the codebook libavcodecSat, 02 Jan 2010 12:15:09 +0000, by vitor
-
Adjust threshold for xvid packed b frame detection. libavcodecFri, 01 Jan 2010 21:32:48 +0000, by michael
-
It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert. libavcodecFri, 01 Jan 2010 21:07:52 +0000, by michael
-
Remove residual use of the doxygen markup which is deprecated, libavcodecFri, 01 Jan 2010 12:28:18 +0000, by stefano
-
Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian. libavcodecThu, 31 Dec 2009 01:08:10 +0000, by cehoyos
-
Support raw black&white in mov, fixes issue 1654. libavcodecWed, 30 Dec 2009 22:58:49 +0000, by cehoyos
-
cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations. libavcodecWed, 30 Dec 2009 16:10:52 +0000, by diego
-
10l: Move ff_mpeg4_pred_dc() to an appropriate place. libavcodecWed, 30 Dec 2009 16:08:47 +0000, by diego
-
cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations. libavcodecWed, 30 Dec 2009 14:51:46 +0000, by diego
-
cosmetics: Move H.263-related functions around to avoid forward declarations. libavcodecWed, 30 Dec 2009 14:34:14 +0000, by diego
-
cosmetics: Reorder functions to avoid forward declarations. libavcodecWed, 30 Dec 2009 14:15:12 +0000, by diego
-
Remove unnecessary forward declaration for msmpeg4_memsetw(). libavcodecWed, 30 Dec 2009 13:48:03 +0000, by diego
-
Get rid of pointless CONFIG_ANY_H263 preprocessor definition. libavcodecWed, 30 Dec 2009 11:33:59 +0000, by diego
-
Add required header #includes for mpegvideo.h and config.h. libavcodecWed, 30 Dec 2009 11:22:41 +0000, by diego
-
Eliminate CONFIG_ANY_H263_DECODER preprocessor definition. libavcodecWed, 30 Dec 2009 11:07:04 +0000, by diego
-
Get rid of pointless CONFIG_WMV_DECODER definition. libavcodecWed, 30 Dec 2009 02:09:51 +0000, by diego
-
Simplify CONFIG_ANY_H263_DECODER preprocessor definition: libavcodecWed, 30 Dec 2009 02:01:19 +0000, by diego
-
Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER. libavcodecTue, 29 Dec 2009 18:26:31 +0000, by diego
-
Remove pointless CONFIG_MLP_DECODER preprocessor check. libavcodecTue, 29 Dec 2009 17:20:19 +0000, by diego
-
Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser. libavcodecTue, 29 Dec 2009 17:16:07 +0000, by diego
-
Enable the TrueHD decoder when the MLP decoder is enabled. libavcodecTue, 29 Dec 2009 13:48:48 +0000, by diego
-
Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure. libavcodecTue, 29 Dec 2009 13:14:41 +0000, by diego
-
Fix colours for QT JPEG2000, fixes issue 1540. libavcodecTue, 29 Dec 2009 12:00:28 +0000, by cehoyos
-
Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630. libavcodecTue, 29 Dec 2009 11:53:51 +0000, by cehoyos
-
Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure. libavcodecTue, 29 Dec 2009 11:11:07 +0000, by diego
-
vc1_parser.o does not depend on h263dec.o and intrax8.o. libavcodecTue, 29 Dec 2009 02:51:38 +0000, by diego
-
Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure. libavcodecMon, 28 Dec 2009 18:05:34 +0000, by diego
-
Declare dependencies for H.263 family decoders in configure. libavcodecMon, 28 Dec 2009 18:00:07 +0000, by diego
-
Declare the dependency of the H.263 decoder on the H.263 parser in configure. libavcodecMon, 28 Dec 2009 17:45:31 +0000, by diego
-
Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER. libavcodecMon, 28 Dec 2009 17:36:03 +0000, by diego
-
cosmetics: Remove pointless '#if 1' preprocessor directives. libavcodecMon, 28 Dec 2009 15:27:49 +0000, by diego
-
Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param(). libavcodecMon, 28 Dec 2009 09:03:09 +0000, by gb
-
Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id(). libavcodecMon, 28 Dec 2009 09:02:16 +0000, by gb
-
cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef. libavcodecSun, 27 Dec 2009 14:28:43 +0000, by diego
-
16-bit Interplay video does not need palette control libavcodecSun, 27 Dec 2009 14:07:21 +0000, by kostya
-
Add missing opcodes for 16-bit Interplay Video decoding and finally enable it libavcodecSun, 27 Dec 2009 09:12:50 +0000, by kostya
-
16-bit Interplay Video stores motion vector data at the end of frame, libavcodecSun, 27 Dec 2009 09:03:31 +0000, by kostya