Mercurial > libavcodec.hg
graph
-
Revert r20249, it seems the union trick works everywhere libavcodecSat, 17 Oct 2009 19:35:47 +0000, by michael
-
alacenc : use private compression_level value consistently. libavcodecSat, 17 Oct 2009 08:04:33 +0000, by jai_menon
-
Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). libavcodecFri, 16 Oct 2009 23:06:55 +0000, by astrange
-
Huffyuv: Add missing const to src pointers in dsputil functions. libavcodecFri, 16 Oct 2009 23:04:41 +0000, by astrange
-
Huffyuv: Remove unnecessary allocation in alloc_temp(). libavcodecFri, 16 Oct 2009 22:55:34 +0000, by astrange
-
Huffyuv: Fix a valgrind warning in get_vlc2(). libavcodecFri, 16 Oct 2009 22:52:23 +0000, by astrange
-
alacenc : Move some code around for clarity. libavcodecFri, 16 Oct 2009 16:50:15 +0000, by jai_menon
-
mlp: Only initialize VLC tables once. This caused a crash when multiple libavcodecFri, 16 Oct 2009 16:10:00 +0000, by ramiro
-
Do not try to free memory that was never allocated (partial revert of r20231). libavcodecFri, 16 Oct 2009 15:16:59 +0000, by cehoyos
-
Release unreleased buffers found by make test. libavcodecFri, 16 Oct 2009 14:50:08 +0000, by cehoyos
-
Very evil missuse of svn to test if AVOption and AVOption2 are compatible. libavcodecFri, 16 Oct 2009 12:35:49 +0000, by michael
-
Add an experimental AVOption2 that uses an union instead of double for default_val. libavcodecFri, 16 Oct 2009 12:31:32 +0000, by michael
-
Split parts of dvdata.h into dvdata.c, this ensures that things like libavcodecFri, 16 Oct 2009 07:55:57 +0000, by reimar
-
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions libavcodecThu, 15 Oct 2009 17:55:51 +0000, by reimar
-
Remove silly casts to the same type as we already have. libavcodecThu, 15 Oct 2009 17:19:07 +0000, by reimar
-
Add missing release_buffer at decode end for asv1 decoder. libavcodecThu, 15 Oct 2009 17:16:50 +0000, by reimar
-
Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32. libavcodecThu, 15 Oct 2009 17:10:07 +0000, by reimar
-
Do not initialize ff_cos_* tables again in rdft_init, they are already libavcodecThu, 15 Oct 2009 11:50:32 +0000, by reimar
-
Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. libavcodecThu, 15 Oct 2009 06:59:23 +0000, by reimar
-
Use hardcoded instead of runtime-calculated ff_cos_* tables if libavcodecWed, 14 Oct 2009 21:41:24 +0000, by reimar
-
Print a warning message when avcodec_default_free_buffers finds unreleased libavcodecTue, 13 Oct 2009 20:48:51 +0000, by reimar
-
Remove unnecessary calls to avcodec_check_dimensions, the check is already libavcodecTue, 13 Oct 2009 20:13:28 +0000, by reimar
-
Call release_buffer on close for v210dec and v210x libavcodecTue, 13 Oct 2009 18:31:22 +0000, by reimar
-
Fix w32thread implementation to handle job count > thread_count. libavcodecTue, 13 Oct 2009 13:03:12 +0000, by reimar
-
Reindent after removing the outer for loops in the execute2 patch libavcodecMon, 12 Oct 2009 14:46:53 +0000, by reimar
-
Add an execute2 function that is more flexible and allows to use parallel libavcodecMon, 12 Oct 2009 11:35:35 +0000, by reimar
-
ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs libavcodecSun, 11 Oct 2009 10:15:48 +0000, by mru
-
100l in avpicture_layout: width of chroma planes depends on format depth, too. libavcodecSun, 11 Oct 2009 07:05:26 +0000, by reimar
-
Hack: set the coded frame PTS to the incoming PTS. libavcodecSat, 10 Oct 2009 14:43:31 +0000, by reimar
-
Print error message when true interlaced VC-1 frames are encountered libavcodecSat, 10 Oct 2009 07:35:31 +0000, by kostya
-
AAC: Fix regression introduced in r20067 where ADTS files would always be libavcodecFri, 09 Oct 2009 15:38:44 +0000, by superdump
-
dca and aac decoders use float_to_int16_interleave, so check for libavcodecThu, 08 Oct 2009 14:40:14 +0000, by conrad
-
Since some junk may be or may be not present before actual VC-1 extradata, libavcodecTue, 06 Oct 2009 15:30:08 +0000, by kostya
-
Remove casts that are useless since the argument is void *. libavcodecTue, 06 Oct 2009 06:33:18 +0000, by reimar
-
Allow building api-example from outside of libavcodec and also libavcodecTue, 06 Oct 2009 06:18:57 +0000, by jai_menon
-
cosmetics: reindent and line wrap after last commit libavcodecMon, 05 Oct 2009 21:33:50 +0000, by jbr
-
alacenc: add a fixed LPC coefficient mode as compression level 1. old libavcodecMon, 05 Oct 2009 21:27:36 +0000, by jbr
-
ARM: update ldm/stm instructions to modern syntax libavcodecSat, 03 Oct 2009 18:22:52 +0000, by mru
-
Reindent after channel layout commit from yesterday libavcodecSat, 03 Oct 2009 14:59:40 +0000, by superdump
-
return AVERROR_INVALIDDATA when the bitstream could not be decoded libavcodecSat, 03 Oct 2009 09:44:05 +0000, by faust3
-
ARM: use undocumented .syntax directive to enable UAL syntax libavcodecFri, 02 Oct 2009 19:35:07 +0000, by mru
-
Add vorbis channel layout support according to those defined in the Vorbis I libavcodecFri, 02 Oct 2009 12:59:37 +0000, by superdump
-
Make avcodec_open set codec_id and codec_type if they haven't been set. libavcodecThu, 01 Oct 2009 15:54:55 +0000, by reimar
-
put_bits can only reliably write up to 31 bit bits, above it relies on libavcodecThu, 01 Oct 2009 15:40:29 +0000, by reimar
-
Use MANGLE in cavsdsp, the current version using "m" constraints will not libavcodecThu, 01 Oct 2009 15:30:27 +0000, by reimar
-
Add support for TARGA images without RLE compression. libavcodecThu, 01 Oct 2009 12:20:08 +0000, by benoit
-
Use "!exp" instead of "exp == NULL" in if condition. libavcodecThu, 01 Oct 2009 09:13:21 +0000, by diego
-
Do not attempt to decode TIFF files containing fax data with uncompressed libavcodecThu, 01 Oct 2009 06:31:49 +0000, by kostya
-
lavc MJPEG decoder is capable of decoding some extended sequential libavcodecThu, 01 Oct 2009 05:52:38 +0000, by kostya
-
Make BMP decoder produce flipped picture with RLE compression. libavcodecThu, 01 Oct 2009 05:46:17 +0000, by kostya
-
Make MS RLE decoder produce both bottom-up and top-down pictures libavcodecThu, 01 Oct 2009 05:42:55 +0000, by kostya
-
Change an error to a warning to support broken AC-3 files known to exist. libavcodecThu, 01 Oct 2009 00:06:54 +0000, by jbr
-
Add support for SGI images without RLE compression. libavcodecWed, 30 Sep 2009 21:23:47 +0000, by diego
-
Do not needlessly add 7 to put_buts_count before dividing by 8, libavcodecWed, 30 Sep 2009 20:47:59 +0000, by reimar
-
Use floating point mathematics when encoding mpeg audio. libavcodecWed, 30 Sep 2009 15:13:09 +0000, by cehoyos
-
Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0 libavcodecWed, 30 Sep 2009 10:48:14 +0000, by reimar
-
Replace several #ifdef PIC with the more obvious and correct libavcodecWed, 30 Sep 2009 09:49:12 +0000, by reimar
-
When BitsPerSample tag is not present in TIFF, that means file is libavcodecWed, 30 Sep 2009 05:49:18 +0000, by kostya
-
Simplify stereo rematrixing by only using one temporary variable. It is also libavcodecWed, 30 Sep 2009 01:25:04 +0000, by jbr
-
remove unneeded assignment in inner loop. rematrixing bands are contiguous. libavcodecWed, 30 Sep 2009 01:09:57 +0000, by jbr
-
Make sure that dv encoder initializes all encoded packet data. libavcodecTue, 29 Sep 2009 19:17:18 +0000, by reimar
-
whitespace cosmetics, prettyprinting, K&R coding style libavcodecTue, 29 Sep 2009 11:43:58 +0000, by diego
-
Simplify r20025: use align_get_bits instead of reimplementing it. libavcodecTue, 29 Sep 2009 11:06:04 +0000, by reimar
-
WMA: store level_table as floats, use type punning for sign flip in decode libavcodecTue, 29 Sep 2009 10:38:34 +0000, by mru
-
WMA: use type punning and unroll loops in decode_exp_vlc() libavcodecTue, 29 Sep 2009 10:38:30 +0000, by mru
-
WMA: use a table instead of pow() in decode_exp_vlc libavcodecTue, 29 Sep 2009 10:38:27 +0000, by mru
-
Make sure all the bits are written to output in fax data decoder. libavcodecTue, 29 Sep 2009 05:55:14 +0000, by kostya
-
some more linebreak and brace placement cosmetics libavcodecMon, 28 Sep 2009 21:46:22 +0000, by diego
-
Refactor channel element configuration and mapping code into its own function libavcodecMon, 28 Sep 2009 15:37:18 +0000, by superdump
-
AAC: Add channel layout support for channel configuration as defined in the libavcodecMon, 28 Sep 2009 15:35:13 +0000, by superdump
-
cosmetics: reindent and reformat function declarations libavcodecMon, 28 Sep 2009 05:19:13 +0000, by kostya
-
Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them libavcodecMon, 28 Sep 2009 05:17:20 +0000, by kostya