Mercurial > libavcodec.hg
graph
-
Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c libavcodecSat, 06 Mar 2010 22:36:55 +0000, by mru
-
Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.c libavcodecSat, 06 Mar 2010 22:36:52 +0000, by mru
-
Move prototypes for various dsputil init functions to dsputil.h libavcodecSat, 06 Mar 2010 22:36:49 +0000, by mru
-
Move some prototypes from dsputil.c to reasonable header files libavcodecSat, 06 Mar 2010 22:36:45 +0000, by mru
-
Bink version 'h' also has chroma planes swapped libavcodecSat, 06 Mar 2010 15:09:14 +0000, by kostya
-
Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss(). libavcodecFri, 05 Mar 2010 00:50:13 +0000, by stefano
-
Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes. libavcodecThu, 04 Mar 2010 19:12:20 +0000, by fenrir
-
AAC: Return the number of bytes consumed in decoding a frame. libavcodecThu, 04 Mar 2010 12:34:15 +0000, by alexc
-
AAC: Mark predictor functions av_always_inline. libavcodecThu, 04 Mar 2010 04:58:43 +0000, by alexc
-
AAC parser: Don't write channels, sample rate, and frame size each frame. libavcodecThu, 04 Mar 2010 02:30:51 +0000, by alexc
-
Port Optimizations about *_type init from decode to filter code. libavcodecThu, 04 Mar 2010 02:00:05 +0000, by michael
-
Delay translating DCT tokens into coefficients until immediately before IDCT libavcodecWed, 03 Mar 2010 23:27:43 +0000, by conrad
-
Explictly separate decoding whether fragments are coded by plane libavcodecWed, 03 Mar 2010 23:27:37 +0000, by conrad
-
move vp6 huffman table freeing code, out of common vp56 code libavcodecWed, 03 Mar 2010 22:29:06 +0000, by aurel
-
Move all context fields that are not used in the mb and block layers libavcodecWed, 03 Mar 2010 20:36:56 +0000, by michael
-
remove unused left_border field from context. libavcodecWed, 03 Mar 2010 19:44:27 +0000, by michael
-
Note about luma/chroma_weight tables and their datatype. libavcodecWed, 03 Mar 2010 19:31:58 +0000, by michael
-
Fixed overreads in TTA decoder with corrupted bistreams. libavcodecWed, 03 Mar 2010 19:31:46 +0000, by fenrir
-
move svq3 specific fields to the end of the context libavcodecWed, 03 Mar 2010 16:47:40 +0000, by michael
-
Merge weight & offset tables, 15 cpu cycles faster. libavcodecWed, 03 Mar 2010 14:41:43 +0000, by michael
-
Perform coefficient transformations in Bink Audio DCT decoder (issue1770) libavcodecWed, 03 Mar 2010 09:51:56 +0000, by pross
-
Load the whole left side of mv&ref only when needed. libavcodecWed, 03 Mar 2010 01:38:27 +0000, by michael
-
Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration. libavcodecWed, 03 Mar 2010 00:09:57 +0000, by cehoyos
-
Pass correct buffer-pointer and buffer-size to hardware accelerated libavcodecTue, 02 Mar 2010 17:12:41 +0000, by cehoyos
-
Make lsp a separate configurable and select it from codecs needing it libavcodecTue, 02 Mar 2010 03:16:27 +0000, by mru
-
Fix a bunch of bugs ive introduced recently that broke threaded decoding. libavcodecTue, 02 Mar 2010 02:24:37 +0000, by michael
-
Add commented-out unoptimized code to improve readability libavcodecMon, 01 Mar 2010 19:56:51 +0000, by vitor
-
revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4 libavcodecMon, 01 Mar 2010 00:22:43 +0000, by aurel
-
Remove some unneeded fill_rectangle() for 16x16 blocks. libavcodecSun, 28 Feb 2010 23:54:24 +0000, by michael
-
Make av_build_filter static (and remove av_): It is not used outside resample2.c. libavcodecSun, 28 Feb 2010 19:58:26 +0000, by cehoyos
-
Make av_get_bit_rate() static and remove av_, the function is only used libavcodecSun, 28 Feb 2010 19:05:51 +0000, by cehoyos
-
Include libxvid_internal.h: It contains the prototype for av_tempfile(). libavcodecSun, 28 Feb 2010 19:03:38 +0000, by cehoyos
-
Make the following functions static (and remove ff_), they are only used libavcodecSun, 28 Feb 2010 18:57:18 +0000, by cehoyos
-
Make function get_channel_name() static: It is only used in audioconvert.c. libavcodecSun, 28 Feb 2010 18:50:56 +0000, by cehoyos
-
Process picture aspect ratio changes in H.264. libavcodecSun, 28 Feb 2010 18:33:33 +0000, by cehoyos
-
Include internal.h and imgconvert.h, they contain the prototypes for the libavcodecSun, 28 Feb 2010 03:52:10 +0000, by cehoyos
-
Include msrledec.h: It contains the prototype for ff_msrle_decode(). libavcodecSun, 28 Feb 2010 03:41:59 +0000, by cehoyos
-
Include atrac.h: It contains the prototypes for atrac_generate_tables() libavcodecSun, 28 Feb 2010 03:39:11 +0000, by cehoyos
-
Include mpegaudiodecheader.h: It contains the prototype for libavcodecSun, 28 Feb 2010 03:27:10 +0000, by cehoyos
-
Include h263_parser.h: It contains the prototype for libavcodecSun, 28 Feb 2010 02:44:36 +0000, by cehoyos
-
Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header. libavcodecSun, 28 Feb 2010 02:41:20 +0000, by cehoyos
-
Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding libavcodecSat, 27 Feb 2010 21:13:22 +0000, by reimar
-
Strides in Indeo 5 reconstruction filter should be signed, libavcodecSat, 27 Feb 2010 14:08:06 +0000, by kostya
-
Encapsulate VLC information needed for decoding blocks and macroblocks in libavcodecSat, 27 Feb 2010 12:32:31 +0000, by kostya
-
Make it clear that ff_ivi_init_static_vlc() does not need arguments libavcodecSat, 27 Feb 2010 12:12:56 +0000, by kostya
-
Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedup libavcodecSat, 27 Feb 2010 04:09:48 +0000, by michael
-
Split *_type setting up, 4 cpu cycles faster. libavcodecSat, 27 Feb 2010 03:46:16 +0000, by michael
-
Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster. libavcodecFri, 26 Feb 2010 22:45:35 +0000, by michael
-
Fixed a segfault in the DCA decoder with corrupted streams. libavcodecFri, 26 Feb 2010 18:50:01 +0000, by fenrir
-
Do not read beyond end of input in EA-TGV. This should avoid FATE test #362 libavcodecFri, 26 Feb 2010 18:12:27 +0000, by vitor
-
Only load the topleft mv/ref when the topright is unavailable. libavcodecFri, 26 Feb 2010 15:26:11 +0000, by michael
-
Remove some useless operations from the code setting left_cbp. libavcodecFri, 26 Feb 2010 15:03:00 +0000, by michael
-
Move init of right side of ref_cache from fill_caches() to init_the_darn_decoder(). libavcodecFri, 26 Feb 2010 03:27:52 +0000, by michael
-
Remove 3 mv_cache zeroing instructions that zeroed the right side. libavcodecFri, 26 Feb 2010 02:54:03 +0000, by michael
-
Remove useless check of the 2 left MBs of a pair being in the same slice. libavcodecFri, 26 Feb 2010 01:38:12 +0000, by michael
-
Remove unneeded line of code from the neighbor setting code in h264. libavcodecFri, 26 Feb 2010 00:10:35 +0000, by michael
-
Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to libavcodecThu, 25 Feb 2010 23:44:42 +0000, by michael
-
svq3 now in working condition, at least vissually, ill let fate tell us libavcodecThu, 25 Feb 2010 18:41:48 +0000, by michael
-
fix compilation, sorry ive not checked cvslog for a while :((( libavcodecThu, 25 Feb 2010 18:39:01 +0000, by michael
-
Dont allocate direct_table 8 times too large. libavcodecThu, 25 Feb 2010 15:29:12 +0000, by michael
-
Reorder intra4x4_pred_mode so that we can read/write 4 values at once. libavcodecThu, 25 Feb 2010 14:26:12 +0000, by michael
-
unroll tiny and trivial loop. Same speed but clearer. libavcodecThu, 25 Feb 2010 12:51:32 +0000, by michael
-
Cut the size of mvd_table by yet another factor of 2. libavcodecThu, 25 Feb 2010 04:11:33 +0000, by michael
-
aac: Keep decode_band_types() from eating all padding at the end of a buffer. libavcodecWed, 24 Feb 2010 23:56:52 +0000, by alexc
-
Try to fix 100l compilation failure on some systems. libavcodecWed, 24 Feb 2010 21:55:55 +0000, by michael
-
Change mvd_cache & mvd_table to 8bit, this is overall a bit faster libavcodecWed, 24 Feb 2010 20:43:06 +0000, by michael
-
switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now. libavcodecWed, 24 Feb 2010 18:16:48 +0000, by michael
-
Factorize common code from the top of decode_cabac_mb_mvd() libavcodecWed, 24 Feb 2010 18:06:02 +0000, by michael
-
Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2) libavcodecWed, 24 Feb 2010 16:16:08 +0000, by michael
-
Replace ad-hoc fill rectangle by fill_rectangle(). libavcodecWed, 24 Feb 2010 13:12:09 +0000, by michael
-
ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls libavcodecWed, 24 Feb 2010 13:11:38 +0000, by kostya
-
it is not necessary to display the decoder name, as av_log() automatically prints the context libavcodecWed, 24 Feb 2010 11:51:42 +0000, by pross
-
Replace /2 by faster >>1 as the mvd values are now all positive. libavcodecWed, 24 Feb 2010 01:57:31 +0000, by michael
-
Remove unused variable. Seems i forgot to commit this. libavcodecWed, 24 Feb 2010 01:56:27 +0000, by michael
-
Cosmetics: break all Makefile lines at 80 columns or less libavcodecTue, 23 Feb 2010 16:12:30 +0000, by daniel
-
Use reported_size to truncate final Bink Audio frame libavcodecTue, 23 Feb 2010 10:28:11 +0000, by pross
-
10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and libavcodecTue, 23 Feb 2010 07:41:29 +0000, by kostya
-
Move plane decoding code into separate function in Bink decoder libavcodecTue, 23 Feb 2010 07:00:46 +0000, by kostya
-
Bink video decoder now can use extradata to detect alpha plane presence libavcodecTue, 23 Feb 2010 06:39:23 +0000, by kostya
-
Declare indeo VLC table storage with correct type libavcodecTue, 23 Feb 2010 03:45:51 +0000, by mru
-
Try to set has_b_frames in codec init if we know everything alraedy. libavcodecTue, 23 Feb 2010 01:08:54 +0000, by michael
-
Move extradata reading code into codec init instead of doing it libavcodecTue, 23 Feb 2010 01:07:39 +0000, by michael
-
Macroblock and block Huffman code sets are to be used by both Indeo 4 and libavcodecMon, 22 Feb 2010 13:51:32 +0000, by kostya
-
Make Bink decoder to stop decoding planes after all bits are used. libavcodecMon, 22 Feb 2010 12:35:12 +0000, by kostya
-
Correct bundle lengths calculation for small Bink files. libavcodecMon, 22 Feb 2010 12:20:49 +0000, by kostya
-
ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16 libavcodecMon, 22 Feb 2010 12:20:31 +0000, by mru
-
Fix compilation for --enable-version3 --enable-libopencore_amrwb (only). libavcodecMon, 22 Feb 2010 09:47:12 +0000, by cehoyos
-
get/show_bits() can read up to MIN_CACHE_BITS bits libavcodecSun, 21 Feb 2010 23:28:24 +0000, by mru
-
Fix timestamp association for mpeg2 field pictures. libavcodecSun, 21 Feb 2010 23:22:51 +0000, by michael
-
Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend libavcodecSun, 21 Feb 2010 21:48:40 +0000, by mru
-
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