Mercurial > libavcodec.hg
graph
-
It makes more sense to return 1 here in case of overflow. libavcodecMon, 23 Jun 2008 20:42:36 +0000, by vitor
-
Rename rotate_buffer() to copy_and_dup() and doxy it libavcodecMon, 23 Jun 2008 20:18:51 +0000, by vitor
-
Move code unrelated to lpc filtering out of lpc_filter() libavcodecMon, 23 Jun 2008 20:05:42 +0000, by vitor
-
Avoid a memcpy. Code is also simpler now in my opinion. libavcodecSun, 22 Jun 2008 20:09:13 +0000, by vitor
-
Add generic ff_sine_window_init function and implement in codecs appropriately libavcodecSun, 22 Jun 2008 15:12:27 +0000, by superdump
-
vp6: ensure that huffman decoding table is sorted with descending symbol order libavcodecSun, 22 Jun 2008 13:20:41 +0000, by aurel
-
Add missing mpegvideo.o to list of vc1.o dependencies. libavcodecSun, 22 Jun 2008 12:52:26 +0000, by diego
-
Add missing entry for ADPCM_EA_MAXIS_XA_DECODER. libavcodecSun, 22 Jun 2008 12:47:39 +0000, by diego
-
Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16 libavcodecSun, 22 Jun 2008 07:05:40 +0000, by reimar
-
Do not write junk in the end of truncated files. FATE libavcodecFri, 20 Jun 2008 20:46:07 +0000, by vitor
-
Do not shift F[I] twice, it is also clearer and smaller now. libavcodecThu, 19 Jun 2008 11:04:31 +0000, by michael
-
Copy 4 pointers to avid dozends of ptr dereferences. libavcodecThu, 19 Jun 2008 10:49:30 +0000, by michael
-
Improve an lclenc.c error message in case of unsupported input pixel libavcodecThu, 19 Jun 2008 10:12:15 +0000, by stefano
-
Remove the truncated bitstream handling from our g726 decoder. libavcodecWed, 18 Jun 2008 19:18:32 +0000, by michael
-
convert DOS-style carriage return to Unix-style libavcodecTue, 17 Jun 2008 14:42:51 +0000, by gpoirier
-
Do not inline g726_iterate() the function is big so its inlining will libavcodecTue, 17 Jun 2008 00:09:42 +0000, by michael
-
Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler. libavcodecMon, 16 Jun 2008 23:57:12 +0000, by michael
-
Remove redundant zeroing (the context is memset(0)). libavcodecMon, 16 Jun 2008 23:53:34 +0000, by michael
-
Float11 does not need int, .o file becomes smaller and the code might libavcodecMon, 16 Jun 2008 23:34:15 +0000, by michael
-
Check number of bits so we do not try to use table entries which do not exist. libavcodecMon, 16 Jun 2008 23:16:44 +0000, by michael
-
get_bits() outputs exactly as many bits as requested no need to mask them. libavcodecMon, 16 Jun 2008 20:42:54 +0000, by michael
-
Add missing #includes to fix 'make checkheaders'. libavcodecMon, 16 Jun 2008 08:25:48 +0000, by diego
-
fix verbatim mode decoding. patch by Jai Menon (realityman gmx net). libavcodecSun, 15 Jun 2008 18:01:25 +0000, by jbr
-
Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software libavcodecFri, 13 Jun 2008 09:30:42 +0000, by stefano
-
Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodecThu, 12 Jun 2008 21:50:13 +0000, by stefano
-
Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and libavcodecMon, 09 Jun 2008 16:30:59 +0000, by reimar
-
Almost-cosmetics: split out coeff_count from all_fragments struct into libavcodecMon, 09 Jun 2008 16:26:28 +0000, by reimar
-
enable global_header flag for audio and video encoding, was wrongly part of commit r13722 libavcodecMon, 09 Jun 2008 01:21:57 +0000, by bcoudurier
-
add fields needed for E-AC-3 decoding to decode context libavcodecSun, 08 Jun 2008 21:08:53 +0000, by jbr
-
Separating from nellymoserdec.c parts required by encoder libavcodecSun, 08 Jun 2008 20:45:18 +0000, by bwolowiec
-
store exp_strategy for all blocks in decode context libavcodecSat, 07 Jun 2008 22:30:47 +0000, by jbr
-
store cpl_in_use for all blocks in decode context libavcodecSat, 07 Jun 2008 22:30:43 +0000, by jbr
-
cosmetics: add and align references to spec variable names libavcodecSat, 07 Jun 2008 22:30:39 +0000, by jbr
-
use macro constants for array sizes in decode context libavcodecSat, 07 Jun 2008 22:30:31 +0000, by jbr
-
cosmetics: reorder decode context fields into logical groups libavcodecSat, 07 Jun 2008 22:30:22 +0000, by jbr
-
move the decode context and some macro constants to a new file, ac3dec.h libavcodecSat, 07 Jun 2008 22:30:16 +0000, by jbr
-
move mix level tables from parser to decoder. have parser read bitstream value instead of using an index to a table in the decoder. libavcodecSat, 07 Jun 2008 22:30:09 +0000, by jbr
-
add more gain levels and adjust mix level tables accordingly. libavcodecSat, 07 Jun 2008 22:30:03 +0000, by jbr
-
set default mix levels regardless of bitstream id libavcodecSat, 07 Jun 2008 22:29:45 +0000, by jbr
-
read frame type from header info into decode context libavcodecSat, 07 Jun 2008 22:29:19 +0000, by jbr
-
get the number of blocks from the ac3 parser and use in the ac3 decoder. libavcodecSat, 07 Jun 2008 22:29:03 +0000, by jbr
-
Remove Fabrice's copyright from the Makefiles. They have been entirely libavcodecFri, 06 Jun 2008 17:50:32 +0000, by diego
-
Remove *lpc_refl from the context. Only the value libavcodecThu, 05 Jun 2008 16:15:44 +0000, by vitor
-
Split function rms() in two (it does two unrelated things) libavcodecThu, 05 Jun 2008 16:11:51 +0000, by vitor
-
add esa/dia compat me options and new tesa for libx264 libavcodecThu, 05 Jun 2008 01:57:35 +0000, by bcoudurier
-
Sample tested and the code worked so the comment is removed libavcodecTue, 03 Jun 2008 16:46:38 +0000, by banan
-
In mpeg1/2 timestamps are associated with the access unit which libavcodecTue, 03 Jun 2008 02:43:17 +0000, by michael
-
print correct mpeg-2 broken_link value, and print closed_gop libavcodecMon, 02 Jun 2008 19:04:14 +0000, by bcoudurier
-
Only store timestamps when there are timestamps. libavcodecMon, 02 Jun 2008 14:53:54 +0000, by michael
-
Our MPEG-TS demuxer does not send complete PES packets but sends them libavcodecMon, 02 Jun 2008 14:40:27 +0000, by michael
-
Move new field to the end to avoid ABI breakage, I thought this struct libavcodecMon, 02 Jun 2008 14:23:25 +0000, by michael
-
Allow matching timestamps to be removed by fetch_timestamp(). libavcodecMon, 02 Jun 2008 13:12:54 +0000, by michael
-
Add off argument so that fetch_timestamp can search for timestamps libavcodecMon, 02 Jun 2008 13:09:56 +0000, by michael
-
Factorize fetch_timestamp() into its own function libavcodecMon, 02 Jun 2008 13:05:38 +0000, by michael
-
Rename last_frame_offset to next_frame_offset. libavcodecMon, 02 Jun 2008 03:10:00 +0000, by michael
-
move some AC3HeaderInfo struct fields to the Coded elements group. libavcodecMon, 02 Jun 2008 02:54:46 +0000, by jbr
-
return if bitrate is not specified or too low libavcodecSun, 01 Jun 2008 21:29:45 +0000, by bcoudurier
-
The function dec1() do two completly unrelated things. Split the rms calculation out of it. libavcodecSun, 01 Jun 2008 19:30:07 +0000, by vitor
-
memcpy considering output width, not src linesize, fix segv with av_picture_pad libavcodecSun, 01 Jun 2008 02:28:33 +0000, by bcoudurier
-
set lfe params at frame init instead of in every block libavcodecSat, 31 May 2008 21:57:45 +0000, by jbr
-
only calculate number of exponent groups when exponents are not reused. libavcodecSat, 31 May 2008 21:53:31 +0000, by jbr
-
new dba values requires running last 2 bit allocation stages libavcodecSat, 31 May 2008 19:56:54 +0000, by jbr
-
get_transform_coeffs() never returns an error, so make the function and its children return void. libavcodecSat, 31 May 2008 16:04:41 +0000, by jbr
-
Remove ra144.o dependency added in revision r13500, now reverted libavcodecSat, 31 May 2008 14:32:11 +0000, by vitor
-
As *_static are not deallocated anymore except on program termination libavcodecFri, 30 May 2008 23:26:09 +0000, by michael
-
Move *_static to bitstream.c which is the only file left which needs libavcodecFri, 30 May 2008 21:12:33 +0000, by michael
-
Change init_vlc_rl() so it does not use *alloc_static() anymore. libavcodecFri, 30 May 2008 21:08:41 +0000, by michael
-
Change init_2d_vlc_rl() to not use *alloc_static(). libavcodecFri, 30 May 2008 21:06:40 +0000, by michael
-
Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier. libavcodecFri, 30 May 2008 20:00:19 +0000, by michael
-
Make init_vlc* support proper static tables instead of this broken beyond libavcodecFri, 30 May 2008 19:48:02 +0000, by michael
-
in TRUNCATED mode, use residual fragments in ParseContext libavcodecThu, 29 May 2008 20:09:45 +0000, by skal
-
Use ff_acelp_weighted_vector_sum() instead of reimplementing it libavcodecWed, 28 May 2008 19:04:34 +0000, by vitor
-
Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. libavcodecWed, 28 May 2008 11:59:41 +0000, by michael
-
Arrays where one element too small, fixes CID114. libavcodecTue, 27 May 2008 22:10:17 +0000, by michael
-
Do not read from prior the array, fix CID 127. libavcodecTue, 27 May 2008 19:44:56 +0000, by michael
-
zero the upper frequencies of the correct coefficients libavcodecTue, 27 May 2008 00:43:39 +0000, by jbr
-
consistency cosmetics: indices --> indexes in variable names libavcodecMon, 26 May 2008 23:36:05 +0000, by diego
-
cosmetics: Use C-style comments in #endif directives. libavcodecMon, 26 May 2008 23:09:46 +0000, by diego
-
Rename var: add read coefficients a decent name libavcodecMon, 26 May 2008 18:26:47 +0000, by vitor
-
Context vars are not global vars. glob is a bad name for it. libavcodecMon, 26 May 2008 16:59:39 +0000, by vitor
-
Rename context struct to be more consistent with the rest of ffmpeg libavcodecMon, 26 May 2008 16:55:22 +0000, by vitor
-
Warn about packed B-frames. (especially useful if the file in question is libavcodecMon, 26 May 2008 11:32:42 +0000, by michael
-
set audio parameters if frame header is ok, even if crc fails libavcodecSun, 25 May 2008 18:54:17 +0000, by jbr
-
Cosmetics: merge declaration and initialization libavcodecSun, 25 May 2008 16:44:56 +0000, by vitor
-
Move evaluation of variable a to where it is trivial libavcodecSun, 25 May 2008 16:29:07 +0000, by vitor
-
Make add_wav() receive a vector instead of three integers libavcodecSun, 25 May 2008 16:27:33 +0000, by vitor
-
add checks for missing information in the first block libavcodecSun, 25 May 2008 15:34:48 +0000, by jbr
-
add check for invalid channel mode when coupling is used libavcodecSun, 25 May 2008 15:23:03 +0000, by jbr
-
Parameter n of dec functions is always 3. Hardcode it. libavcodecSun, 25 May 2008 13:22:56 +0000, by vitor
-
Move pitch vector interpolation code to acelp_filters libavcodecSat, 24 May 2008 17:18:42 +0000, by voroshil
-
Use an intermediate variable for overflow testing libavcodecSat, 24 May 2008 16:38:48 +0000, by vitor
-
Handle the case where we do not have enough input libavcodecSat, 24 May 2008 16:20:37 +0000, by vitor
-
adaptive and fixed codebook vector operations for ACELP-based codecs libavcodecFri, 23 May 2008 03:10:27 +0000, by voroshil
-
Fix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski libavcodecThu, 22 May 2008 19:16:28 +0000, by banan
-
Only one out of two values of gbuf1 is actually used. Make it half the size. libavcodecWed, 21 May 2008 16:41:58 +0000, by vitor
-
Make etable1 and etable2 tables instead of arrays. libavcodecWed, 21 May 2008 16:38:44 +0000, by vitor
-
Simplify ra144_decode_frame() by unrolling a senseless libavcodecWed, 21 May 2008 16:36:19 +0000, by vitor
-
Use ff_sqrt() function instead of using a table libavcodecWed, 21 May 2008 16:33:49 +0000, by vitor
-
Cosmetics: move function to remove forward declarations libavcodecSat, 17 May 2008 14:51:49 +0000, by vitor
-
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
-
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
-
Change k limiting code, i think the code was buggy. libavcodecThu, 17 Apr 2008 03:00:08 +0000, by michael
-
Move scale_bias to a more sane place. I am starting to wonder how this libavcodecWed, 16 Apr 2008 15:28:11 +0000, by michael
-
Avoid reverse addressing, not sure if this is faster or slower but people libavcodecWed, 16 Apr 2008 14:59:23 +0000, by michael
-
Redo r12838 one more time, hopefully transferring the history libavcodecWed, 16 Apr 2008 14:22:36 +0000, by heydowns
-
Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. libavcodecWed, 16 Apr 2008 04:40:21 +0000, by heydowns
-
Revert 12838 to redo it the right way (use svn copy to create new libavcodecWed, 16 Apr 2008 04:26:52 +0000, by heydowns
-
Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs. libavcodecWed, 16 Apr 2008 01:34:55 +0000, by astrange
-
Move decode_significance_x86() and decode_significance_8x8_x86() to libavcodecTue, 15 Apr 2008 13:51:41 +0000, by heydowns
-
Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom libavcodecMon, 14 Apr 2008 20:54:23 +0000, by lu_zero
-
Clear DIRS variable in common.mak, so it does not have to be cleared in libavcodecSun, 13 Apr 2008 10:37:30 +0000, by diego
-
Unset DIRS after including subdir.mak so that the variable is not used libavcodecSun, 13 Apr 2008 10:22:46 +0000, by diego
-
Generate the list of files to clean in subdirectories in common.mak. libavcodecSun, 13 Apr 2008 10:09:47 +0000, by diego
-
Add a header file to declare Xvid IDCT functions. libavcodecSat, 12 Apr 2008 16:54:36 +0000, by diego
-
Crop parameters are unsigned, having them negative could be bad and lead libavcodecFri, 11 Apr 2008 12:57:49 +0000, by michael
-
Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv libavcodecFri, 11 Apr 2008 12:55:21 +0000, by michael
-
Only set channels in the stream if previously unset, fixes resampling crash on broken dca frames libavcodecThu, 10 Apr 2008 06:15:17 +0000, by banan
-
Fix H.264 interframe decoding when compiling with icc. Patch by Loren libavcodecTue, 08 Apr 2008 23:49:34 +0000, by melanson
-
Fix reference to a file in MPlayer that was renamed. libavcodecTue, 08 Apr 2008 15:16:48 +0000, by diego
-
Increase alignment for DCT block arrays from 8 to 16 libavcodecTue, 08 Apr 2008 01:09:33 +0000, by superdump
-
Add a missing comma in tiff_encoder.pix_fmts libavcodecTue, 08 Apr 2008 00:57:12 +0000, by superdump
-
change of aac_ac3_parser, so it is able to send complete portion of data to decoder libavcodecSat, 05 Apr 2008 20:09:36 +0000, by bwolowiec
-
Disable the split function. This should end the mpeg1/2 global header issues. libavcodecFri, 04 Apr 2008 00:43:34 +0000, by michael
-
Do not use the mlib IDCT by default. We do not want videos which are only libavcodecWed, 02 Apr 2008 11:47:00 +0000, by michael
-
Remove flexible array member from Escape 124 libavcodecTue, 01 Apr 2008 01:28:26 +0000, by superdump
-
cosmetics: Write some Doxygen comments in a more compact fashion. libavcodecMon, 31 Mar 2008 17:30:50 +0000, by diego
-
Remove redundant #ifdef around the complete file. libavcodecMon, 31 Mar 2008 17:13:00 +0000, by diego
-
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL. libavcodecMon, 31 Mar 2008 17:12:10 +0000, by diego
-
change rle encoder to count up to 127, sgi does not support 128 libavcodecSun, 30 Mar 2008 17:27:58 +0000, by bcoudurier
-
Use 15-bit LPC precision by default. This generally gives better compression libavcodecSun, 30 Mar 2008 16:01:10 +0000, by jbr
-
Altivec and SSE2 require 16-byte alignment, so make sure they get it libavcodecSun, 30 Mar 2008 10:30:33 +0000, by gpoirier
-
check mm_flags for each DCT and skips the ones that can't be run libavcodecSun, 30 Mar 2008 10:29:28 +0000, by gpoirier
-
change name from stream type to frame type in AC3 code libavcodecFri, 28 Mar 2008 20:42:55 +0000, by bwolowiec
-
removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag libavcodecFri, 28 Mar 2008 19:59:58 +0000, by bwolowiec
-
only allocate context input buffer if AVCodecContext.error_reslience is greater than 0. libavcodecWed, 26 Mar 2008 22:36:41 +0000, by jbr
-
additional protection from segmentation faults and memory access errors by libavcodecTue, 25 Mar 2008 23:34:00 +0000, by jbr
-
Classify mlib as a configurable option, not as a hardware feature. libavcodecTue, 25 Mar 2008 21:30:16 +0000, by diego
-
Set mm_flags in dct-test to fix floating math. libavcodecTue, 25 Mar 2008 14:34:27 +0000, by benoit
-
Fix possible heap overflow caused by av_fast_realloc() libavcodecTue, 25 Mar 2008 10:15:17 +0000, by michael
-
using EAC3_STREAM_TYPE_* instead of numbers libavcodecMon, 24 Mar 2008 22:21:22 +0000, by bwolowiec
-
pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used libavcodecMon, 24 Mar 2008 11:49:59 +0000, by diego
-
Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by libavcodecSun, 23 Mar 2008 15:43:29 +0000, by jbr
-
Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx() libavcodecFri, 21 Mar 2008 12:36:49 +0000, by zuxy
-
Apply 'alloc_size' attribute to ff_realloc_static() libavcodecFri, 21 Mar 2008 04:48:59 +0000, by zuxy
-
Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static() libavcodecFri, 21 Mar 2008 03:54:45 +0000, by zuxy
-
Apply 'cold' attribute to init/uninit functions in libavcodec libavcodecFri, 21 Mar 2008 03:11:20 +0000, by zuxy
-
More complete documentation for AVFrame.reference. libavcodecThu, 20 Mar 2008 18:16:13 +0000, by michael
-
Hardcode register to prevent aparent miscompilation. libavcodecThu, 20 Mar 2008 14:24:29 +0000, by michael
-
correctly set avctx->frame_size for mp3on4 and mp3adu libavcodecThu, 20 Mar 2008 09:36:04 +0000, by bcoudurier
-
mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS libavcodecMon, 17 Mar 2008 02:33:08 +0000, by mru
-
Move functions that are only used when libswscale is not compiled in below libavcodecSun, 16 Mar 2008 17:34:31 +0000, by diego
-
improve precision in mdct.c using double for some temporaries libavcodecSun, 16 Mar 2008 13:15:42 +0000, by mru
-
Use correct t printf modifier for pointer differences. libavcodecFri, 14 Mar 2008 13:19:39 +0000, by diego
-
log aspect ratio forbidden value, and fail if error resilience is high libavcodecFri, 14 Mar 2008 09:33:38 +0000, by bcoudurier
-
do not fail badly if aspect ratio is 0/forbidden, fix issue 369 libavcodecThu, 13 Mar 2008 18:26:53 +0000, by bcoudurier
-
This file does not use size_t, so no need to #include <sys/types.h>. libavcodecThu, 13 Mar 2008 18:10:58 +0000, by diego
-
If consumed does not match nalsize, favor nalsize. libavcodecThu, 13 Mar 2008 01:49:19 +0000, by michael
-
Add missing stdint.h #include to headers that use it. libavcodecThu, 13 Mar 2008 00:20:15 +0000, by diego
-
make input buffer const, as it should be. fixes a warning. libavcodecMon, 10 Mar 2008 21:59:30 +0000, by jbr
-
Rename --enable-swscaler --> enable-swscale to be consistent with the libavcodecMon, 10 Mar 2008 17:54:24 +0000, by diego
-
These video decoders do not need to include and initialize the DSP libavcodecMon, 10 Mar 2008 03:07:44 +0000, by melanson
-
There is no reason to assign a variable to itself libavcodecMon, 10 Mar 2008 03:07:15 +0000, by melanson
-
downmix before imdct unless different size transforms are used. about 20% libavcodecSun, 09 Mar 2008 17:05:19 +0000, by jbr
-
cosmetics: Fix indentation in a few more places. libavcodecSat, 08 Mar 2008 20:27:16 +0000, by diego
-
cosmetics: Normalize {} placement after for, while, if. libavcodecSat, 08 Mar 2008 20:24:24 +0000, by diego
-
huffman: add a zero_count flag and use it in fraps libavcodecSat, 08 Mar 2008 18:08:16 +0000, by aurel
-
huffman: pass hnode_first as a flag instead of as an argument on its own libavcodecSat, 08 Mar 2008 17:57:13 +0000, by aurel
-
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavcodecSat, 08 Mar 2008 14:39:43 +0000, by diego
-
do not display par and dar if not available libavcodecThu, 06 Mar 2008 23:09:16 +0000, by bcoudurier
-
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment libavcodecThu, 06 Mar 2008 20:44:44 +0000, by mru
-
Make av_class a pointer to a const AVClass. Addresses one warning in libavcodecThu, 06 Mar 2008 17:41:31 +0000, by takis
-
fix interlaced decoding, original patch from reimar libavcodecThu, 06 Mar 2008 09:45:59 +0000, by bcoudurier
-
make compilation of mpeg12* and mpegvideo conditional libavcodecWed, 05 Mar 2008 21:43:30 +0000, by aurel
-
add dependencies for matroska audio and nut muxers over lavc libavcodecWed, 05 Mar 2008 16:34:47 +0000, by aurel
-
doxyfy frame type comments and add some more comments libavcodecWed, 05 Mar 2008 15:23:54 +0000, by aurel
-
define BI frame type along with other frame types libavcodecWed, 05 Mar 2008 15:19:26 +0000, by aurel
-
Avoid linking with h263 and mpeg4 find_frame_end() libavcodecWed, 05 Mar 2008 14:46:51 +0000, by aurel
-
fix the WC3 Xan decoder by correcting the frame accounting logic libavcodecWed, 05 Mar 2008 06:58:20 +0000, by melanson
-
move EDGE_WIDTH definition allong with draw_edges where it belongs libavcodecWed, 05 Mar 2008 00:38:14 +0000, by aurel
-
remove #include "mpegvideo.h" where it is not needed libavcodecWed, 05 Mar 2008 00:07:53 +0000, by aurel
-
Detect and prevent reading over the end of counts_*. We pass the error libavcodecTue, 04 Mar 2008 21:58:34 +0000, by michael
-
Prevent segfault due to reading over the end of the input buffer. libavcodecTue, 04 Mar 2008 21:39:21 +0000, by michael
-
Provide non null class name to avoid crash with ffmpeg -h. libavcodecMon, 03 Mar 2008 19:53:27 +0000, by michael
-
use scale factor instead of sum for downmix level adjustment. avoids division libavcodecSat, 01 Mar 2008 16:10:19 +0000, by jbr
-
pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing. libavcodecSat, 01 Mar 2008 15:48:18 +0000, by jbr
-
Use 24-bit fixed-point transform coefficients until just before MDCT. This libavcodecSat, 01 Mar 2008 04:39:39 +0000, by jbr
-
more aspect ratios added in one of the ammendments libavcodecSat, 01 Mar 2008 01:58:25 +0000, by lorenm
-
Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but libavcodecThu, 28 Feb 2008 17:01:35 +0000, by reimar
-
code is ok for 4bpp in mov too, fix 16grey.mov libavcodecThu, 28 Feb 2008 16:08:52 +0000, by bcoudurier
-
Add explanatory comment to '#define FLOAT float'. libavcodecTue, 26 Feb 2008 22:52:01 +0000, by diego
-
Stuffing bytes to not violate minimum legality rate. libavcodecTue, 26 Feb 2008 20:17:30 +0000, by michael
-
Remove another temporary variable with which gcc has problems. libavcodecTue, 26 Feb 2008 18:36:58 +0000, by michael
-
Alternative and faster (on gcc x86) plane rotation. libavcodecTue, 26 Feb 2008 15:52:37 +0000, by michael
-
Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), libavcodecTue, 26 Feb 2008 15:32:34 +0000, by michael
-
One variable less. No real change to the actual code. libavcodecTue, 26 Feb 2008 15:19:37 +0000, by michael
-
split encoding part of dsputil_mmx into its own file libavcodecMon, 25 Feb 2008 23:14:22 +0000, by aurel
-
compile various fdct only when encoders are enabled libavcodecMon, 25 Feb 2008 21:43:19 +0000, by aurel
-
Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute libavcodecMon, 25 Feb 2008 14:42:12 +0000, by michael
-
__asm __volatile -> asm volatile, improves code consistency and works libavcodecSun, 24 Feb 2008 14:46:22 +0000, by reimar
-
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. libavcodecSat, 23 Feb 2008 23:30:41 +0000, by banan
-
Disabling all SSE* code for old gcc to avoid alignment issues. libavcodecThu, 21 Feb 2008 00:06:07 +0000, by michael
-
Forgot this, which is needed for merging field pics too. libavcodecWed, 20 Feb 2008 19:48:25 +0000, by michael
-
Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2 libavcodecWed, 20 Feb 2008 19:45:38 +0000, by michael
-
Make timestamp interpolation work with mpeg2 field pictures. libavcodecWed, 20 Feb 2008 03:20:06 +0000, by michael
-
Reduce the number of senselessly scanned bytes. libavcodecTue, 19 Feb 2008 15:55:14 +0000, by michael
-
arg 10000l. Fix wrong fix committed in r12141 libavcodecTue, 19 Feb 2008 07:24:00 +0000, by gpoirier
-
10l: fix always false test: Binary & has lower precedence than == libavcodecTue, 19 Feb 2008 07:19:15 +0000, by gpoirier
-
Refactor vcprm and vcii macros by using the AVV macro. libavcodecMon, 18 Feb 2008 23:01:26 +0000, by diego
-
fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags libavcodecMon, 18 Feb 2008 21:35:31 +0000, by gpoirier
-
clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN libavcodecSat, 16 Feb 2008 19:18:30 +0000, by mru
-
FLAT objects cannot have multiple sections, so using the L1 attributes breaks libavcodecSat, 16 Feb 2008 15:17:31 +0000, by diego
-
Add header for declaration of ff_xxxx functions in imgconvert.c libavcodecFri, 15 Feb 2008 20:20:57 +0000, by vitor
-
Split avpicture_fill() in two functions. This will be libavcodecFri, 15 Feb 2008 18:01:07 +0000, by vitor
-
silence wmaenc.c:181: warning:suggestparentheses around assignment used as truth value libavcodecFri, 15 Feb 2008 13:44:08 +0000, by banan
-
Remove useless buffering of input data, so that avcodec_decode_audio never libavcodecWed, 13 Feb 2008 14:20:22 +0000, by superdump
-
Print Theora bitstream version at DEBUG, not at VERBOSE level. libavcodecWed, 13 Feb 2008 08:05:51 +0000, by diego
-
Factor bytewidth determination in its own function libavcodecMon, 11 Feb 2008 21:49:24 +0000, by vitor
-
Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may libavcodecMon, 11 Feb 2008 08:01:07 +0000, by andoma
-
asm argument that might be in memory needs a size libavcodecSun, 10 Feb 2008 01:45:42 +0000, by lorenm
-
Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg. libavcodecSat, 09 Feb 2008 17:55:07 +0000, by diego
-
30% faster ff_vorbis_floor1_render_list, 3% faster overall libavcodecSat, 09 Feb 2008 13:53:15 +0000, by lorenm
-
use fewer registers in apply_welch_window_sse2 libavcodecSat, 09 Feb 2008 05:29:47 +0000, by lorenm
-
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3. libavcodecWed, 06 Feb 2008 12:32:31 +0000, by lorenm
-
put loop counter in a register if possible. makes some of the qpel functions 3% faster. libavcodecWed, 06 Feb 2008 04:44:21 +0000, by lorenm
-
Check that we have enough input data in IMC decoder. libavcodecTue, 05 Feb 2008 18:39:55 +0000, by reimar
-
add qpel rounder once during hv rather than twice during hv and whatever it's averaged with libavcodecTue, 05 Feb 2008 03:58:13 +0000, by lorenm
-
clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code. libavcodecTue, 05 Feb 2008 01:16:48 +0000, by lorenm
-
Deprecate old and inefficient per instruction asm(). libavcodecMon, 04 Feb 2008 20:03:08 +0000, by michael
-
Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of libavcodecMon, 04 Feb 2008 10:26:35 +0000, by diego
-
mpegvideo.h has two function declarations with the 'inline' specifier libavcodecSun, 03 Feb 2008 17:54:30 +0000, by diego
-
use mmx2/3dnow avg functions in avg_qpel*_mc00 libavcodecSun, 03 Feb 2008 16:19:37 +0000, by lorenm
-
remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2. libavcodecSun, 03 Feb 2008 03:21:47 +0000, by lorenm
-
Make avcodec_decode_* functions take const input buffers. libavcodecSat, 02 Feb 2008 22:54:50 +0000, by michael
-
100l, since we already check for buf_size == 769 we should also libavcodecSat, 02 Feb 2008 22:34:44 +0000, by reimar
-
Use bytestream_get_be24 to simplify palette parsing. libavcodecSat, 02 Feb 2008 22:31:11 +0000, by reimar
-
"swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields libavcodecSat, 02 Feb 2008 10:54:20 +0000, by lorenm
-
Casts to silcence "incompatible pointer type" warnings. libavcodecFri, 01 Feb 2008 13:51:06 +0000, by michael
-
one "cast discards qualifiers from pointer target type" less libavcodecFri, 01 Feb 2008 03:29:43 +0000, by michael
-
The buffer passed into the decoder should be const. libavcodecFri, 01 Feb 2008 02:26:19 +0000, by michael
-
Fix const qualifer issues found by -Wcast-qual. libavcodecFri, 01 Feb 2008 01:40:46 +0000, by michael
-
Indention, it seems i have forgotton to commit this. libavcodecFri, 01 Feb 2008 01:35:31 +0000, by michael
-
Revert r11689 and r11690 (uninitalized warning fix) as its theoretically libavcodecThu, 31 Jan 2008 14:01:33 +0000, by michael
-
fix "uninitalized" warning, the alternative way. libavcodecThu, 31 Jan 2008 01:38:00 +0000, by michael
-
revert r11677, it is considered speed critical libavcodecThu, 31 Jan 2008 01:25:29 +0000, by bcoudurier
-
add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses around && within || libavcodecThu, 31 Jan 2008 00:57:48 +0000, by bcoudurier
-
add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses around && within || libavcodecThu, 31 Jan 2008 00:50:21 +0000, by bcoudurier
-
cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 of 's->dsp.bswap_buf' from incompatible pointer type libavcodecThu, 31 Jan 2008 00:10:56 +0000, by bcoudurier
-
init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function libavcodecThu, 31 Jan 2008 00:05:44 +0000, by bcoudurier
-
cast to dest type, fix warning: 4xm.c:304: warning: initialization from incompatible pointer type libavcodecThu, 31 Jan 2008 00:01:16 +0000, by bcoudurier
-
cast to dest type, fix warning imgconvert.c:1958: warning: assignment from incompatible pointer type libavcodecThu, 31 Jan 2008 00:00:08 +0000, by bcoudurier
-
add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_reformat_buffer32' discards qualifiers from pointer target type libavcodecWed, 30 Jan 2008 23:58:44 +0000, by bcoudurier
-
add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest parentheses around arithmetic in operand of | libavcodecWed, 30 Jan 2008 23:54:59 +0000, by bcoudurier
-
fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment from incompatible pointer type libavcodecWed, 30 Jan 2008 23:52:42 +0000, by bcoudurier
-
Add bitstream filter to convert between mov and plain text subtitles libavcodecMon, 28 Jan 2008 21:24:09 +0000, by reimar
-
Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated libavcodecMon, 28 Jan 2008 21:12:38 +0000, by heydowns
-
Move common test program infrastructure to common.mak. libavcodecSun, 27 Jan 2008 23:28:56 +0000, by diego
-
Move some lines in preparation for an upcoming commit. libavcodecSun, 27 Jan 2008 23:27:13 +0000, by diego
-
Add and use DECLARE_ASM_CONST for constants used in assembler code. libavcodecSun, 27 Jan 2008 20:50:16 +0000, by reimar
-
Use DECLARE_ALIGNED and remove unneeded attribute_used libavcodecSun, 27 Jan 2008 19:59:11 +0000, by reimar
-
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavcodecSun, 27 Jan 2008 19:57:04 +0000, by reimar
-
fix indentation that was messed up by r11628 libavcodecSun, 27 Jan 2008 08:37:28 +0000, by gpoirier
-
Do not group libamr_nb and libamr_wb together as libamr. libavcodecSat, 26 Jan 2008 12:46:46 +0000, by diego
-
Correctly clean up IntraX8Context upon codec close. libavcodecFri, 25 Jan 2008 07:37:46 +0000, by andoma
-
Fix crash for CAVLC->CABAC switch caused by writing into NULL tables. libavcodecThu, 24 Jan 2008 19:31:59 +0000, by michael
-
Add #undef printf and disable non-functional code to make test program compile. libavcodecWed, 23 Jan 2008 21:27:07 +0000, by diego
-
Fix test program compilation: Add missing #include and update the call libavcodecWed, 23 Jan 2008 10:23:24 +0000, by diego
-
Put some disabled functions that are only used in the test program in cabac.c libavcodecWed, 23 Jan 2008 10:19:39 +0000, by diego
-
Add #undef random and call the right function to fix test program compilation. libavcodecWed, 23 Jan 2008 10:18:08 +0000, by diego
-
Consistently use TEST as the preprocessor condition to enable test code. libavcodecSun, 20 Jan 2008 23:53:51 +0000, by diego
-
add missing Makefile rules for zork pcm encoder/decoder libavcodecSun, 20 Jan 2008 20:55:28 +0000, by aurel
-
and thus, nellymoser obviously also depens on fft.o libavcodecSun, 20 Jan 2008 20:51:19 +0000, by aurel