Mercurial > libavcodec.hg
graph
-
Mark symbol as static, patch by Diego 'Flameeyes' Petten, flameeyes gmail com. libavcodecThu, 01 May 2008 15:20:57 +0000, by diego
-
Remove leading whitespace in long codec name that was committed in r13017 libavcodecTue, 29 Apr 2008 08:37:40 +0000, by superdump
-
Calculate motion vector information based on PTS provided in slice header libavcodecMon, 28 Apr 2008 13:37:36 +0000, by kostya
-
Make 8SVX codec names just a single word for consistency with other codec names. libavcodecSun, 27 Apr 2008 22:19:02 +0000, by diego
-
Remove unnecessary test program dependency declarations. libavcodecSat, 26 Apr 2008 15:38:00 +0000, by diego
-
Grammar fixes and improvements for the new ACELP code libavcodecSat, 26 Apr 2008 15:20:06 +0000, by superdump
-
break if error in header so it can output already decoded frames libavcodecSat, 26 Apr 2008 14:41:29 +0000, by bcoudurier
-
move MP3On4DecodeContext def near the code and under ifdef libavcodecSat, 26 Apr 2008 14:22:43 +0000, by bcoudurier
-
correctly patch syncword for samples rates < 16000, decoder now fully support all iso ref files libavcodecSat, 26 Apr 2008 14:18:29 +0000, by bcoudurier
-
remove old draft last case not present anymore in iso specs libavcodecSat, 26 Apr 2008 14:08:34 +0000, by bcoudurier
-
mp3on4 decoder now depends on mpeg4audio code libavcodecSat, 26 Apr 2008 14:00:27 +0000, by bcoudurier
-
Skip blocks in B-frames reuse motion vectors from next reference frame. libavcodecSat, 26 Apr 2008 13:09:36 +0000, by kostya
-
correctly compute out_size and samples number libavcodecSat, 26 Apr 2008 13:03:41 +0000, by bcoudurier
-
Fixed-point LSP and LPC decoding routines for ACELP-based codecs libavcodecSat, 26 Apr 2008 11:52:33 +0000, by voroshil
-
get_vlc2() only gets up to three levels in the tables. The last codes weren't being read properly. libavcodecSat, 26 Apr 2008 05:03:36 +0000, by ramiro
-
Fixed-point implementation of ff_cos, ff_log2, ff_exp2. libavcodecFri, 25 Apr 2008 17:14:47 +0000, by voroshil
-
remove ima qt decoding hack, decode whole frame at once libavcodecFri, 25 Apr 2008 15:09:26 +0000, by bcoudurier
-
fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels libavcodecFri, 25 Apr 2008 15:06:07 +0000, by bcoudurier
-
set channels and sample rate from mpeg4audio config libavcodecFri, 25 Apr 2008 14:09:42 +0000, by bcoudurier
-
mov demuxer depends on mpeg4audio code now libavcodecFri, 25 Apr 2008 14:05:32 +0000, by bcoudurier
-
Make sure some value is always returned via data_size libavcodecFri, 25 Apr 2008 13:25:11 +0000, by mbardiaux
-
Allow bitrates zero and 13200 (needed for decoding mov and aiff) libavcodecFri, 25 Apr 2008 13:05:15 +0000, by mbardiaux
-
add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() libavcodecThu, 24 Apr 2008 22:27:13 +0000, by bwolowiec
-
Do not ignore .depend files, they are no longer generated. libavcodecThu, 24 Apr 2008 10:17:55 +0000, by diego
-
The code now is pretty self explanatory about the header structure. libavcodecTue, 22 Apr 2008 20:30:50 +0000, by ramiro
-
Use bytestream functions for reading frame header. libavcodecTue, 22 Apr 2008 20:24:07 +0000, by ramiro
-
Make Xvid wrapper use threads (with support for newest CVS Xvid only) libavcodecTue, 22 Apr 2008 20:21:21 +0000, by superdump
-
Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library libavcodecTue, 22 Apr 2008 16:26:15 +0000, by diego
-
libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDotuk libavcodecTue, 22 Apr 2008 13:22:21 +0000, by lu_zero
-
change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavcodecTue, 22 Apr 2008 11:14:01 +0000, by bwolowiec
-
Add checks to ff_split_xiph_headers to ensure that returned header_len and libavcodecSun, 20 Apr 2008 23:33:49 +0000, by reimar
-
Implement FFMAX3(a,b,c) - maximum over three arguments. libavcodecSat, 19 Apr 2008 17:07:58 +0000, by voroshil
-
Make most of E-AC-3 work without breaking regression tests. libavcodecSat, 19 Apr 2008 12:04:33 +0000, by michael
-
This fixes the code so it is correct on both sides of the if(). libavcodecSat, 19 Apr 2008 11:14:55 +0000, by michael
-
Part 2 of EAC3 support, this is still disabled as it breaks regressions libavcodecSat, 19 Apr 2008 02:29:27 +0000, by michael
-
Change aac and ac3 parsers to use ff_combine_frame(). libavcodecSat, 19 Apr 2008 01:50:40 +0000, by michael
-
cosmetics: __asm__ __volatile__ --> asm volatile libavcodecThu, 17 Apr 2008 21:57:52 +0000, by diego
-
10l: my last commit broke compilation and introduced warnings libavcodecThu, 17 Apr 2008 19:48:02 +0000, by vitor
-
Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them. libavcodecThu, 17 Apr 2008 15:41:25 +0000, by astrange