Mercurial > libavcodec.hg
graph
-
LPCM 24 bits support, patch by Lars T¸«£uber, 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