Mon, 02 Nov 2009 14:12:25 +0000 |
michael |
Avoid huge array for rgb ljpeg on the stack.
libavcodec
|
Mon, 02 Nov 2009 00:10:10 +0000 |
compn |
map VYUY fourcc to rawcodec
libavcodec
|
Sun, 01 Nov 2009 16:48:05 +0000 |
jbr |
Set sample format in flac_decode_init() rather than in
libavcodec
|
Sun, 01 Nov 2009 15:08:49 +0000 |
jbr |
Set the sample format for Smacker audio in the decoder rather than in the
libavcodec
|
Sat, 31 Oct 2009 02:02:30 +0000 |
vitor |
Implement AMR gain function that is used by both AMR and SIPR.
libavcodec
|
Thu, 29 Oct 2009 10:58:59 +0000 |
michael |
Change whitespace placement a little to improve readabiliy slightly.
libavcodec
|
Thu, 29 Oct 2009 10:46:29 +0000 |
michael |
Multiple inclusion guards for synth_filter.h.
libavcodec
|
Thu, 29 Oct 2009 10:46:16 +0000 |
cehoyos |
Support demuxing teletext in DVB streams.
libavcodec
|
Thu, 29 Oct 2009 10:43:56 +0000 |
michael |
Vertically align function arguments.
libavcodec
|
Thu, 29 Oct 2009 00:55:35 +0000 |
mru |
Add generic rules for building helpers with HOSTCC
libavcodec
|
Wed, 28 Oct 2009 22:41:45 +0000 |
reimar |
vorbis_dec: factor out duplicated code for index reading, bounds checking and
libavcodec
|
Wed, 28 Oct 2009 20:02:40 +0000 |
reimar |
Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwin gcc 4.2.4.
libavcodec
|
Wed, 28 Oct 2009 19:49:19 +0000 |
mru |
Makefile cosmetics
libavcodec
|
Wed, 28 Oct 2009 19:49:16 +0000 |
mru |
Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set
libavcodec
|
Wed, 28 Oct 2009 19:38:31 +0000 |
reimar |
Fix out-of-tree builds with --enable-hardcoded-tables
libavcodec
|
Wed, 28 Oct 2009 19:15:42 +0000 |
reimar |
Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one.
libavcodec
|
Wed, 28 Oct 2009 19:05:45 +0000 |
reimar |
Better formatting for 2D tables in tableprint code.
libavcodec
|
Wed, 28 Oct 2009 18:52:39 +0000 |
reimar |
10l, fix incorrect endif comment.
libavcodec
|
Wed, 28 Oct 2009 18:42:52 +0000 |
reimar |
Add support for hardcoding the mpegaudiodec tables.
libavcodec
|
Wed, 28 Oct 2009 14:40:05 +0000 |
michael |
Remove unused variable j.
libavcodec
|
Wed, 28 Oct 2009 10:51:51 +0000 |
michael |
Split synth filter out of dca.c.
libavcodec
|
Wed, 28 Oct 2009 06:41:58 +0000 |
diego |
Split PAM encoder off into its own file.
libavcodec
|
Wed, 28 Oct 2009 06:34:00 +0000 |
diego |
Split the decoders from pnmen.c off into their own file.
libavcodec
|
Wed, 28 Oct 2009 06:32:35 +0000 |
diego |
The encoders in pnmenc.c now depend on the init/end functions in pnm.c.
libavcodec
|
Tue, 27 Oct 2009 23:53:18 +0000 |
vitor |
Commit some functions that are used by both SIPR and AMR.
libavcodec
|
Tue, 27 Oct 2009 20:56:56 +0000 |
stefano |
Move pixdesc.{h,c} from libavcodec to libavutil.
libavcodec
|
Tue, 27 Oct 2009 20:36:17 +0000 |
stefano |
Consistently use third person in doxies.
libavcodec
|
Tue, 27 Oct 2009 17:15:05 +0000 |
diego |
Move PNM init/end functions to the PNM common code.
libavcodec
|
Tue, 27 Oct 2009 16:57:35 +0000 |
diego |
whitespace cosmetics: K&R coding style, prettyprinting
libavcodec
|
Tue, 27 Oct 2009 16:35:17 +0000 |
diego |
Remove crufty leftovers from the era when this file resided within libavformat.
libavcodec
|
Tue, 27 Oct 2009 15:57:28 +0000 |
compn |
add some raw codec fourccs, fixes:
libavcodec
|
Tue, 27 Oct 2009 15:05:24 +0000 |
benoit |
Fix indentation.
libavcodec
|
Tue, 27 Oct 2009 15:04:35 +0000 |
benoit |
Only memset for palettes of 16 elements.
libavcodec
|
Tue, 27 Oct 2009 08:30:50 +0000 |
cehoyos |
Clarify responsibility for freeing a buffer when using vdpau.
libavcodec
|
Mon, 26 Oct 2009 19:34:46 +0000 |
stefano |
Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags.
libavcodec
|
Sun, 25 Oct 2009 03:09:53 +0000 |
lorenm |
s/movdqa/movaps/ in sse1 fft. (regression in r20293)
libavcodec
|
Sat, 24 Oct 2009 17:24:16 +0000 |
vitor |
Bump micro version after the FRWU decoder inclusion
libavcodec
|
Fri, 23 Oct 2009 11:51:12 +0000 |
diego |
Compile LPC code when CONFIG_LPC is set.
libavcodec
|
Thu, 22 Oct 2009 20:43:55 +0000 |
daniel |
Build extradata in adpcm_ms encoder.
libavcodec
|
Thu, 22 Oct 2009 15:57:04 +0000 |
daniel |
Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients.
libavcodec
|
Tue, 20 Oct 2009 14:16:23 +0000 |
reimar |
sin_tables.c is a generated file, so add it to CLEANFILES
libavcodec
|
Tue, 20 Oct 2009 11:19:54 +0000 |
benoit |
Remove SHIFT_TEMPS from jfdct code.
libavcodec
|
Mon, 19 Oct 2009 22:45:22 +0000 |
diego |
Add missing dependency of the S/PDIF muxer on the AAC parser.
libavcodec
|
Mon, 19 Oct 2009 22:26:52 +0000 |
diego |
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.
libavcodec
|
Mon, 19 Oct 2009 18:45:44 +0000 |
stefano |
Add additional long names for the Flash Video decoder and encoder.
libavcodec
|
Mon, 19 Oct 2009 18:44:43 +0000 |
stefano |
Add additional long names for the Sorenson Vector Quantizer 3 decoder.
libavcodec
|
Mon, 19 Oct 2009 18:43:28 +0000 |
stefano |
Add additional long names for the Sorenson Vector Quantizer 1 decoder
libavcodec
|
Mon, 19 Oct 2009 17:21:02 +0000 |
reimar |
mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make
libavcodec
|
Mon, 19 Oct 2009 15:51:34 +0000 |
diego |
whitespace cosmetics: prettyprinting, K&R style
libavcodec
|
Mon, 19 Oct 2009 15:41:28 +0000 |
cehoyos |
Flip (M)JPEG frames encoded by Intel JPEG library.
libavcodec
|
Mon, 19 Oct 2009 15:14:00 +0000 |
diego |
Remove pointless parentheses.
libavcodec
|
Mon, 19 Oct 2009 12:47:52 +0000 |
diego |
cosmetics: Remove pointless parentheses from return statement.
libavcodec
|
Mon, 19 Oct 2009 09:35:19 +0000 |
darkshikari |
Update libx264.c for x264 API change
libavcodec
|
Sun, 18 Oct 2009 21:44:03 +0000 |
lorenm |
fix linking on systems with a function name prefix (10l in r20287)
libavcodec
|
Sun, 18 Oct 2009 21:42:28 +0000 |
lorenm |
sync yasm macros to x264
libavcodec
|
Sun, 18 Oct 2009 21:08:23 +0000 |
bcoudurier |
fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot com
libavcodec
|
Sun, 18 Oct 2009 20:47:25 +0000 |
lorenm |
huffyuv: add some const qualifiers
libavcodec
|
Sun, 18 Oct 2009 20:10:10 +0000 |
lorenm |
simd add_hfyu_left_prediction
libavcodec
|
Sun, 18 Oct 2009 19:51:18 +0000 |
jbr |
add CONFIG_LPC to the build system for lpc dsputil functions. fixes build
libavcodec
|
Sun, 18 Oct 2009 18:51:54 +0000 |
mru |
WMAPRO: use some type punning in decode_coeffs()
libavcodec
|
Sun, 18 Oct 2009 16:29:10 +0000 |
vitor |
Replace big square-root table by a call to ff_sqrt(). Based on a patch
libavcodec
|
Sun, 18 Oct 2009 14:34:45 +0000 |
diego |
Fix typo that mistakenly slipped into previous commit:
libavcodec
|
Sun, 18 Oct 2009 10:47:40 +0000 |
diego |
cosmetics: Break overly long lines.
libavcodec
|
Sat, 17 Oct 2009 21:00:39 +0000 |
jbr |
Move autocorrelation function from flacenc.c to lpc.c. Also rename the
libavcodec
|
Sat, 17 Oct 2009 19:35:47 +0000 |
michael |
Revert r20249, it seems the union trick works everywhere
libavcodec
|
Sat, 17 Oct 2009 08:04:33 +0000 |
jai_menon |
alacenc : use private compression_level value consistently.
libavcodec
|
Fri, 16 Oct 2009 23:06:55 +0000 |
astrange |
Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().
libavcodec
|
Fri, 16 Oct 2009 23:04:41 +0000 |
astrange |
Huffyuv: Add missing const to src pointers in dsputil functions.
libavcodec
|
Fri, 16 Oct 2009 22:55:34 +0000 |
astrange |
Huffyuv: Remove unnecessary allocation in alloc_temp().
libavcodec
|
Fri, 16 Oct 2009 22:52:23 +0000 |
astrange |
Huffyuv: Fix a valgrind warning in get_vlc2().
libavcodec
|
Fri, 16 Oct 2009 16:50:15 +0000 |
jai_menon |
alacenc : Move some code around for clarity.
libavcodec
|
Fri, 16 Oct 2009 16:12:04 +0000 |
ramiro |
mlp: Indent.
libavcodec
|
Fri, 16 Oct 2009 16:10:00 +0000 |
ramiro |
mlp: Only initialize VLC tables once. This caused a crash when multiple
libavcodec
|
Fri, 16 Oct 2009 16:03:26 +0000 |
ramiro |
mlp: Use smaller CRC tables if CONFIG_SMALL.
libavcodec
|
Fri, 16 Oct 2009 15:16:59 +0000 |
cehoyos |
Do not try to free memory that was never allocated (partial revert of r20231).
libavcodec
|
Fri, 16 Oct 2009 14:50:08 +0000 |
cehoyos |
Release unreleased buffers found by make test.
libavcodec
|
Fri, 16 Oct 2009 12:35:49 +0000 |
michael |
Very evil missuse of svn to test if AVOption and AVOption2 are compatible.
libavcodec
|
Fri, 16 Oct 2009 12:31:32 +0000 |
michael |
Add an experimental AVOption2 that uses an union instead of double for default_val.
libavcodec
|
Fri, 16 Oct 2009 07:55:57 +0000 |
reimar |
Split parts of dvdata.h into dvdata.c, this ensures that things like
libavcodec
|
Thu, 15 Oct 2009 18:04:55 +0000 |
reimar |
Add support for hardcoded ff_sin_* tables.
libavcodec
|
Thu, 15 Oct 2009 17:55:51 +0000 |
reimar |
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions
libavcodec
|
Thu, 15 Oct 2009 17:19:07 +0000 |
reimar |
Remove silly casts to the same type as we already have.
libavcodec
|
Thu, 15 Oct 2009 17:16:50 +0000 |
reimar |
Add missing release_buffer at decode end for asv1 decoder.
libavcodec
|
Thu, 15 Oct 2009 17:10:07 +0000 |
reimar |
Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32.
libavcodec
|
Thu, 15 Oct 2009 15:11:57 +0000 |
cehoyos |
Raise MAX_THREADS to 16.
libavcodec
|
Thu, 15 Oct 2009 11:50:32 +0000 |
reimar |
Do not initialize ff_cos_* tables again in rdft_init, they are already
libavcodec
|
Thu, 15 Oct 2009 06:59:23 +0000 |
reimar |
Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding.
libavcodec
|
Wed, 14 Oct 2009 21:41:24 +0000 |
reimar |
Use hardcoded instead of runtime-calculated ff_cos_* tables if
libavcodec
|
Wed, 14 Oct 2009 05:28:24 +0000 |
kostya |
Release frame after decoding is done
libavcodec
|
Tue, 13 Oct 2009 20:48:51 +0000 |
reimar |
Print a warning message when avcodec_default_free_buffers finds unreleased
libavcodec
|
Tue, 13 Oct 2009 20:13:28 +0000 |
reimar |
Remove unnecessary calls to avcodec_check_dimensions, the check is already
libavcodec
|
Tue, 13 Oct 2009 18:31:22 +0000 |
reimar |
Call release_buffer on close for v210dec and v210x
libavcodec
|
Tue, 13 Oct 2009 18:28:37 +0000 |
reimar |
Add missing release_buffer on close
libavcodec
|
Tue, 13 Oct 2009 18:15:57 +0000 |
reimar |
Add decoder for "forward uncompressed".
libavcodec
|
Tue, 13 Oct 2009 13:40:03 +0000 |
reimar |
Implement execute2 for w32thread
libavcodec
|
Tue, 13 Oct 2009 13:03:12 +0000 |
reimar |
Fix w32thread implementation to handle job count > thread_count.
libavcodec
|
Tue, 13 Oct 2009 10:30:10 +0000 |
reimar |
fft_dispatch array should be const
libavcodec
|
Tue, 13 Oct 2009 08:23:00 +0000 |
reimar |
Simplify: use FFSWAP
libavcodec
|
Mon, 12 Oct 2009 19:50:31 +0000 |
faust3 |
extend description of avcodec_decode_audio3:
libavcodec
|
Mon, 12 Oct 2009 14:46:53 +0000 |
reimar |
Reindent after removing the outer for loops in the execute2 patch
libavcodec
|
Mon, 12 Oct 2009 14:43:57 +0000 |
reimar |
Move dnxhdenc to execute2 multithreading API.
libavcodec
|
Mon, 12 Oct 2009 11:35:35 +0000 |
reimar |
Add an execute2 function that is more flexible and allows to use parallel
libavcodec
|
Sun, 11 Oct 2009 16:16:08 +0000 |
mru |
ARM: align stack in NEON h264 mc functions
libavcodec
|
Sun, 11 Oct 2009 10:15:48 +0000 |
mru |
ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs
libavcodec
|
Sun, 11 Oct 2009 07:05:26 +0000 |
reimar |
100l in avpicture_layout: width of chroma planes depends on format depth, too.
libavcodec
|
Sun, 11 Oct 2009 05:36:59 +0000 |
kostya |
Warn when WVC1 cannot be decoded
libavcodec
|
Sat, 10 Oct 2009 14:43:31 +0000 |
reimar |
Hack: set the coded frame PTS to the incoming PTS.
libavcodec
|
Sat, 10 Oct 2009 08:49:57 +0000 |
reimar |
Fix 100l incorrect bitmask check.
libavcodec
|
Sat, 10 Oct 2009 07:35:31 +0000 |
kostya |
Print error message when true interlaced VC-1 frames are encountered
libavcodec
|
Fri, 09 Oct 2009 15:38:44 +0000 |
superdump |
AAC: Fix regression introduced in r20067 where ADTS files would always be
libavcodec
|
Thu, 08 Oct 2009 14:40:14 +0000 |
conrad |
dca and aac decoders use float_to_int16_interleave, so check for
libavcodec
|
Wed, 07 Oct 2009 21:35:24 +0000 |
mru |
ARM: whitespace cosmetics
libavcodec
|
Wed, 07 Oct 2009 21:35:19 +0000 |
mru |
ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00
libavcodec
|
Tue, 06 Oct 2009 21:55:41 +0000 |
mru |
ARM: make function names all-lowercase
libavcodec
|
Tue, 06 Oct 2009 21:55:37 +0000 |
mru |
ARM: enable ARMv4 add_pixels_clamped
libavcodec
|
Tue, 06 Oct 2009 21:55:35 +0000 |
mru |
ARM: ARMv6 optimised add_pixels_clamped()
libavcodec
|
Tue, 06 Oct 2009 21:55:30 +0000 |
mru |
ARM: whitespace cosmetics
libavcodec
|
Tue, 06 Oct 2009 16:06:15 +0000 |
cehoyos |
Move HuffYUV left prediction to dsputil.
libavcodec
|
Tue, 06 Oct 2009 15:30:08 +0000 |
kostya |
Since some junk may be or may be not present before actual VC-1 extradata,
libavcodec
|
Tue, 06 Oct 2009 06:33:18 +0000 |
reimar |
Remove casts that are useless since the argument is void *.
libavcodec
|