log

age author description
2010-03-08 mru sh4: fix about 1000 warnings libavcodec
2010-03-08 mru bfin: fix function prototypes libavcodec
2010-03-08 mru ARM: move mpegvideo prototypes to a header file libavcodec
2010-03-08 mru Alpha: move dsputil prototypes to a header file libavcodec
2010-03-08 mru IFF: move ff_cmap_read_palette() prototype to a header file libavcodec
2010-03-07 alexc 10l: AAC: Set multiplier to 0. libavcodec
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