Fri, 25 Sep 2009 01:31:53 +0000 |
jbr |
Align pix_fmt list by allowing one more char for the pix_fmt name.
libavcodec
|
Thu, 24 Sep 2009 22:39:47 +0000 |
reimar |
Remove ff_realloc_static, it is no longer used and since it was declared
libavcodec
|
Thu, 24 Sep 2009 22:37:34 +0000 |
reimar |
Reindent.
libavcodec
|
Thu, 24 Sep 2009 22:36:52 +0000 |
reimar |
Remove a piece of code left-over from the removed alloc'd static vlc table code.
libavcodec
|
Thu, 24 Sep 2009 21:26:35 +0000 |
vitor |
Reindent code folowing previous commit (r20019)
libavcodec
|
Thu, 24 Sep 2009 21:24:58 +0000 |
vitor |
Factorize duplicated code in at1_imdct_block()
libavcodec
|
Thu, 24 Sep 2009 19:37:41 +0000 |
cehoyos |
Allow decoding of 625/50 (PAL) with video_stype==1.
libavcodec
|
Thu, 24 Sep 2009 18:30:28 +0000 |
kostya |
Support both LSB and MSB orders for TIFF CCITT G.x compressed data.
libavcodec
|
Thu, 24 Sep 2009 15:13:34 +0000 |
reimar |
Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and
libavcodec
|
Thu, 24 Sep 2009 15:12:05 +0000 |
reimar |
Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec
libavcodec
|
Thu, 24 Sep 2009 11:04:46 +0000 |
reimar |
Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC.
libavcodec
|
Thu, 24 Sep 2009 10:49:47 +0000 |
reimar |
Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static
libavcodec
|
Thu, 24 Sep 2009 09:44:51 +0000 |
reimar |
Use INIT_VLC_STATIC where easily possible in svq1dec
libavcodec
|
Thu, 24 Sep 2009 06:33:16 +0000 |
melanson |
Make sure that all memory allocations succeed.
libavcodec
|
Thu, 24 Sep 2009 05:24:46 +0000 |
kostya |
Take into account real number of colours when reading BMP palette.
libavcodec
|
Wed, 23 Sep 2009 15:30:38 +0000 |
reimar |
Fix format string to match the types printed.
libavcodec
|
Wed, 23 Sep 2009 15:16:36 +0000 |
michael |
Make sure priv_data is freed and codec is set to NULL in case of failure of avcodec_open().
libavcodec
|
Wed, 23 Sep 2009 14:19:17 +0000 |
michael |
Check submap indexes.
libavcodec
|
Wed, 23 Sep 2009 13:52:56 +0000 |
mru |
ARM: NEON optimised int32_to_float_fmul_scalar
libavcodec
|
Wed, 23 Sep 2009 13:52:53 +0000 |
mru |
AAC: minor simplification in PNS decoding
libavcodec
|
Wed, 23 Sep 2009 13:18:29 +0000 |
michael |
Make error return sign consistent.
libavcodec
|
Wed, 23 Sep 2009 13:08:48 +0000 |
michael |
Check begin/end/partition_size.
libavcodec
|
Wed, 23 Sep 2009 12:42:12 +0000 |
michael |
Fix >= vs > check of coded_fragment_list_index.
libavcodec
|
Wed, 23 Sep 2009 12:29:56 +0000 |
diego |
Remove unused variables, fixes the warnings:
libavcodec
|