Mercurial > libavcodec.hg
graph
-
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
-
Make TIFF decoder load compression options only for corresponding codec libavcodecMon, 28 Sep 2009 05:15:27 +0000, by kostya
-
Drop unused args from vector_fmul_add_add, simpify code, and rename libavcodecSun, 27 Sep 2009 16:51:54 +0000, by mru
-
Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is libavcodecSun, 27 Sep 2009 09:43:11 +0000, by kostya
-
WMAPRO: use vector_fmul_scalar from dsputil where possible libavcodecSun, 27 Sep 2009 08:16:50 +0000, by mru
-
Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl() libavcodecSun, 27 Sep 2009 07:16:51 +0000, by jbr
-
Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data, libavcodecSun, 27 Sep 2009 07:01:01 +0000, by kostya
-
Cosmetics: Rename some variables to be more descriptive of their use. libavcodecSun, 27 Sep 2009 06:13:01 +0000, by jbr
-
Move some variable declarations to inside of loops. libavcodecSun, 27 Sep 2009 06:10:36 +0000, by jbr
-
Cosmetics: Rename some variables to be more descriptive of their use. libavcodecSun, 27 Sep 2009 05:48:03 +0000, by jbr
-
Simplify by combining increment with array access. libavcodecSun, 27 Sep 2009 04:47:38 +0000, by jbr
-
cosmetics: Rename some variables to be more descriptive of their use. Do some libavcodecSun, 27 Sep 2009 04:46:56 +0000, by jbr
-
simplify by combining increment with array access libavcodecSun, 27 Sep 2009 04:37:00 +0000, by jbr
-
Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set. libavcodecSun, 27 Sep 2009 04:07:49 +0000, by jbr
-
simplify format string for writing pix_fmt string. libavcodecSat, 26 Sep 2009 22:54:29 +0000, by jbr
-
Specify maximum sample rate of MLP by defining the factor relative to 48000 libavcodecSat, 26 Sep 2009 16:04:35 +0000, by reimar
-
Fix decoding of TIFF CCITT RLE compressed data. libavcodecSat, 26 Sep 2009 05:48:50 +0000, by kostya
-
Align pix_fmt list by allowing one more char for the pix_fmt name. libavcodecFri, 25 Sep 2009 01:31:53 +0000, by jbr
-
Remove ff_realloc_static, it is no longer used and since it was declared libavcodecThu, 24 Sep 2009 22:39:47 +0000, by reimar
-
Remove a piece of code left-over from the removed alloc'd static vlc table code. libavcodecThu, 24 Sep 2009 22:36:52 +0000, by reimar
-
Reindent code folowing previous commit (r20019) libavcodecThu, 24 Sep 2009 21:26:35 +0000, by vitor
-
Allow decoding of 625/50 (PAL) with video_stype==1. libavcodecThu, 24 Sep 2009 19:37:41 +0000, by cehoyos
-
Support both LSB and MSB orders for TIFF CCITT G.x compressed data. libavcodecThu, 24 Sep 2009 18:30:28 +0000, by kostya
-
Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and libavcodecThu, 24 Sep 2009 15:13:34 +0000, by reimar
-
Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec libavcodecThu, 24 Sep 2009 15:12:05 +0000, by reimar
-
Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC. libavcodecThu, 24 Sep 2009 11:04:46 +0000, by reimar
-
Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static libavcodecThu, 24 Sep 2009 10:49:47 +0000, by reimar
-
Use INIT_VLC_STATIC where easily possible in svq1dec libavcodecThu, 24 Sep 2009 09:44:51 +0000, by reimar
-
Make sure that all memory allocations succeed. libavcodecThu, 24 Sep 2009 06:33:16 +0000, by melanson
-
Take into account real number of colours when reading BMP palette. libavcodecThu, 24 Sep 2009 05:24:46 +0000, by kostya
-
Make sure priv_data is freed and codec is set to NULL in case of failure of avcodec_open(). libavcodecWed, 23 Sep 2009 15:16:36 +0000, by michael
-
Fix >= vs > check of coded_fragment_list_index. libavcodecWed, 23 Sep 2009 12:42:12 +0000, by michael
-
Check masterbook index and subclass book index. libavcodecWed, 23 Sep 2009 12:17:54 +0000, by michael
-
Add checks for per-packet mode indexes and per-header mode mapping indexes. libavcodecWed, 23 Sep 2009 12:09:33 +0000, by michael
-
Set data_size to 0 to avoid having it uninitialized. libavcodecWed, 23 Sep 2009 11:44:30 +0000, by michael
-
Check num_units_in_tick/time_scale to be valid and within the range we support. libavcodecWed, 23 Sep 2009 09:58:44 +0000, by michael
-
Another micro-optimization for unpack_vlcs(): Eliminate a possible libavcodecWed, 23 Sep 2009 05:38:12 +0000, by melanson
-
Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome libavcodecTue, 22 Sep 2009 22:44:56 +0000, by michael
-
Hook up the MD studio demuxer and Atrac1 decoder. libavcodecTue, 22 Sep 2009 17:28:03 +0000, by banan
-
Mention SDDS so search engines will pick it up for when someone libavcodecTue, 22 Sep 2009 17:05:19 +0000, by banan
-
Perform the DC prediction reversal immediately after decoding all of libavcodecTue, 22 Sep 2009 15:58:08 +0000, by melanson
-
AAC: Simplify some logic from r19956. (The escape codebook is unsigned.) libavcodecTue, 22 Sep 2009 01:34:42 +0000, by alexc
-
ARM: NEON optimisations for some dsputil functions libavcodecTue, 22 Sep 2009 00:48:48 +0000, by mru