Mercurial > libavcodec.hg
graph
-
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
-
Only store timestamps when there are timestamps. libavcodecMon, 02 Jun 2008 14:53:54 +0000, by michael
-
Our MPEG-TS demuxer does not send complete PES packets but sends them libavcodecMon, 02 Jun 2008 14:40:27 +0000, by michael
-
Move new field to the end to avoid ABI breakage, I thought this struct libavcodecMon, 02 Jun 2008 14:23:25 +0000, by michael
-
Allow matching timestamps to be removed by fetch_timestamp(). libavcodecMon, 02 Jun 2008 13:12:54 +0000, by michael
-
Add off argument so that fetch_timestamp can search for timestamps libavcodecMon, 02 Jun 2008 13:09:56 +0000, by michael
-
Factorize fetch_timestamp() into its own function libavcodecMon, 02 Jun 2008 13:05:38 +0000, by michael
-
Rename last_frame_offset to next_frame_offset. libavcodecMon, 02 Jun 2008 03:10:00 +0000, by michael
-
move some AC3HeaderInfo struct fields to the Coded elements group. libavcodecMon, 02 Jun 2008 02:54:46 +0000, by jbr
-
return if bitrate is not specified or too low libavcodecSun, 01 Jun 2008 21:29:45 +0000, by bcoudurier
-
The function dec1() do two completly unrelated things. Split the rms calculation out of it. libavcodecSun, 01 Jun 2008 19:30:07 +0000, by vitor
-
memcpy considering output width, not src linesize, fix segv with av_picture_pad libavcodecSun, 01 Jun 2008 02:28:33 +0000, by bcoudurier
-
set lfe params at frame init instead of in every block libavcodecSat, 31 May 2008 21:57:45 +0000, by jbr
-
only calculate number of exponent groups when exponents are not reused. libavcodecSat, 31 May 2008 21:53:31 +0000, by jbr
-
new dba values requires running last 2 bit allocation stages libavcodecSat, 31 May 2008 19:56:54 +0000, by jbr
-
get_transform_coeffs() never returns an error, so make the function and its children return void. libavcodecSat, 31 May 2008 16:04:41 +0000, by jbr
-
Remove ra144.o dependency added in revision r13500, now reverted libavcodecSat, 31 May 2008 14:32:11 +0000, by vitor
-
As *_static are not deallocated anymore except on program termination libavcodecFri, 30 May 2008 23:26:09 +0000, by michael
-
Move *_static to bitstream.c which is the only file left which needs libavcodecFri, 30 May 2008 21:12:33 +0000, by michael
-
Change init_vlc_rl() so it does not use *alloc_static() anymore. libavcodecFri, 30 May 2008 21:08:41 +0000, by michael
-
Change init_2d_vlc_rl() to not use *alloc_static(). libavcodecFri, 30 May 2008 21:06:40 +0000, by michael
-
Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier. libavcodecFri, 30 May 2008 20:00:19 +0000, by michael
-
Make init_vlc* support proper static tables instead of this broken beyond libavcodecFri, 30 May 2008 19:48:02 +0000, by michael
-
in TRUNCATED mode, use residual fragments in ParseContext libavcodecThu, 29 May 2008 20:09:45 +0000, by skal
-
Use ff_acelp_weighted_vector_sum() instead of reimplementing it libavcodecWed, 28 May 2008 19:04:34 +0000, by vitor
-
Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. libavcodecWed, 28 May 2008 11:59:41 +0000, by michael
-
Arrays where one element too small, fixes CID114. libavcodecTue, 27 May 2008 22:10:17 +0000, by michael
-
Do not read from prior the array, fix CID 127. libavcodecTue, 27 May 2008 19:44:56 +0000, by michael
-
zero the upper frequencies of the correct coefficients libavcodecTue, 27 May 2008 00:43:39 +0000, by jbr
-
consistency cosmetics: indices --> indexes in variable names libavcodecMon, 26 May 2008 23:36:05 +0000, by diego
-
cosmetics: Use C-style comments in #endif directives. libavcodecMon, 26 May 2008 23:09:46 +0000, by diego
-
Rename var: add read coefficients a decent name libavcodecMon, 26 May 2008 18:26:47 +0000, by vitor
-
Context vars are not global vars. glob is a bad name for it. libavcodecMon, 26 May 2008 16:59:39 +0000, by vitor
-
Rename context struct to be more consistent with the rest of ffmpeg libavcodecMon, 26 May 2008 16:55:22 +0000, by vitor
-
Warn about packed B-frames. (especially useful if the file in question is libavcodecMon, 26 May 2008 11:32:42 +0000, by michael
-
set audio parameters if frame header is ok, even if crc fails libavcodecSun, 25 May 2008 18:54:17 +0000, by jbr
-
Cosmetics: merge declaration and initialization libavcodecSun, 25 May 2008 16:44:56 +0000, by vitor