Mercurial > libavcodec.hg
graph
-
Remove ancient code that hasnt worked in many years. libavcodecWed, 09 Jul 2008 19:21:08 +0000, by michael
-
Make the function prototype visible to comply with C99 inline. libavcodecWed, 09 Jul 2008 17:51:57 +0000, by astrange
-
increment minor version for commit r14110 (Electronic Arts CMV decoder) libavcodecWed, 09 Jul 2008 08:34:43 +0000, by pross
-
Remove wrong casts from vector declarations, this would cause errors when libavcodecTue, 08 Jul 2008 16:02:20 +0000, by diego
-
Remove AVPaletteControl from ALG MM demuxer/decoder libavcodecTue, 08 Jul 2008 12:44:08 +0000, by pross
-
1 c-asm loop less and 1x unroll of float_to_int16_sse() libavcodecMon, 07 Jul 2008 21:25:18 +0000, by michael
-
dont use C-asm loops and unroll once float_to_int16_3dnow() libavcodecMon, 07 Jul 2008 20:46:03 +0000, by michael
-
Remove context fields which can be used as simple local variables. libavcodecSun, 06 Jul 2008 10:01:54 +0000, by diego
-
Remove av_cold attribute on decode_frame and add it to decode_end libavcodecSun, 06 Jul 2008 09:58:23 +0000, by diego
-
Altivec implementation of APE vector functions libavcodecSun, 06 Jul 2008 07:33:09 +0000, by kostya
-
Add several vector functions used by Monkey's Audio decoder to dsputil libavcodecSun, 06 Jul 2008 06:06:55 +0000, by kostya
-
Create a function for float dot product instead of duplicating all over the file libavcodecSat, 05 Jul 2008 18:42:08 +0000, by vitor
-
Add correct header #include to fix 'make checkheaders'. libavcodecSat, 05 Jul 2008 10:16:54 +0000, by diego
-
Add a note to remind people that new PCM/ADPCM formats need to be added to libavcodecSat, 05 Jul 2008 07:30:59 +0000, by diego
-
Write for loops in a more standard way. In my opinion, they are much more readable now. libavcodecFri, 04 Jul 2008 19:55:58 +0000, by vitor
-
Move vars declaration to inner loop when possible libavcodecFri, 04 Jul 2008 15:37:52 +0000, by vitor
-
We do not only calculate it but we also return it. libavcodecThu, 03 Jul 2008 11:52:35 +0000, by michael
-
Use get_cabac_bypass_sign instead of an if/else. libavcodecWed, 02 Jul 2008 22:25:17 +0000, by astrange
-
Reorder the if/else for residual cats to match gcc's branch prediction. libavcodecWed, 02 Jul 2008 22:20:06 +0000, by astrange
-
Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop. libavcodecWed, 02 Jul 2008 22:08:12 +0000, by astrange
-
Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. libavcodecWed, 02 Jul 2008 22:03:53 +0000, by astrange
-
Don't test for H264 encoding unless an encoder exists. libavcodecWed, 02 Jul 2008 21:46:18 +0000, by astrange
-
Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers. libavcodecTue, 01 Jul 2008 01:36:16 +0000, by ramiro
-
Clarify/simplify documentation for the default_val field in AVOption. libavcodecMon, 30 Jun 2008 21:46:49 +0000, by stefano
-
Remove useless wrapper around ra288_decode_frame() libavcodecMon, 30 Jun 2008 19:30:27 +0000, by vitor
-
Remove unpack() function, read the bitstream as needed libavcodecMon, 30 Jun 2008 19:09:00 +0000, by vitor
-
gain code, gain pitch and pitch delay decoding for ACELP based codecs libavcodecMon, 30 Jun 2008 18:03:38 +0000, by voroshil
-
Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one libavcodecSun, 29 Jun 2008 21:37:03 +0000, by vitor
-
Use ff_acelp_lp_synthesis_filter() instead of duplicating it libavcodecSun, 29 Jun 2008 11:21:06 +0000, by vitor
-
Add a rounding parameter to ff_acelp_lp_synthesis_filter() libavcodecSun, 29 Jun 2008 11:19:50 +0000, by vitor
-
Add command line support for '-idct simplearmv6'. libavcodecSun, 29 Jun 2008 08:32:27 +0000, by diego
-
Use MANGLE() instead of memory operands to read globals. libavcodecSat, 28 Jun 2008 18:27:31 +0000, by astrange
-
Make code independent/less dependent on dsputil. libavcodecSat, 28 Jun 2008 10:42:31 +0000, by michael
-
Seek the file forwards instead of backwards when sync is lost. libavcodecFri, 27 Jun 2008 21:36:01 +0000, by ramiro
-
VP3 parser can also handle VP6 without any changes. libavcodecThu, 26 Jun 2008 17:14:20 +0000, by aurel
-
move ff_log2_run to bitstream.c and reuse in ffv1.c libavcodecThu, 26 Jun 2008 16:39:21 +0000, by stefang
-
VP3 & Theora parser to extract keyframe flags. libavcodecThu, 26 Jun 2008 11:25:42 +0000, by michael
-
Set frame_size to the gcd of what the decoder can output. libavcodecWed, 25 Jun 2008 18:35:24 +0000, by michael
-
Don't set mm_flags in fft-test, since it doesn't do anything anyway. libavcodecWed, 25 Jun 2008 17:37:47 +0000, by astrange
-
Use a local variable instead of mm_flags in dct-test. libavcodecWed, 25 Jun 2008 17:33:55 +0000, by astrange
-
make ModeAlphabet read-only and use a custom mode alphabet libavcodecWed, 25 Jun 2008 14:14:58 +0000, by stefang
-
Make it a little easier to spot that the code is not dealing only with libavcodecWed, 25 Jun 2008 12:08:39 +0000, by ramiro
-
Define mm_flags/support to be 0 on architectures where they don't exist. libavcodecTue, 24 Jun 2008 23:51:17 +0000, by astrange
-
Replace redundant MAX macro declaration by proper use of FFMAX. libavcodecTue, 24 Jun 2008 20:15:31 +0000, by diego
-
Use lpc_coef[2] instead of lpc_coef and lpc_coef_old libavcodecTue, 24 Jun 2008 18:38:55 +0000, by vitor
-
Mark constant structure member as const to avoid some warnings. libavcodecTue, 24 Jun 2008 09:10:30 +0000, by diego
-
Remove redundant mm_flags declaration, fixes the warning: libavcodecTue, 24 Jun 2008 09:00:58 +0000, by diego
-
Merge the >> 4 calculation of cb1_base in the table libavcodecMon, 23 Jun 2008 21:10:59 +0000, by vitor
-
Consistency: make the output buffer the first argument of functions libavcodecMon, 23 Jun 2008 21:00:28 +0000, by vitor
-
It makes more sense to return 1 here in case of overflow. libavcodecMon, 23 Jun 2008 20:42:36 +0000, by vitor
-
Rename rotate_buffer() to copy_and_dup() and doxy it libavcodecMon, 23 Jun 2008 20:18:51 +0000, by vitor
-
Move code unrelated to lpc filtering out of lpc_filter() libavcodecMon, 23 Jun 2008 20:05:42 +0000, by vitor
-
Avoid a memcpy. Code is also simpler now in my opinion. libavcodecSun, 22 Jun 2008 20:09:13 +0000, by vitor
-
Add generic ff_sine_window_init function and implement in codecs appropriately libavcodecSun, 22 Jun 2008 15:12:27 +0000, by superdump
-
vp6: ensure that huffman decoding table is sorted with descending symbol order libavcodecSun, 22 Jun 2008 13:20:41 +0000, by aurel
-
Add missing mpegvideo.o to list of vc1.o dependencies. libavcodecSun, 22 Jun 2008 12:52:26 +0000, by diego
-
Add missing entry for ADPCM_EA_MAXIS_XA_DECODER. libavcodecSun, 22 Jun 2008 12:47:39 +0000, by diego
-
Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16 libavcodecSun, 22 Jun 2008 07:05:40 +0000, by reimar
-
Do not write junk in the end of truncated files. FATE libavcodecFri, 20 Jun 2008 20:46:07 +0000, by vitor
-
Do not shift F[I] twice, it is also clearer and smaller now. libavcodecThu, 19 Jun 2008 11:04:31 +0000, by michael
-
Copy 4 pointers to avid dozends of ptr dereferences. libavcodecThu, 19 Jun 2008 10:49:30 +0000, by michael
-
Improve an lclenc.c error message in case of unsupported input pixel libavcodecThu, 19 Jun 2008 10:12:15 +0000, by stefano
-
Remove the truncated bitstream handling from our g726 decoder. libavcodecWed, 18 Jun 2008 19:18:32 +0000, by michael
-
convert DOS-style carriage return to Unix-style libavcodecTue, 17 Jun 2008 14:42:51 +0000, by gpoirier
-
Do not inline g726_iterate() the function is big so its inlining will libavcodecTue, 17 Jun 2008 00:09:42 +0000, by michael
-
Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler. libavcodecMon, 16 Jun 2008 23:57:12 +0000, by michael
-
Remove redundant zeroing (the context is memset(0)). libavcodecMon, 16 Jun 2008 23:53:34 +0000, by michael
-
Float11 does not need int, .o file becomes smaller and the code might libavcodecMon, 16 Jun 2008 23:34:15 +0000, by michael
-
Check number of bits so we do not try to use table entries which do not exist. libavcodecMon, 16 Jun 2008 23:16:44 +0000, by michael
-
get_bits() outputs exactly as many bits as requested no need to mask them. libavcodecMon, 16 Jun 2008 20:42:54 +0000, by michael
-
Add missing #includes to fix 'make checkheaders'. libavcodecMon, 16 Jun 2008 08:25:48 +0000, by diego
-
fix verbatim mode decoding. patch by Jai Menon (realityman gmx net). libavcodecSun, 15 Jun 2008 18:01:25 +0000, by jbr
-
Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software libavcodecFri, 13 Jun 2008 09:30:42 +0000, by stefano
-
Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodecThu, 12 Jun 2008 21:50:13 +0000, by stefano
-
Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and libavcodecMon, 09 Jun 2008 16:30:59 +0000, by reimar
-
Almost-cosmetics: split out coeff_count from all_fragments struct into libavcodecMon, 09 Jun 2008 16:26:28 +0000, by reimar
-
enable global_header flag for audio and video encoding, was wrongly part of commit r13722 libavcodecMon, 09 Jun 2008 01:21:57 +0000, by bcoudurier
-
add fields needed for E-AC-3 decoding to decode context libavcodecSun, 08 Jun 2008 21:08:53 +0000, by jbr
-
Separating from nellymoserdec.c parts required by encoder libavcodecSun, 08 Jun 2008 20:45:18 +0000, by bwolowiec
-
store exp_strategy for all blocks in decode context libavcodecSat, 07 Jun 2008 22:30:47 +0000, by jbr
-
store cpl_in_use for all blocks in decode context libavcodecSat, 07 Jun 2008 22:30:43 +0000, by jbr
-
cosmetics: add and align references to spec variable names libavcodecSat, 07 Jun 2008 22:30:39 +0000, by jbr
-
use macro constants for array sizes in decode context libavcodecSat, 07 Jun 2008 22:30:31 +0000, by jbr
-
cosmetics: reorder decode context fields into logical groups libavcodecSat, 07 Jun 2008 22:30:22 +0000, by jbr
-
move the decode context and some macro constants to a new file, ac3dec.h libavcodecSat, 07 Jun 2008 22:30:16 +0000, by jbr
-
move mix level tables from parser to decoder. have parser read bitstream value instead of using an index to a table in the decoder. libavcodecSat, 07 Jun 2008 22:30:09 +0000, by jbr
-
add more gain levels and adjust mix level tables accordingly. libavcodecSat, 07 Jun 2008 22:30:03 +0000, by jbr
-
set default mix levels regardless of bitstream id libavcodecSat, 07 Jun 2008 22:29:45 +0000, by jbr
-
read frame type from header info into decode context libavcodecSat, 07 Jun 2008 22:29:19 +0000, by jbr
-
get the number of blocks from the ac3 parser and use in the ac3 decoder. libavcodecSat, 07 Jun 2008 22:29:03 +0000, by jbr
-
Remove Fabrice's copyright from the Makefiles. They have been entirely libavcodecFri, 06 Jun 2008 17:50:32 +0000, by diego
-
Remove *lpc_refl from the context. Only the value libavcodecThu, 05 Jun 2008 16:15:44 +0000, by vitor
-
Split function rms() in two (it does two unrelated things) libavcodecThu, 05 Jun 2008 16:11:51 +0000, by vitor
-
add esa/dia compat me options and new tesa for libx264 libavcodecThu, 05 Jun 2008 01:57:35 +0000, by bcoudurier
-
Sample tested and the code worked so the comment is removed libavcodecTue, 03 Jun 2008 16:46:38 +0000, by banan
-
In mpeg1/2 timestamps are associated with the access unit which libavcodecTue, 03 Jun 2008 02:43:17 +0000, by michael
-
print correct mpeg-2 broken_link value, and print closed_gop libavcodecMon, 02 Jun 2008 19:04:14 +0000, by bcoudurier