Mercurial > libavcodec.hg
graph
-
Check whether IBM or Apple PPC assembler syntax is used libavcodecThu, 01 Jul 2010 23:21:27 +0000, by mru
-
mpegaudio: move compute_antialias_float() to mpegaudiodec_float.c libavcodecThu, 01 Jul 2010 23:21:20 +0000, by mru
-
mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoder libavcodecThu, 01 Jul 2010 23:21:17 +0000, by mru
-
adu and mp3on4 functions are also needed by their respective float decoders libavcodecThu, 01 Jul 2010 21:08:20 +0000, by aurel
-
Move colorspace.h from libavcodec to libavutil. libavcodecThu, 01 Jul 2010 18:49:44 +0000, by stefano
-
fix dependencies of vp5 and vp6 decoders after r23915 libavcodecThu, 01 Jul 2010 16:09:38 +0000, by aurel
-
mpegaudioenc: Remove write-only variables from the context. libavcodecThu, 01 Jul 2010 05:17:02 +0000, by jai_menon
-
Eliminate another redundant instruction in vp56/8 arithcoder libavcodecWed, 30 Jun 2010 23:59:27 +0000, by darkshikari
-
Add more int packing macros, name them consistently libavcodecWed, 30 Jun 2010 22:33:38 +0000, by mru
-
renormalize VP5/6/7/8 range coder without loop libavcodecWed, 30 Jun 2010 22:05:29 +0000, by stefang
-
More mp{1,2,3} 32-point DCT transform to our common DCT framework. libavcodecWed, 30 Jun 2010 20:11:27 +0000, by vitor
-
Fix "initialization from incompatible pointer type" warning in rv34. libavcodecWed, 30 Jun 2010 06:50:44 +0000, by benoit
-
Fix strict-aliasing violations in MPV_motion_internal. libavcodecWed, 30 Jun 2010 01:47:42 +0000, by cehoyos
-
rv40: make rv40_adaptive_loop_filter() always_inline libavcodecTue, 29 Jun 2010 22:41:22 +0000, by mru
-
Use add instead of lshift in mmxext vp8 idct libavcodecTue, 29 Jun 2010 17:23:17 +0000, by darkshikari
-
Remove unused macros (duplicates from the now-LGPL x86util.asm). libavcodecTue, 29 Jun 2010 17:04:29 +0000, by rbultje
-
Add missing mm_support call toff_h264_pred_init_x86. libavcodecTue, 29 Jun 2010 12:28:06 +0000, by darkshikari
-
Altivec: Add helper function to load from a constant misalignment libavcodecTue, 29 Jun 2010 06:42:12 +0000, by conrad
-
vorbis: cosmetics, remove trailing comma for values that will never have libavcodecTue, 29 Jun 2010 06:42:08 +0000, by conrad
-
Use crop table in C implementations of VP8 DSP functions. libavcodecTue, 29 Jun 2010 03:34:24 +0000, by darkshikari
-
Add mmxext version of VP8 DC Hadamard transform libavcodecTue, 29 Jun 2010 01:41:59 +0000, by darkshikari
-
Make x86util.asm LGPL so we can use it in LGPL asm libavcodecTue, 29 Jun 2010 00:40:12 +0000, by darkshikari
-
Add mmx/mmxext/ssse3 4x4 TM intra pred functions for vp8 libavcodecMon, 28 Jun 2010 23:53:07 +0000, by darkshikari
-
Add missing comment header for predict_4x4_dc_mmxext libavcodecMon, 28 Jun 2010 23:37:24 +0000, by darkshikari
-
Fix some intra pred MMX functions that used MMXEXT instructions libavcodecMon, 28 Jun 2010 23:35:17 +0000, by darkshikari
-
aacenc: Start the lookahead pointer 1/4 of the way into the first short window. libavcodecMon, 28 Jun 2010 21:50:57 +0000, by alexc
-
aacenc: Fill in the estimated codebook for the final computed scalefactor in the TLS. libavcodecMon, 28 Jun 2010 21:42:57 +0000, by alexc
-
Make ff_psy_preprocess_end() act like av_freep(). libavcodecMon, 28 Jun 2010 21:36:19 +0000, by alexc
-
Change MMXEXT to MMX2, MMXEXT is deprecated libavcodecMon, 28 Jun 2010 21:12:00 +0000, by bcoudurier
-
Add MMX, SSE2, SSSE3 asm for VP8 bilinear MC libavcodecMon, 28 Jun 2010 18:56:24 +0000, by darkshikari
-
Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over all libavcodecMon, 28 Jun 2010 16:04:14 +0000, by rbultje
-
Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, but libavcodecMon, 28 Jun 2010 13:50:55 +0000, by rbultje
-
Set rv34 (0,0) subpel mc functions to the optimised h264 ones libavcodecMon, 28 Jun 2010 10:56:16 +0000, by mru
-
Use lookup table to avoid division in mp2 decoder libavcodecMon, 28 Jun 2010 04:55:36 +0000, by vitor
-
Change type of zz_table to uint8_t to match the scantables it points to. libavcodecSun, 27 Jun 2010 19:27:08 +0000, by reimar
-
tablegen: implement and use WRITE_ARRAY macros libavcodecSun, 27 Jun 2010 12:21:12 +0000, by flameeyes
-
tableprint: use the type name as-is for the functions' names. libavcodecSun, 27 Jun 2010 12:20:39 +0000, by flameeyes
-
Fix libvorbis encoding with more than 2 channels libavcodecSun, 27 Jun 2010 09:25:05 +0000, by mstorsjo
-
vorbisdec: Take channels into account when checking against residue overflow libavcodecSun, 27 Jun 2010 01:46:23 +0000, by conrad
-
vorbisdec: Fix header parsing with no floor1 partitions libavcodecSun, 27 Jun 2010 01:46:20 +0000, by conrad
-
vp8: warn and request sample if upscaling specified in header libavcodecSun, 27 Jun 2010 00:37:43 +0000, by mru
-
shorten: remove VLA and check for buffer overflow libavcodecSat, 26 Jun 2010 14:34:21 +0000, by mru
-
lsp: convert variable-length arrays to fixed size libavcodecSat, 26 Jun 2010 14:34:12 +0000, by mru
-
huffyuv: remove unnecessary size argument from generate_len_table() libavcodecFri, 25 Jun 2010 19:28:10 +0000, by mru
-
Make vp8 select h264dsp and use this to pull in mmx intrapred libavcodecFri, 25 Jun 2010 19:10:08 +0000, by mru
-
16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 libavcodecFri, 25 Jun 2010 18:25:49 +0000, by darkshikari
-
tta: replace potentially huge VLAs with malloc/free in context libavcodecThu, 24 Jun 2010 18:17:12 +0000, by mru
-
Set an opaque alpha value when decoding rgba ffv1. libavcodecThu, 24 Jun 2010 15:22:33 +0000, by benoit
-
Remove VLA in ff_kbd_window_init, limit window size to 1024 libavcodecThu, 24 Jun 2010 09:42:34 +0000, by mru
-
SSE-optimized MP3 floating point windowing functions libavcodecThu, 24 Jun 2010 07:44:50 +0000, by vitor
-
avoid conditional and division in chroma MV calculation libavcodecWed, 23 Jun 2010 21:45:26 +0000, by stefang
-
Move float-specific function to mpegaudiodec_float.c libavcodecWed, 23 Jun 2010 20:45:36 +0000, by vitor
-
Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section. libavcodecWed, 23 Jun 2010 19:32:02 +0000, by alexc
-
Update x264asm header files to latest versions. libavcodecWed, 23 Jun 2010 19:20:46 +0000, by darkshikari
-
Add required #includes to pass 'make checkheaders'. libavcodecWed, 23 Jun 2010 11:44:07 +0000, by diego
-
Improve some uses of ff_cropTbl with constant offset libavcodecTue, 22 Jun 2010 23:12:48 +0000, by mru
-
Move Parametric Stereo related ps* files to aacps*. libavcodecTue, 22 Jun 2010 19:29:03 +0000, by alexc
-
Add a macro to pack 4 bytes into native byte-order so they can be written libavcodecTue, 22 Jun 2010 19:15:27 +0000, by rbultje
-
IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gmail dot com> libavcodecTue, 22 Jun 2010 12:41:17 +0000, by pross
-
Bump micro version, add changelog entry for DTS-ES extension decoding support libavcodecTue, 22 Jun 2010 09:22:21 +0000, by mstorsjo
-
Support DTS-ES extension (XCh) in dca: Cosmetic cleanup libavcodecTue, 22 Jun 2010 08:35:44 +0000, by mstorsjo
-
Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extension libavcodecTue, 22 Jun 2010 08:34:51 +0000, by mstorsjo
-
Support DTS-ES extension (XCh) in dca: update and add channel mapping tables for DTS-ES mappings libavcodecTue, 22 Jun 2010 08:34:02 +0000, by mstorsjo
-
Support DTS-ES extension (XCh) in dca: move original code around to allow reused by DTS-ES code libavcodecTue, 22 Jun 2010 08:33:00 +0000, by mstorsjo
-
Support DTS-ES extension (XCh) in dca: move subband_samples into context structure libavcodecTue, 22 Jun 2010 08:32:01 +0000, by mstorsjo
-
libvorbis: Only drop 1-byte packets at end of stream libavcodecTue, 22 Jun 2010 06:53:06 +0000, by mstorsjo
-
mathematics.h no longer needs config.h, so update tablegen code and libavcodecMon, 21 Jun 2010 17:01:22 +0000, by reimar
-
aacdec: Handle the first frame being empty case. libavcodecMon, 21 Jun 2010 04:05:09 +0000, by alexc
-
aacsbr: Make dk signed. There is no point in it being unsigned. libavcodecSun, 20 Jun 2010 23:03:32 +0000, by alexc
-
psdec: IPD/OPD reset is no longer needed by the context initializer. libavcodecSun, 20 Jun 2010 22:13:43 +0000, by alexc
-
psdec: Simplify filter addressing by incrementing the "in" pointer. libavcodecSun, 20 Jun 2010 22:08:33 +0000, by alexc
-
Rename PS bitstream reading functions to have a read_ prefix. libavcodecSun, 20 Jun 2010 21:53:51 +0000, by alexc
-
Use memcpy() where appropriate in PS stereo processing remapping. libavcodecSun, 20 Jun 2010 20:06:41 +0000, by alexc
-
Allow PS envelope fixup when ps->num_env_old <= 1. libavcodecSun, 20 Jun 2010 19:38:08 +0000, by alexc
-
10l: aacsbr: Fix f_master[2] calculation when k2diff == -1. libavcodecSun, 20 Jun 2010 19:24:18 +0000, by alexc
-
Fix breakage in compilation with --disable-mpegaudio-hp introduced in libavcodecSun, 20 Jun 2010 13:00:24 +0000, by vitor
-
psdec: Factorize iid/icc/ipd/opd parameter bitstream reading. libavcodecSat, 19 Jun 2010 23:53:21 +0000, by alexc
-
Factorize the mpegaudio windowing code in a function and call it by a libavcodecSat, 19 Jun 2010 09:56:05 +0000, by vitor
-
libvorbis: Use memmove instead of memcpy for shifting data libavcodecWed, 16 Jun 2010 19:03:54 +0000, by mstorsjo
-
Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263 libavcodecTue, 15 Jun 2010 22:38:16 +0000, by bcoudurier
-
nellymoserdec: Increase the log level of messages when failing to decode data libavcodecMon, 14 Jun 2010 14:09:00 +0000, by mstorsjo
-
nellymoserdec: Simplify calculation of numbers of blocks libavcodecMon, 14 Jun 2010 14:06:38 +0000, by mstorsjo
-
nellymoserdec: Allow using unusual input block sizes libavcodecMon, 14 Jun 2010 12:34:55 +0000, by mstorsjo
-
Remove useless include. Should fix compilation in MacOS X. libavcodecFri, 11 Jun 2010 14:42:39 +0000, by vitor
-
Move indeo5-specific quant table selection to decode_gop_hdr. libavcodecFri, 11 Jun 2010 09:49:06 +0000, by maxim
-
Include float.h to provide FLT_MAX define. Should fix compilation on windows. libavcodecFri, 11 Jun 2010 09:42:46 +0000, by vitor
-
Move transform declarations out of IVIBandDesc so indeo4 can use them as well. libavcodecFri, 11 Jun 2010 08:49:15 +0000, by maxim
-
Split do_output_subblock() into common code and decoder specific parts libavcodecFri, 11 Jun 2010 08:05:17 +0000, by vitor
-
Split ra144.c in common code (to be shared with the future encoder) and libavcodecFri, 11 Jun 2010 08:01:51 +0000, by vitor
-
Quant changes only once per MB so move the corresponding scale factor assignment libavcodecThu, 10 Jun 2010 17:31:12 +0000, by maxim
-
avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may be set by the demuxer libavcodecThu, 10 Jun 2010 08:39:05 +0000, by thardin
-
Cosmetics: use and place braces correctly in if ... else statements. libavcodecThu, 10 Jun 2010 06:00:06 +0000, by benoit
-
Sanitize av_realloc() use in h264 mp4toannexb bistream filter. libavcodecThu, 10 Jun 2010 05:59:22 +0000, by benoit
-
Improve the mp4toannexb BSF to convert the extradata. libavcodecWed, 09 Jun 2010 06:47:01 +0000, by lucabe
-
Fix vp3_draw_horiz_band to calculate chroma offsets correctly libavcodecTue, 08 Jun 2010 19:25:28 +0000, by reimar
-
Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those into uint16_t. libavcodecTue, 08 Jun 2010 09:20:12 +0000, by maxim
-
libvpx: Set the libvpx frame dropping threshold to frame_skip_threshold libavcodecTue, 08 Jun 2010 09:01:14 +0000, by mstorsjo
-
Cosmetics: Fold constants and re-indent after last commit. libavcodecTue, 08 Jun 2010 02:02:16 +0000, by alexc
-
Base downsampled SBR synthesis filterbank on a single IMDCT. libavcodecTue, 08 Jun 2010 01:57:06 +0000, by alexc
-
10l: Fix types and now unused variables after last commit. libavcodecMon, 07 Jun 2010 22:55:58 +0000, by alexc
-
Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of the RDFT. libavcodecMon, 07 Jun 2010 21:52:08 +0000, by alexc
-
Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitable libavcodecMon, 07 Jun 2010 11:43:12 +0000, by vitor
-
10l, there is no aac.c any more, so no need for a dependency. libavcodecSun, 06 Jun 2010 19:48:50 +0000, by reimar
-
Add support to B4BY and R4BY NUT codec tags added in NUT r672. libavcodecSun, 06 Jun 2010 18:29:42 +0000, by stefano
-
Fix width computation for nv12/nv21 in ff_get_plane_bytewidth(). libavcodecSun, 06 Jun 2010 18:29:39 +0000, by stefano
-
aacdec also depends on cbrt_tables.h for hardcoded-tables. libavcodecSun, 06 Jun 2010 15:27:37 +0000, by reimar
-
aac: Move an initialization macro used only by the decoder out of the header. libavcodecSat, 05 Jun 2010 15:31:57 +0000, by alexc
-
Move eval.c and eval.h from libavcodec to libavutil, and make the eval libavcodecSat, 05 Jun 2010 12:01:28 +0000, by stefano
-
More mov rawvideo fourcc supported by the rawvideo decoder libavcodecFri, 04 Jun 2010 23:33:36 +0000, by bcoudurier
-
libvorbis: Disable strict bitrate management when not requested libavcodecFri, 04 Jun 2010 22:40:40 +0000, by conrad
-
libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor of libavcodecFri, 04 Jun 2010 22:40:36 +0000, by conrad
-
Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora libavcodecFri, 04 Jun 2010 04:46:26 +0000, by conrad