log

age author description
2010-03-07 alexc AAC: Set codec parameters in the first frame rather than in .init() libavcodec
2010-03-07 mru Create a public API for FFT family of functions libavcodec
2010-03-07 mru Give RDFT types more meaningful names libavcodec
2010-03-07 mru Update include directives in fft-test.c libavcodec
2010-03-07 alexc Increase FF_INPUT_BUFFER_PADDING_SIZE to 64. libavcodec
2010-03-07 alexc AAC: Add a new line after the TNS error message. libavcodec
2010-03-07 alexc Add support for non-backwards compatible signaled parametric stereo. libavcodec
2010-03-07 kostya Band quant tables should not be assigned inside band tile loop, libavcodec
2010-03-07 reimar Fix --enable-hardcoded-tables compilation: the generate table files now libavcodec
2010-03-07 kostya When tracking non-zero coefficients during Indeo 5 decoding, make sure libavcodec
2010-03-06 michael header for common code between mp3 decoder and encoder. libavcodec
2010-03-06 mru PPC: move prototypes to headers and make some functions static libavcodec
2010-03-06 mru x86: move function prototypes to header files libavcodec
2010-03-06 mru Move ff_spatial_dwt() prototype to snow.h libavcodec
2010-03-06 mru Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c libavcodec
2010-03-06 mru Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c libavcodec
2010-03-06 mru Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.c libavcodec
2010-03-06 mru Move prototypes for various dsputil init functions to dsputil.h libavcodec
2010-03-06 mru Move some prototypes from dsputil.c to reasonable header files libavcodec
2010-03-06 mru Make some functions static libavcodec
2010-03-06 mru Add some missing #includes libavcodec
2010-03-06 thilo.borgmann Fix last frame block size correction. libavcodec
2010-03-06 kostya Bink version 'h' also has chroma planes swapped libavcodec
2010-03-06 mru Move FFT parts from dsputil.h to fft.h libavcodec
2010-03-06 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
2010-03-06 mru Move DECLARE_ALIGNED_{8,16} macros to mem.h libavcodec
2010-03-05 vitor Round correctly chroma picture height. libavcodec
2010-03-05 benoit Add initial support for 12-bit color mode. libavcodec
2010-03-05 stefano Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss(). libavcodec
2010-03-04 fenrir Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes. libavcodec
2010-03-04 fenrir Fixed buffer overread in flashsv decoder. libavcodec
2010-03-04 alexc AAC: Return the number of bytes consumed in decoding a frame. libavcodec
2010-03-04 conrad Really fix 2.95 libavcodec
2010-03-04 conrad Maybe fix gcc 2.95 libavcodec
2010-03-04 gb Cope with rev 22183: libavcodec
2010-03-04 alexc AAC: Mark predictor functions av_always_inline. libavcodec
2010-03-04 alexc Cosmetics: Re-indent after last commit. libavcodec
2010-03-04 alexc AAC parser: Don't write channels, sample rate, and frame size each frame. libavcodec
2010-03-04 michael Port Optimizations about *_type init from decode to filter code. libavcodec
2010-03-04 michael Optimize *_type init, 1.5 cpu cycles faster. libavcodec
2010-03-03 conrad Delay translating DCT tokens into coefficients until immediately before IDCT libavcodec
2010-03-03 conrad Do MC and IDCT in coding (hilbert) order libavcodec
2010-03-03 conrad Explictly separate decoding whether fragments are coded by plane libavcodec
2010-03-03 aurel move vp6 huffman table freeing code, out of common vp56 code libavcodec
2010-03-03 michael Reorder indexes in weight tables. libavcodec
2010-03-03 michael Move all context fields that are not used in the mb and block layers libavcodec
2010-03-03 fenrir Fixed DXVA2 H264 hwaccel compilation. libavcodec
2010-03-03 michael remove unused left_border field from context. libavcodec
2010-03-03 michael cosmetic addition of {} libavcodec
2010-03-03 michael Note about luma/chroma_weight tables and their datatype. libavcodec
2010-03-03 fenrir Fixed overreads in TTA decoder with corrupted bistreams. libavcodec
2010-03-03 vitor Plug some memory leaks in the VP6 decoder libavcodec
2010-03-03 michael move svq3 specific fields to the end of the context libavcodec
2010-03-03 gb Cope with rev 22169 change: libavcodec
2010-03-03 michael Merge weight & offset tables, 15 cpu cycles faster. libavcodec
2010-03-03 michael Simplify implicit_weight table init. libavcodec
2010-03-03 pross Perform coefficient transformations in Bink Audio DCT decoder (issue1770) libavcodec
2010-03-03 pross use intended const syntax libavcodec
2010-03-03 michael Another 3 useless zeroing instructions. libavcodec
2010-03-03 michael Load the whole left side of mv&ref only when needed. libavcodec
2010-03-03 cehoyos Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration. libavcodec
2010-03-02 cehoyos Pass correct buffer-pointer and buffer-size to hardware accelerated libavcodec
2010-03-02 mru Make lsp a separate configurable and select it from codecs needing it libavcodec
2010-03-02 michael Fix a bunch of bugs ive introduced recently that broke threaded decoding. libavcodec
2010-03-01 vitor Fix spelling in comment libavcodec
2010-03-01 vitor Add commented-out unoptimized code to improve readability libavcodec
2010-03-01 cehoyos Process packed bitstream also for VDPAU. libavcodec
2010-03-01 aurel revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4 libavcodec
2010-02-28 michael Remove some unneeded fill_rectangle() for 16x16 blocks. libavcodec
2010-02-28 cehoyos Make av_build_filter static (and remove av_): It is not used outside resample2.c. libavcodec
2010-02-28 cehoyos Make av_get_bit_rate() static and remove av_, the function is only used libavcodec
2010-02-28 cehoyos Include libxvid_internal.h: It contains the prototype for av_tempfile(). libavcodec
2010-02-28 cehoyos Make the following functions static (and remove ff_), they are only used libavcodec
2010-02-28 cehoyos Make function get_channel_name() static: It is only used in audioconvert.c. libavcodec
2010-02-28 cehoyos Process picture aspect ratio changes in H.264. libavcodec
2010-02-28 cehoyos Include internal.h and imgconvert.h, they contain the prototypes for the libavcodec
2010-02-28 cehoyos Include msrledec.h: It contains the prototype for ff_msrle_decode(). libavcodec
2010-02-28 cehoyos Include atrac.h: It contains the prototypes for atrac_generate_tables() libavcodec
2010-02-28 cehoyos Include mpegaudiodecheader.h: It contains the prototype for libavcodec
2010-02-28 cehoyos Remove declaration of unused variables. libavcodec
2010-02-28 cehoyos Include h263_parser.h: It contains the prototype for libavcodec
2010-02-28 cehoyos Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header. libavcodec
2010-02-27 reimar Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding libavcodec
2010-02-27 kostya Strides in Indeo 5 reconstruction filter should be signed, libavcodec
2010-02-27 kostya Encapsulate VLC information needed for decoding blocks and macroblocks in libavcodec
2010-02-27 kostya Make it clear that ff_ivi_init_static_vlc() does not need arguments libavcodec
2010-02-27 michael Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedup libavcodec
2010-02-27 michael Split *_type setting up, 4 cpu cycles faster. libavcodec
2010-02-26 michael Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster. libavcodec
2010-02-26 fenrir Fixed a segfault in the DCA decoder with corrupted streams. libavcodec
2010-02-26 vitor Do not read beyond end of input in EA-TGV. This should avoid FATE test #362 libavcodec
2010-02-26 michael Only load the topleft mv/ref when the topright is unavailable. libavcodec
2010-02-26 michael Remove some useless operations from the code setting left_cbp. libavcodec
2010-02-26 michael Simplify code to set cbp_* libavcodec
2010-02-26 benoit Fix typos in ref_index documentation. libavcodec
2010-02-26 michael Move init of right side of ref_cache from fill_caches() to init_the_darn_decoder(). libavcodec
2010-02-26 michael Remove 3 mv_cache zeroing instructions that zeroed the right side. libavcodec
2010-02-26 michael Remove useless check of the 2 left MBs of a pair being in the same slice. libavcodec
2010-02-26 michael Clarify ref_index. libavcodec
2010-02-26 michael Remove unneeded line of code from the neighbor setting code in h264. libavcodec
2010-02-26 michael Simplify code in mv_pred. libavcodec
2010-02-25 michael Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to libavcodec
2010-02-25 michael svq3 now in working condition, at least vissually, ill let fate tell us libavcodec
2010-02-25 michael fix compilation, sorry ive not checked cvslog for a while :((( libavcodec
2010-02-25 michael Dont allocate direct_table 8 times too large. libavcodec
2010-02-25 michael Store data in direct_table interleaved. libavcodec
2010-02-25 michael Simplify intra4x4_pred_mode_cache init. libavcodec
2010-02-25 michael Reorder intra4x4_pred_mode so that we can read/write 4 values at once. libavcodec
2010-02-25 michael Store intra4x4_pred_mode per row only. libavcodec
2010-02-25 michael unroll tiny and trivial loop. Same speed but clearer. libavcodec
2010-02-25 michael Cut the size of mvd_table by yet another factor of 2. libavcodec
2010-02-25 michael Keep mvd_table values of only 2 mb rows. libavcodec
2010-02-24 alexc aac: Keep decode_band_types() from eating all padding at the end of a buffer. libavcodec
2010-02-24 michael 3rd and hopefully last 100l fix. libavcodec
2010-02-24 michael Fix doxy and assert(). libavcodec
2010-02-24 michael Try to fix 100l compilation failure on some systems. libavcodec
2010-02-24 michael Change mvd_cache & mvd_table to 8bit, this is overall a bit faster libavcodec
2010-02-24 michael Extend fill_rectangle() support for 16bit libavcodec
2010-02-24 michael Calculate mvd without abs() libavcodec
2010-02-24 michael switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now. libavcodec
2010-02-24 michael Factorize common code from the top of decode_cabac_mb_mvd() libavcodec
2010-02-24 michael Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2) libavcodec
2010-02-24 michael Replace ad-hoc fill rectangle by fill_rectangle(). libavcodec
2010-02-24 kostya ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls libavcodec
2010-02-24 pross it is not necessary to display the decoder name, as av_log() automatically prints the context libavcodec
2010-02-24 michael Replace /2 by faster >>1 as the mvd values are now all positive. libavcodec
2010-02-24 michael Remove unused variable. Seems i forgot to commit this. libavcodec
2010-02-23 ramiro mlp_parser: Fix memleak. libavcodec