Mercurial > libavcodec.hg
graph
-
Remove unused variable, fixes warnings of the type: libavcodecSun, 21 Feb 2010 15:29:17 +0000, by diego
-
Simplify determing whether fragments are coded libavcodecSun, 21 Feb 2010 00:11:01 +0000, by conrad
-
Handle Theora's continued runs in superblock coding. libavcodecSun, 21 Feb 2010 00:10:58 +0000, by conrad
-
Decode fully coded superblocks in the same manner as partial superblocks and qpi libavcodecSun, 21 Feb 2010 00:10:54 +0000, by conrad
-
Make the special 4129 case for long-run bit strings a #define and explain it libavcodecSun, 21 Feb 2010 00:10:51 +0000, by conrad
-
Use memset to set the runs partially coded superblocks libavcodecSun, 21 Feb 2010 00:10:47 +0000, by conrad
-
Free encoder extradata in avcodec_close(). Should fix several small memory libavcodecSat, 20 Feb 2010 18:28:11 +0000, by vitor
-
remove tables of codebook vector values which are contained in libavcodecSat, 20 Feb 2010 12:32:30 +0000, by stefang
-
16l trocadero: don't forget to free frame data buffer in APE decoder libavcodecFri, 19 Feb 2010 22:23:55 +0000, by kostya
-
Fix compilation of binkaudio_rdft when dct is disabled libavcodecFri, 19 Feb 2010 20:51:12 +0000, by daniel
-
remove a Huffman table from WMA which also exists in AAC libavcodecFri, 19 Feb 2010 20:42:55 +0000, by stefang
-
remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct libavcodecFri, 19 Feb 2010 17:17:20 +0000, by stefang
-
Since WavPack chunk can contain more samples than FFmpeg is guaranteed to libavcodecFri, 19 Feb 2010 14:05:41 +0000, by kostya
-
Add the dependency for mpeg4audio.o of the ALS decoder. libavcodecFri, 19 Feb 2010 08:26:35 +0000, by thilo.borgmann
-
Do sequential bit reading outside of []-operators. libavcodecFri, 19 Feb 2010 08:07:02 +0000, by thilo.borgmann
-
Get rid of a local variable, 10 cpu cycles faster. libavcodecFri, 19 Feb 2010 02:37:11 +0000, by michael
-
Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache. libavcodecThu, 18 Feb 2010 23:37:48 +0000, by michael
-
fix intra prediction modes with inter-MB neighbors, libavcodecThu, 18 Feb 2010 18:23:48 +0000, by stefang
-
Simplify deblock_left/top condition for deblocking_filter=2 libavcodecThu, 18 Feb 2010 12:37:43 +0000, by michael
-
Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles. libavcodecThu, 18 Feb 2010 12:13:21 +0000, by michael
-
Fix sizeof()-statement to use the actual pointer type. libavcodecWed, 17 Feb 2010 23:26:48 +0000, by thilo.borgmann
-
Fix wrong buffer allocation for MCC in ALS. libavcodecWed, 17 Feb 2010 22:53:25 +0000, by thilo.borgmann
-
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