Mercurial > libavcodec.hg
graph
-
LPCM 24 bits support, patch by Lars Tuber, lars.taeuber gmx net libavcodecSat, 17 May 2008 11:42:03 +0000, by diego
-
The MPEG4AAC codec is provided by an external library and will be disabled libavcodecSat, 17 May 2008 11:38:30 +0000, by diego
-
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it libavcodecSat, 17 May 2008 10:20:01 +0000, by diego
-
Avoid using log2() freebsd does not support it. libavcodecFri, 16 May 2008 21:28:55 +0000, by michael
-
consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it libavcodecFri, 16 May 2008 00:28:22 +0000, by diego
-
Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it. libavcodecFri, 16 May 2008 00:26:02 +0000, by diego
-
cosmetics: Use C-style comment delimiters with #endif directives. libavcodecThu, 15 May 2008 23:03:55 +0000, by diego
-
cosmetics: Fix typos in ADPCM codec long names. libavcodecThu, 15 May 2008 23:02:43 +0000, by diego
-
cosmetics: s/Id/id/ in libavcodec where Id refers to id Software. libavcodecThu, 15 May 2008 22:51:38 +0000, by diego
-
Do not pass the context to functions that do not use it libavcodecThu, 15 May 2008 18:41:04 +0000, by vitor
-
Do not copy tables to a context var, use them directly libavcodecThu, 15 May 2008 18:36:12 +0000, by vitor
-
Remove unneeded fields from the decoder context libavcodecThu, 15 May 2008 18:34:31 +0000, by vitor
-
Read the bitstream where the data is actually needed instead of doing it in unpack_input() libavcodecThu, 15 May 2008 18:31:55 +0000, by vitor
-
Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out) libavcodecThu, 15 May 2008 18:30:05 +0000, by vitor
-
The first table of decodetable[] is unrelated to the other. Rename it. libavcodecThu, 15 May 2008 18:28:24 +0000, by vitor
-
ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it libavcodecThu, 15 May 2008 11:35:19 +0000, by diego
-
DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste it libavcodecThu, 15 May 2008 11:31:14 +0000, by diego
-
Make av_set_string() fail when number could not be set. libavcodecThu, 15 May 2008 01:03:48 +0000, by benoit
-
Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it. libavcodecWed, 14 May 2008 16:30:37 +0000, by diego
-
Update offset in the option string later, to have a better error message. libavcodecWed, 14 May 2008 02:14:11 +0000, by benoit
-
Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT. libavcodecTue, 13 May 2008 15:56:45 +0000, by cehoyos
-
Replace one more occurrence of -1 with PIX_FMT_NONE. libavcodecMon, 12 May 2008 10:31:52 +0000, by cehoyos
-
armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since libavcodecMon, 12 May 2008 09:18:32 +0000, by gpoirier
-
Do not use variable frame_info before its value is set. libavcodecMon, 12 May 2008 06:51:30 +0000, by cehoyos
-
Previous commit missed an initialization - this fixes FATE's test sample. libavcodecSun, 11 May 2008 23:39:55 +0000, by astrange
-
Replace some occurrences of -1 with PIX_FMT_NONE. libavcodecSun, 11 May 2008 22:28:43 +0000, by cehoyos
-
Add some initial optimizations for ARM VFP (floating libavcodecSun, 11 May 2008 20:06:03 +0000, by gpoirier
-
Use h->mb_xy directly in decode_cabac_residual(). libavcodecSun, 11 May 2008 19:18:39 +0000, by astrange
-
Store mb_xy in H264Context and only calculate it once per MB. libavcodecSun, 11 May 2008 19:16:21 +0000, by astrange
-
Replace some hardcoded swapping with FFSWAP. libavcodecSun, 11 May 2008 18:43:11 +0000, by astrange
-
cosmetics: indent after last commit. patch by matthieu castet <castet matthieu free fr>. libavcodecSun, 11 May 2008 18:14:30 +0000, by jbr
-
simplify decoding of uncompressed samples. patch by matthieu castet <castet matthieu free fr>. libavcodecSun, 11 May 2008 18:13:30 +0000, by jbr
-
Implement bidirectional (positive offset - left, negative - right) libavcodecSun, 11 May 2008 11:49:25 +0000, by voroshil
-
Update comment to version, negotiated with Diego, and libavcodecSun, 11 May 2008 10:07:11 +0000, by voroshil
-
Simplify a list of array allocations with a loop. libavcodecSun, 11 May 2008 03:40:14 +0000, by diego
-
Replace hardcoded LP filter order with parameter. libavcodecSun, 11 May 2008 03:18:18 +0000, by voroshil
-
Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com. libavcodecSat, 10 May 2008 16:05:12 +0000, by diego
-
Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com. libavcodecSat, 10 May 2008 16:02:38 +0000, by diego
-
cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com, libavcodecSat, 10 May 2008 15:59:08 +0000, by diego
-
Use full path for #includes from another directory. libavcodecFri, 09 May 2008 11:56:36 +0000, by diego
-
ipp.h is a system header, use <> when #including it. libavcodecFri, 09 May 2008 10:06:51 +0000, by diego
-
dsputil.h is not a system header, use "" when #including it. libavcodecFri, 09 May 2008 09:48:49 +0000, by diego
-
ensure vp56_decode_frame always return unchanged buf_size libavcodecThu, 08 May 2008 21:59:51 +0000, by aurel
-
Do not misuse long as the size of a register in x86. libavcodecThu, 08 May 2008 21:11:24 +0000, by ramiro
-
Remove one more set of useless parentheses from a return call. libavcodecTue, 06 May 2008 09:20:50 +0000, by diego
-
Remove unnecessary parentheses from return calls. libavcodecTue, 06 May 2008 09:16:36 +0000, by diego
-
Use a state machine to reduce branching logic in decode_cabac_residual. libavcodecSun, 04 May 2008 22:39:12 +0000, by astrange
-
Prevent targaenc.c from outputting trash byte. libavcodecSun, 04 May 2008 20:04:00 +0000, by ramiro
-
Add complete multimedia Wiki URL, patch by Sisir Koppaka. libavcodecSun, 04 May 2008 09:58:22 +0000, by diego
-
cosmetics: Consistently use C-style comments in #endif preprocessor directives. libavcodecSat, 03 May 2008 14:15:29 +0000, by diego
-
10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, so libavcodecSat, 03 May 2008 13:55:31 +0000, by diego
-
Add Dirac parser from SoC; written by Marco Gerards; libavcodecSat, 03 May 2008 03:33:21 +0000, by diego
-
split out some decoder context params to a shared macro libavcodecFri, 02 May 2008 21:33:14 +0000, by jbr
-
change function parameters for metadata_streaminfo() libavcodecFri, 02 May 2008 21:29:49 +0000, by jbr
-
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