Mon, 30 Nov 2009 23:08:25 +0000 |
michael |
Move "slice below image" check from mpeg_decode_slice to its caller.
libavcodec
|
Mon, 30 Nov 2009 21:22:01 +0000 |
michael |
Move dummy picture allocation code from mpeg1/2 to mpegvideo.
libavcodec
|
Mon, 30 Nov 2009 19:15:19 +0000 |
michael |
Disable error resilience for field pictures, this was never supported,
libavcodec
|
Mon, 30 Nov 2009 19:14:00 +0000 |
michael |
Set mb_y in mpeg2 field pictures like h264 does.
libavcodec
|
Mon, 30 Nov 2009 17:29:21 +0000 |
michael |
Make ""MPEG motion vector out of boundary" message more verbose.
libavcodec
|
Mon, 30 Nov 2009 10:25:20 +0000 |
attila |
Fix an issue uncovered by commit 20623:
libavcodec
|
Mon, 30 Nov 2009 03:32:43 +0000 |
michael |
Start decoding from seq/gop too, not just I frames.
libavcodec
|
Mon, 30 Nov 2009 02:37:03 +0000 |
michael |
Fix dual prime motion compensation in field pictures.
libavcodec
|
Sun, 29 Nov 2009 23:01:29 +0000 |
stefano |
Use more consistent / meaningful parameter names for the
libavcodec
|
Sun, 29 Nov 2009 15:15:53 +0000 |
mru |
nellymoser: use constant seed for dithering RNG
libavcodec
|
Sun, 29 Nov 2009 15:15:50 +0000 |
mru |
cook: use constant seed for dithering RNG
libavcodec
|
Sun, 29 Nov 2009 14:31:40 +0000 |
michael |
Print errors instead of just ignoring contradictionary values in mpeg2 silently.
libavcodec
|
Sun, 29 Nov 2009 03:32:30 +0000 |
michael |
Override a few values read so as to ensure that things are not inconsistent.
libavcodec
|
Sun, 29 Nov 2009 03:05:11 +0000 |
michael |
Restructure dummy frame allocation.
libavcodec
|
Sun, 29 Nov 2009 01:50:43 +0000 |
michael |
Make sure field_select is not set to nonsensical values even if unused.
libavcodec
|
Sat, 28 Nov 2009 23:17:46 +0000 |
michael |
Factorize "s->first_slice = 1" out.
libavcodec
|
Sat, 28 Nov 2009 23:05:06 +0000 |
michael |
Also check the location of the picture start code and picture coding
libavcodec
|
Sat, 28 Nov 2009 22:51:53 +0000 |
michael |
Check order of startcodes, ignore some obviously wrong ones.
libavcodec
|
Sat, 28 Nov 2009 21:32:33 +0000 |
michael |
Move mpeg_decode_postinit() out of bitstream decoding functions, it does not
libavcodec
|
Sat, 28 Nov 2009 18:57:12 +0000 |
michael |
Inline mpeg_decode_extension, will simplify future changes.
libavcodec
|
Sat, 28 Nov 2009 14:17:28 +0000 |
michael |
Simplify mpeg_decode_user_data()
libavcodec
|
Sat, 28 Nov 2009 10:58:07 +0000 |
stefano |
Fix put_bits32() doxy.
libavcodec
|
Sat, 28 Nov 2009 10:21:10 +0000 |
stefano |
Consistently put braces for function definitions.
libavcodec
|
Sat, 28 Nov 2009 10:17:43 +0000 |
stefano |
Fix typo, "Write" -> "Writes".
libavcodec
|
Sat, 28 Nov 2009 01:13:43 +0000 |
stefano |
Use pixel formats names defined in av_pix_fmt_descriptors rather than
libavcodec
|
Sat, 28 Nov 2009 00:53:15 +0000 |
stefano |
Remove unused PixFmtInfo.is_hwaccel field.
libavcodec
|
Thu, 26 Nov 2009 21:20:28 +0000 |
reimar |
Add support for hardcoding the motionpixels rgb to yuv table.
libavcodec
|
Thu, 26 Nov 2009 21:15:06 +0000 |
reimar |
10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer.
libavcodec
|
Thu, 26 Nov 2009 21:04:33 +0000 |
stefano |
Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than
libavcodec
|
Thu, 26 Nov 2009 20:46:13 +0000 |
jai_menon |
Allow decoders to correctly set the sample format by defaulting to
libavcodec
|
Thu, 26 Nov 2009 20:00:03 +0000 |
stefano |
Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use
libavcodec
|
Thu, 26 Nov 2009 10:06:41 +0000 |
mru |
Revert "Add required header #include to fix 'make checkheaders'."
libavcodec
|
Thu, 26 Nov 2009 09:59:10 +0000 |
diego |
cosmetics: K&R style, prettyprinting
libavcodec
|
Thu, 26 Nov 2009 09:55:03 +0000 |
diego |
Mark apply_mdct() function as static; it is only used within the file.
libavcodec
|
Thu, 26 Nov 2009 00:33:19 +0000 |
stefano |
Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather
libavcodec
|
Wed, 25 Nov 2009 23:52:20 +0000 |
stefano |
Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than
libavcodec
|
Wed, 25 Nov 2009 23:29:36 +0000 |
diego |
-DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho.
libavcodec
|
Wed, 25 Nov 2009 23:24:09 +0000 |
diego |
Add required header #include to fix 'make checkheaders'.
libavcodec
|
Wed, 25 Nov 2009 17:14:48 +0000 |
ramiro |
Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma
libavcodec
|
Wed, 25 Nov 2009 16:00:14 +0000 |
conrad |
Support compiling against libtheora older than 1.1
libavcodec
|
Tue, 24 Nov 2009 16:58:50 +0000 |
vitor |
Make lsp2polyf() function non-static for upcoming usage in SIPR
libavcodec
|
Tue, 24 Nov 2009 15:49:34 +0000 |
darkshikari |
Add weightp support in API for libx264.
libavcodec
|
Tue, 24 Nov 2009 15:13:47 +0000 |
cehoyos |
Call ff_find_hwaccel() after calling avcodec_set_dimensions().
libavcodec
|
Tue, 24 Nov 2009 10:10:39 +0000 |
mru |
WMA: extend exponent range to 95
libavcodec
|
Tue, 24 Nov 2009 06:05:41 +0000 |
kostya |
Call avcodec_set_dimensions() instead of simply setting avctx->width/height
libavcodec
|
Mon, 23 Nov 2009 22:28:45 +0000 |
vitor |
Add missing include. Fix the following compiler warnings:
libavcodec
|
Mon, 23 Nov 2009 22:22:16 +0000 |
mru |
WMA: extend exponent table up to 75
libavcodec
|
Mon, 23 Nov 2009 19:45:40 +0000 |
michael |
Use avcodec_set_dimensions()
libavcodec
|
Mon, 23 Nov 2009 19:24:17 +0000 |
michael |
Correct order of arguments for avcodec_check_dimensions().
libavcodec
|
Mon, 23 Nov 2009 19:22:19 +0000 |
michael |
Make sure avcodec_set_dimensions() is used when rv20 changes resolution.
libavcodec
|
Sun, 22 Nov 2009 22:25:58 +0000 |
vitor |
Make sorting function used in TwinVQ a shared function
libavcodec
|
Sun, 22 Nov 2009 21:08:46 +0000 |
conrad |
Set colorspace for libtheora encoding
libavcodec
|
Sun, 22 Nov 2009 21:08:43 +0000 |
conrad |
Support 4:2:2 and 4:4:4 subsampling in libtheora encoding
libavcodec
|
Sun, 22 Nov 2009 21:08:40 +0000 |
conrad |
Add support for two pass encoding in libtheora
libavcodec
|
Sun, 22 Nov 2009 21:08:37 +0000 |
conrad |
Update libtheora wrapper to use the 1.0 API
libavcodec
|
Sun, 22 Nov 2009 07:48:35 +0000 |
kostya |
Update dimensions in AVCodecContext when RV3/4 frame dimensions change
libavcodec
|
Sat, 21 Nov 2009 20:56:46 +0000 |
alexc |
10l: Fix inverted if-condition from r20448. Fixes issue 1562.
libavcodec
|
Sat, 21 Nov 2009 09:58:15 +0000 |
cehoyos |
Factorize av_get_bit_rate (for future use outside of libavcodec).
libavcodec
|
Fri, 20 Nov 2009 22:14:37 +0000 |
michael |
Allocate pictures with enough padding for jpeg.
libavcodec
|
Fri, 20 Nov 2009 21:08:26 +0000 |
reimar |
In win32 thread implementation do not access jobnr if the thread is asked
libavcodec
|
Fri, 20 Nov 2009 19:16:42 +0000 |
daniel |
Add codec id for Flash screen codec v2 and hook it up in FLV demuxer
libavcodec
|
Fri, 20 Nov 2009 11:38:37 +0000 |
ramiro |
Indent
libavcodec
|
Fri, 20 Nov 2009 07:49:53 +0000 |
kostya |
Implement missing case for decoding samples with large pivot value in APE
libavcodec
|
Fri, 20 Nov 2009 07:26:17 +0000 |
kostya |
cosmetics: break some long lines and insert few spaces
libavcodec
|
Fri, 20 Nov 2009 07:22:41 +0000 |
kostya |
10l trocadero: ZMBV encoder used zero score to detect whether block should be
libavcodec
|
Fri, 20 Nov 2009 00:13:34 +0000 |
bcoudurier |
avoid integer overflow in dnxhd encoder, fixes #1557
libavcodec
|
Thu, 19 Nov 2009 23:28:21 +0000 |
bcoudurier |
clarify why the encoder is failing
libavcodec
|
Thu, 19 Nov 2009 22:56:57 +0000 |
stefano |
Fix name for PIX_FMT_NV21 PixFmtInfo entry.
libavcodec
|
Thu, 19 Nov 2009 11:49:03 +0000 |
reimar |
Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set
libavcodec
|
Thu, 19 Nov 2009 00:05:30 +0000 |
bcoudurier |
Revert r20548, it was a dream. It seems faad does not ouput the last frame
libavcodec
|
Wed, 18 Nov 2009 21:01:42 +0000 |
bcoudurier |
faad needs CODEC_CAP_DELAY, otherwise you miss last frame
libavcodec
|
Wed, 18 Nov 2009 17:15:17 +0000 |
diego |
Add functions to return library license and library configuration.
libavcodec
|
Mon, 16 Nov 2009 17:42:43 +0000 |
rbultje |
Use get_bits_left() instead of size_in_bits - get_bits_count().
libavcodec
|
Mon, 16 Nov 2009 01:56:47 +0000 |
cehoyos |
Cosmetics: Fix indentation.
libavcodec
|
Sun, 15 Nov 2009 19:40:44 +0000 |
alexc |
Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter.
libavcodec
|
Sun, 15 Nov 2009 10:41:46 +0000 |
vitor |
Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.
libavcodec
|
Sat, 14 Nov 2009 11:49:48 +0000 |
thilo.borgmann |
Merge data tables from als_data.h with the decoder source to reduce
libavcodec
|
Sat, 14 Nov 2009 06:29:19 +0000 |
thilo.borgmann |
Add long-term prediction to the ALS decoder.
libavcodec
|
Sat, 14 Nov 2009 00:25:48 +0000 |
jbr |
ac3dec: apply dynamic range compression to correct channels in dual-mono mode.
libavcodec
|
Fri, 13 Nov 2009 18:33:28 +0000 |
benoit |
Reset rbsp buffer size when freeing its data buffer.
libavcodec
|
Thu, 12 Nov 2009 20:21:38 +0000 |
vitor |
Bump minor version after MPEG-4 Lossless commit
libavcodec
|
Thu, 12 Nov 2009 20:08:17 +0000 |
cehoyos |
Bump minor version after applying ALS decoder.
libavcodec
|
Thu, 12 Nov 2009 05:22:51 +0000 |
alexc |
Mark AOT_ALS as a supported MPEG-4 audio object type.
libavcodec
|
Thu, 12 Nov 2009 01:45:04 +0000 |
alexc |
Cosmetics: Re-indent
libavcodec
|
Thu, 12 Nov 2009 01:44:38 +0000 |
alexc |
Fix a __warn_memset_zero_len gcc-4.4 warning.
libavcodec
|
Wed, 11 Nov 2009 22:36:17 +0000 |
cehoyos |
Add MPEG-4 Audio Lossless Coding (ALS) decoder.
libavcodec
|
Wed, 11 Nov 2009 22:16:54 +0000 |
alexc |
Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificConfig. Patch by Thilo Borgmann
libavcodec
|
Wed, 11 Nov 2009 20:36:42 +0000 |
alexc |
Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum.
libavcodec
|
Wed, 11 Nov 2009 20:33:56 +0000 |
alexc |
AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not the
libavcodec
|
Wed, 11 Nov 2009 20:24:23 +0000 |
alexc |
Add a channels field to MPEG4AudioConfig.
libavcodec
|
Wed, 11 Nov 2009 11:00:50 +0000 |
vitor |
Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this
libavcodec
|
Wed, 11 Nov 2009 01:04:08 +0000 |
alexc |
Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.
libavcodec
|
Tue, 10 Nov 2009 21:53:22 +0000 |
jbr |
Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codec
libavcodec
|
Tue, 10 Nov 2009 21:00:46 +0000 |
michael |
indent
libavcodec
|
Tue, 10 Nov 2009 20:55:45 +0000 |
cehoyos |
Cosmetics: Fix indentation after r20505.
libavcodec
|
Tue, 10 Nov 2009 20:55:00 +0000 |
cehoyos |
Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test
libavcodec
|
Tue, 10 Nov 2009 20:24:41 +0000 |
michael |
Try to fix has_b_frame calculation for open gop files.
libavcodec
|
Tue, 10 Nov 2009 19:36:58 +0000 |
vitor |
Fix palette copying in av_picture_copy(). Previous code worked only if
libavcodec
|
Tue, 10 Nov 2009 18:52:39 +0000 |
cehoyos |
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used
libavcodec
|
Tue, 10 Nov 2009 14:48:32 +0000 |
jai_menon |
Handle JPEG2000 frames stored in the Quicktime container.
libavcodec
|
Tue, 10 Nov 2009 14:37:42 +0000 |
jai_menon |
cosmetics : fix indentation.
libavcodec
|
Tue, 10 Nov 2009 04:17:18 +0000 |
vitor |
Avoid variable-length array use in ff_acelp_lspd2lpc()
libavcodec
|
Tue, 10 Nov 2009 02:51:47 +0000 |
michael |
Add a NULL pointer check to avcodec_close() this should prevent a segfault
libavcodec
|
Mon, 09 Nov 2009 22:10:43 +0000 |
rbultje |
Make get_bits_left() available for use in libavcodec (was previously held
libavcodec
|
Mon, 09 Nov 2009 22:04:03 +0000 |
rbultje |
And on the sixth day, God gave us the <= operand, which makes the loop
libavcodec
|
Mon, 09 Nov 2009 12:06:19 +0000 |
vitor |
Do not hardcode filter order in ff_acelp_lspd2lpc()
libavcodec
|
Mon, 09 Nov 2009 09:11:35 +0000 |
cehoyos |
Move ff_reverse in libavcodec to av_reverse in libavutil.
libavcodec
|
Sun, 08 Nov 2009 23:37:59 +0000 |
cehoyos |
Use enum FrameType as parameter to construct_perm_table().
libavcodec
|
Sun, 08 Nov 2009 14:54:43 +0000 |
michael |
Remove unused variable.
libavcodec
|
Sun, 08 Nov 2009 03:06:05 +0000 |
jbr |
ac3dec: revert r20089. The change was just wrong. 10l for me.
libavcodec
|
Sat, 07 Nov 2009 20:10:02 +0000 |
michael |
Simpliy exp*table init, based on patch by reimar.
libavcodec
|
Thu, 05 Nov 2009 18:29:06 +0000 |
reimar |
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the
libavcodec
|
Thu, 05 Nov 2009 01:10:27 +0000 |
reynaldo |
Correct double include introduced by r20450
libavcodec
|
Wed, 04 Nov 2009 23:33:08 +0000 |
vitor |
Reduce stack memory allocation in MP3 decoder
libavcodec
|
Wed, 04 Nov 2009 19:29:29 +0000 |
reynaldo |
Implement ff_scale_vector_to_given_sum_of_squares()
libavcodec
|
Wed, 04 Nov 2009 17:30:23 +0000 |
reimar |
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.
libavcodec
|
Tue, 03 Nov 2009 22:50:02 +0000 |
alexc |
Don't lock the channel output configuration based on the first value seen for
libavcodec
|
Tue, 03 Nov 2009 16:17:21 +0000 |
compn |
add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov
libavcodec
|
Tue, 03 Nov 2009 03:26:26 +0000 |
jbr |
Simplify AC-3 critical band end calculation (correctly this time).
libavcodec
|
Tue, 03 Nov 2009 02:59:18 +0000 |
jbr |
Revert r20050, which caused decoding errors with at least one valid AC-3 file.
libavcodec
|
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
|
Tue, 06 Oct 2009 06:18:57 +0000 |
jai_menon |
Allow building api-example from outside of libavcodec and also
libavcodec
|
Mon, 05 Oct 2009 21:33:50 +0000 |
jbr |
cosmetics: reindent and line wrap after last commit
libavcodec
|
Mon, 05 Oct 2009 21:27:36 +0000 |
jbr |
alacenc: add a fixed LPC coefficient mode as compression level 1. old
libavcodec
|
Mon, 05 Oct 2009 20:18:16 +0000 |
michael |
Revert:
libavcodec
|
Sun, 04 Oct 2009 13:13:12 +0000 |
mru |
ARM: add ff_ prefix to lots of functions
libavcodec
|
Sun, 04 Oct 2009 13:13:08 +0000 |
mru |
ARM: cosmetics
libavcodec
|
Sun, 04 Oct 2009 13:13:06 +0000 |
mru |
ARM: replace some #if with if()
libavcodec
|
Sun, 04 Oct 2009 13:13:02 +0000 |
mru |
ARM: clean up file/function naming conventions
libavcodec
|
Sun, 04 Oct 2009 13:12:55 +0000 |
mru |
ARM: clean up dsputil initialisation
libavcodec
|
Sun, 04 Oct 2009 08:42:23 +0000 |
pross |
Sun Raster RGB support
libavcodec
|
Sat, 03 Oct 2009 18:22:56 +0000 |
mru |
ARM: shorten some long macro names
libavcodec
|
Sat, 03 Oct 2009 18:22:52 +0000 |
mru |
ARM: update ldm/stm instructions to modern syntax
libavcodec
|
Sat, 03 Oct 2009 18:22:49 +0000 |
mru |
ARM: whitespace cosmetics
libavcodec
|
Sat, 03 Oct 2009 14:59:40 +0000 |
superdump |
Reindent after channel layout commit from yesterday
libavcodec
|
Sat, 03 Oct 2009 10:01:23 +0000 |
faust3 |
increase maximum compressed frame size
libavcodec
|
Sat, 03 Oct 2009 09:44:05 +0000 |
faust3 |
return AVERROR_INVALIDDATA when the bitstream could not be decoded
libavcodec
|
Sat, 03 Oct 2009 05:18:32 +0000 |
pross |
Support decoding of uncompressed PCX scanlines
libavcodec
|
Fri, 02 Oct 2009 23:11:03 +0000 |
mru |
ARM: use plain labels for pc-relative addressing
libavcodec
|
Fri, 02 Oct 2009 19:35:12 +0000 |
mru |
ARM: remove unnecessary .fpu neon directives
libavcodec
|
Fri, 02 Oct 2009 19:35:07 +0000 |
mru |
ARM: use undocumented .syntax directive to enable UAL syntax
libavcodec
|
Fri, 02 Oct 2009 12:59:37 +0000 |
superdump |
Add vorbis channel layout support according to those defined in the Vorbis I
libavcodec
|
Fri, 02 Oct 2009 08:42:00 +0000 |
mru |
ARM: apply extern symbol prefix where needed
libavcodec
|
Thu, 01 Oct 2009 15:54:55 +0000 |
reimar |
Make avcodec_open set codec_id and codec_type if they haven't been set.
libavcodec
|
Thu, 01 Oct 2009 15:40:29 +0000 |
reimar |
put_bits can only reliably write up to 31 bit bits, above it relies on
libavcodec
|
Thu, 01 Oct 2009 15:30:27 +0000 |
reimar |
Use MANGLE in cavsdsp, the current version using "m" constraints will not
libavcodec
|
Thu, 01 Oct 2009 12:21:54 +0000 |
benoit |
Fix indentation after last commit.
libavcodec
|
Thu, 01 Oct 2009 12:20:08 +0000 |
benoit |
Add support for TARGA images without RLE compression.
libavcodec
|
Thu, 01 Oct 2009 09:30:08 +0000 |
diego |
Fix wrongly indented block.
libavcodec
|
Thu, 01 Oct 2009 09:13:21 +0000 |
diego |
Use "!exp" instead of "exp == NULL" in if condition.
libavcodec
|
Thu, 01 Oct 2009 09:11:07 +0000 |
diego |
cosmetics: K&R coding style, prettyprinting
libavcodec
|
Thu, 01 Oct 2009 06:31:49 +0000 |
kostya |
Do not attempt to decode TIFF files containing fax data with uncompressed
libavcodec
|
Thu, 01 Oct 2009 05:52:38 +0000 |
kostya |
lavc MJPEG decoder is capable of decoding some extended sequential
libavcodec
|
Thu, 01 Oct 2009 05:46:17 +0000 |
kostya |
Make BMP decoder produce flipped picture with RLE compression.
libavcodec
|
Thu, 01 Oct 2009 05:42:55 +0000 |
kostya |
Make MS RLE decoder produce both bottom-up and top-down pictures
libavcodec
|
Thu, 01 Oct 2009 00:06:54 +0000 |
jbr |
Change an error to a warning to support broken AC-3 files known to exist.
libavcodec
|
Wed, 30 Sep 2009 22:25:49 +0000 |
conrad |
Support constant-quant encoding for libtheora
libavcodec
|
Wed, 30 Sep 2009 21:51:02 +0000 |
jbr |
10l: wrong operation in stereo rematrixing
libavcodec
|
Wed, 30 Sep 2009 21:23:47 +0000 |
diego |
Add support for SGI images without RLE compression.
libavcodec
|
Wed, 30 Sep 2009 20:47:59 +0000 |
reimar |
Do not needlessly add 7 to put_buts_count before dividing by 8,
libavcodec
|
Wed, 30 Sep 2009 15:13:09 +0000 |
cehoyos |
Use floating point mathematics when encoding mpeg audio.
libavcodec
|
Wed, 30 Sep 2009 10:48:14 +0000 |
reimar |
Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0
libavcodec
|
Wed, 30 Sep 2009 10:37:37 +0000 |
reimar |
Use ff_put_string in vorbis encoder.
libavcodec
|
Wed, 30 Sep 2009 09:49:12 +0000 |
reimar |
Replace several #ifdef PIC with the more obvious and correct
libavcodec
|
Wed, 30 Sep 2009 05:49:18 +0000 |
kostya |
When BitsPerSample tag is not present in TIFF, that means file is
libavcodec
|
Wed, 30 Sep 2009 01:25:04 +0000 |
jbr |
Simplify stereo rematrixing by only using one temporary variable. It is also
libavcodec
|
Wed, 30 Sep 2009 01:09:57 +0000 |
jbr |
remove unneeded assignment in inner loop. rematrixing bands are contiguous.
libavcodec
|
Tue, 29 Sep 2009 19:18:51 +0000 |
reimar |
Use context instead of NULL for logging.
libavcodec
|
Tue, 29 Sep 2009 19:17:18 +0000 |
reimar |
Make sure that dv encoder initializes all encoded packet data.
libavcodec
|
Tue, 29 Sep 2009 18:03:30 +0000 |
diego |
cosmetics: K&R coding style, prettyprinting
libavcodec
|
Tue, 29 Sep 2009 17:34:36 +0000 |
darkshikari |
Fix indentation in avcodec.h
libavcodec
|
Tue, 29 Sep 2009 12:48:24 +0000 |
mru |
WMA: fix loop unrolling in decode_exp_vlc()
libavcodec
|
Tue, 29 Sep 2009 11:43:58 +0000 |
diego |
whitespace cosmetics, prettyprinting, K&R coding style
libavcodec
|
Tue, 29 Sep 2009 11:06:04 +0000 |
reimar |
Simplify r20025: use align_get_bits instead of reimplementing it.
libavcodec
|
Tue, 29 Sep 2009 10:38:34 +0000 |
mru |
WMA: store level_table as floats, use type punning for sign flip in decode
libavcodec
|
Tue, 29 Sep 2009 10:38:30 +0000 |
mru |
WMA: use type punning and unroll loops in decode_exp_vlc()
libavcodec
|
Tue, 29 Sep 2009 10:38:27 +0000 |
mru |
WMA: use a table instead of pow() in decode_exp_vlc
libavcodec
|
Tue, 29 Sep 2009 05:55:14 +0000 |
kostya |
Make sure all the bits are written to output in fax data decoder.
libavcodec
|
Mon, 28 Sep 2009 21:46:22 +0000 |
diego |
some more linebreak and brace placement cosmetics
libavcodec
|
Mon, 28 Sep 2009 21:13:47 +0000 |
diego |
brace placement and linebreak cosmetics
libavcodec
|
Mon, 28 Sep 2009 15:37:18 +0000 |
superdump |
Refactor channel element configuration and mapping code into its own function
libavcodec
|
Mon, 28 Sep 2009 15:35:51 +0000 |
superdump |
Reindent after last commit
libavcodec
|
Mon, 28 Sep 2009 15:35:13 +0000 |
superdump |
AAC: Add channel layout support for channel configuration as defined in the
libavcodec
|
Mon, 28 Sep 2009 05:19:13 +0000 |
kostya |
cosmetics: reindent and reformat function declarations
libavcodec
|
Mon, 28 Sep 2009 05:17:20 +0000 |
kostya |
Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them
libavcodec
|
Mon, 28 Sep 2009 05:15:27 +0000 |
kostya |
Make TIFF decoder load compression options only for corresponding codec
libavcodec
|
Sun, 27 Sep 2009 16:52:05 +0000 |
mru |
ARM: NEON optimised vector_fmul_add
libavcodec
|
Sun, 27 Sep 2009 16:52:00 +0000 |
mru |
cosmetics: fix indentation after previous commit
libavcodec
|
Sun, 27 Sep 2009 16:51:54 +0000 |
mru |
Drop unused args from vector_fmul_add_add, simpify code, and rename
libavcodec
|
Sun, 27 Sep 2009 09:43:11 +0000 |
kostya |
Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is
libavcodec
|
Sun, 27 Sep 2009 08:16:50 +0000 |
mru |
WMAPRO: use vector_fmul_scalar from dsputil where possible
libavcodec
|
Sun, 27 Sep 2009 07:16:51 +0000 |
jbr |
Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl()
libavcodec
|
Sun, 27 Sep 2009 07:01:01 +0000 |
kostya |
Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data,
libavcodec
|
Sun, 27 Sep 2009 06:38:57 +0000 |
jbr |
Move variable declaration to inside of loop.
libavcodec
|
Sun, 27 Sep 2009 06:38:13 +0000 |
jbr |
Cosmetics: Rename some variables.
libavcodec
|
Sun, 27 Sep 2009 06:33:23 +0000 |
jbr |
Simplify coupling band loop.
libavcodec
|
Sun, 27 Sep 2009 06:16:49 +0000 |
jbr |
Remove unneeded table lookup.
libavcodec
|
Sun, 27 Sep 2009 06:13:01 +0000 |
jbr |
Cosmetics: Rename some variables to be more descriptive of their use.
libavcodec
|
Sun, 27 Sep 2009 06:10:36 +0000 |
jbr |
Move some variable declarations to inside of loops.
libavcodec
|
Sun, 27 Sep 2009 06:01:32 +0000 |
jbr |
Remove unneeded variable.
libavcodec
|
Sun, 27 Sep 2009 05:48:03 +0000 |
jbr |
Cosmetics: Rename some variables to be more descriptive of their use.
libavcodec
|
Sun, 27 Sep 2009 05:39:57 +0000 |
jbr |
Remove some unneeded variables.
libavcodec
|
Sun, 27 Sep 2009 05:36:52 +0000 |
jbr |
Cosmetics: Rename some variables
libavcodec
|
Sun, 27 Sep 2009 04:57:36 +0000 |
jbr |
simplify 2 lines into 1 using FFMIN
libavcodec
|
Sun, 27 Sep 2009 04:55:37 +0000 |
jbr |
Cosmetics: Do some basic pretty-printing.
libavcodec
|
Sun, 27 Sep 2009 04:47:38 +0000 |
jbr |
Simplify by combining increment with array access.
libavcodec
|
Sun, 27 Sep 2009 04:46:56 +0000 |
jbr |
cosmetics: Rename some variables to be more descriptive of their use. Do some
libavcodec
|
Sun, 27 Sep 2009 04:41:05 +0000 |
jbr |
Move 2 variable declarations to inside of loop.
libavcodec
|
Sun, 27 Sep 2009 04:37:00 +0000 |
jbr |
simplify by combining increment with array access
libavcodec
|
Sun, 27 Sep 2009 04:32:31 +0000 |
jbr |
Remove unneeded variable
libavcodec
|
Sun, 27 Sep 2009 04:07:49 +0000 |
jbr |
Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set.
libavcodec
|
Sat, 26 Sep 2009 22:54:29 +0000 |
jbr |
simplify format string for writing pix_fmt string.
libavcodec
|
Sat, 26 Sep 2009 19:55:21 +0000 |
mru |
ARM: NEON optimised vector_clipf
libavcodec
|
Sat, 26 Sep 2009 19:23:27 +0000 |
mru |
WMA: remove some unused variables
libavcodec
|
Sat, 26 Sep 2009 19:23:25 +0000 |
mru |
ARM: NEON optimised vector_fmul_reverse
libavcodec
|
Sat, 26 Sep 2009 16:04:35 +0000 |
reimar |
Specify maximum sample rate of MLP by defining the factor relative to 48000
libavcodec
|
Sat, 26 Sep 2009 05:48:50 +0000 |
kostya |
Fix decoding of TIFF CCITT RLE compressed data.
libavcodec
|
Fri, 25 Sep 2009 01:31:53 +0000 |
jbr |
Align pix_fmt list by allowing one more char for the pix_fmt name.
libavcodec
|
Thu, 24 Sep 2009 22:39:47 +0000 |
reimar |
Remove ff_realloc_static, it is no longer used and since it was declared
libavcodec
|
Thu, 24 Sep 2009 22:37:34 +0000 |
reimar |
Reindent.
libavcodec
|
Thu, 24 Sep 2009 22:36:52 +0000 |
reimar |
Remove a piece of code left-over from the removed alloc'd static vlc table code.
libavcodec
|
Thu, 24 Sep 2009 21:26:35 +0000 |
vitor |
Reindent code folowing previous commit (r20019)
libavcodec
|
Thu, 24 Sep 2009 21:24:58 +0000 |
vitor |
Factorize duplicated code in at1_imdct_block()
libavcodec
|
Thu, 24 Sep 2009 19:37:41 +0000 |
cehoyos |
Allow decoding of 625/50 (PAL) with video_stype==1.
libavcodec
|
Thu, 24 Sep 2009 18:30:28 +0000 |
kostya |
Support both LSB and MSB orders for TIFF CCITT G.x compressed data.
libavcodec
|
Thu, 24 Sep 2009 15:13:34 +0000 |
reimar |
Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and
libavcodec
|
Thu, 24 Sep 2009 15:12:05 +0000 |
reimar |
Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec
libavcodec
|
Thu, 24 Sep 2009 11:04:46 +0000 |
reimar |
Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC.
libavcodec
|
Thu, 24 Sep 2009 10:49:47 +0000 |
reimar |
Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static
libavcodec
|
Thu, 24 Sep 2009 09:44:51 +0000 |
reimar |
Use INIT_VLC_STATIC where easily possible in svq1dec
libavcodec
|
Thu, 24 Sep 2009 06:33:16 +0000 |
melanson |
Make sure that all memory allocations succeed.
libavcodec
|
Thu, 24 Sep 2009 05:24:46 +0000 |
kostya |
Take into account real number of colours when reading BMP palette.
libavcodec
|
Wed, 23 Sep 2009 15:30:38 +0000 |
reimar |
Fix format string to match the types printed.
libavcodec
|
Wed, 23 Sep 2009 15:16:36 +0000 |
michael |
Make sure priv_data is freed and codec is set to NULL in case of failure of avcodec_open().
libavcodec
|
Wed, 23 Sep 2009 14:19:17 +0000 |
michael |
Check submap indexes.
libavcodec
|
Wed, 23 Sep 2009 13:52:56 +0000 |
mru |
ARM: NEON optimised int32_to_float_fmul_scalar
libavcodec
|
Wed, 23 Sep 2009 13:52:53 +0000 |
mru |
AAC: minor simplification in PNS decoding
libavcodec
|
Wed, 23 Sep 2009 13:18:29 +0000 |
michael |
Make error return sign consistent.
libavcodec
|
Wed, 23 Sep 2009 13:08:48 +0000 |
michael |
Check begin/end/partition_size.
libavcodec
|
Wed, 23 Sep 2009 12:42:12 +0000 |
michael |
Fix >= vs > check of coded_fragment_list_index.
libavcodec
|
Wed, 23 Sep 2009 12:29:56 +0000 |
diego |
Remove unused variables, fixes the warnings:
libavcodec
|
Wed, 23 Sep 2009 12:27:10 +0000 |
michael |
Fix init_get_bits() buffer size.
libavcodec
|
Wed, 23 Sep 2009 12:24:21 +0000 |
michael |
Check res_setup->books.
libavcodec
|
Wed, 23 Sep 2009 12:17:54 +0000 |
michael |
Check masterbook index and subclass book index.
libavcodec
|
Wed, 23 Sep 2009 12:09:33 +0000 |
michael |
Add checks for per-packet mode indexes and per-header mode mapping indexes.
libavcodec
|
Wed, 23 Sep 2009 12:02:31 +0000 |
michael |
Check classbook value.
libavcodec
|
Wed, 23 Sep 2009 11:44:30 +0000 |
michael |
Set data_size to 0 to avoid having it uninitialized.
libavcodec
|
Wed, 23 Sep 2009 11:33:44 +0000 |
michael |
Check data_size in decode_frame_mp3on4().
libavcodec
|
Wed, 23 Sep 2009 11:29:38 +0000 |
michael |
check data_size in decode_frame()
libavcodec
|
Wed, 23 Sep 2009 10:45:14 +0000 |
michael |
Fix book_idx check.
libavcodec
|
Wed, 23 Sep 2009 10:40:33 +0000 |
michael |
Sanity checks for magnitude and angle.
libavcodec
|
Wed, 23 Sep 2009 10:33:49 +0000 |
michael |
= -> == typo.
libavcodec
|
Wed, 23 Sep 2009 10:33:13 +0000 |
mru |
WMA: use DSPContext.butterflies_float
libavcodec
|
Wed, 23 Sep 2009 10:07:29 +0000 |
cehoyos |
Cosmetics: Fix typo.
libavcodec
|
Wed, 23 Sep 2009 09:58:44 +0000 |
michael |
Check num_units_in_tick/time_scale to be valid and within the range we support.
libavcodec
|
Wed, 23 Sep 2009 09:03:26 +0000 |
darkshikari |
Add support for new x264 API.
libavcodec
|
Wed, 23 Sep 2009 08:35:29 +0000 |
michael |
Check dimensions against 0 too.
libavcodec
|
Wed, 23 Sep 2009 07:46:51 +0000 |
michael |
Check validity of channels & samplerate.
libavcodec
|
Wed, 23 Sep 2009 05:38:12 +0000 |
melanson |
Another micro-optimization for unpack_vlcs(): Eliminate a possible
libavcodec
|
Tue, 22 Sep 2009 22:44:56 +0000 |
michael |
Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome
libavcodec
|
Tue, 22 Sep 2009 20:37:55 +0000 |
mru |
ARM: NEON optimised scalarproduct_float
libavcodec
|
Tue, 22 Sep 2009 19:31:01 +0000 |
mru |
AAC: 10l: fix PNS decoding
libavcodec
|
Tue, 22 Sep 2009 17:28:03 +0000 |
banan |
Hook up the MD studio demuxer and Atrac1 decoder.
libavcodec
|
Tue, 22 Sep 2009 17:05:19 +0000 |
banan |
Mention SDDS so search engines will pick it up for when someone
libavcodec
|
Tue, 22 Sep 2009 17:03:28 +0000 |
banan |
Use ff_sine_32 in atrac1.
libavcodec
|
Tue, 22 Sep 2009 15:58:08 +0000 |
melanson |
Perform the DC prediction reversal immediately after decoding all of
libavcodec
|
Tue, 22 Sep 2009 01:34:42 +0000 |
alexc |
AAC: Simplify some logic from r19956. (The escape codebook is unsigned.)
libavcodec
|
Tue, 22 Sep 2009 00:48:48 +0000 |
mru |
ARM: NEON optimisations for some dsputil functions
libavcodec
|
Tue, 22 Sep 2009 00:48:45 +0000 |
mru |
AAC: use new dsputil functions
libavcodec
|
Tue, 22 Sep 2009 00:48:41 +0000 |
mru |
Add some dsputil functions useful for AAC decoder
libavcodec
|
Mon, 21 Sep 2009 21:00:18 +0000 |
banan |
Add forgotten cleanup function in atrac1.
libavcodec
|
Mon, 21 Sep 2009 20:53:29 +0000 |
banan |
Cosmetics, indentation.
libavcodec
|
Mon, 21 Sep 2009 20:52:24 +0000 |
banan |
Cosmetics. Merge declaration and initialization.
libavcodec
|
Mon, 21 Sep 2009 20:49:08 +0000 |
banan |
Move the scale factor and word length indexes to the stack.
libavcodec
|
Mon, 21 Sep 2009 10:28:31 +0000 |
reimar |
Use a custom radix sort implementation instead of qsort in dnxhd encoder.
libavcodec
|
Mon, 21 Sep 2009 04:32:51 +0000 |
alexc |
aacenc: Use preprocessor constants for trellis states and stages.
libavcodec
|
Mon, 21 Sep 2009 04:15:12 +0000 |
alexc |
aacenc: Split paths in the scalefactor selection trellis into a 2-D array.
libavcodec
|
Mon, 21 Sep 2009 03:53:39 +0000 |
alexc |
aacenc: Replace cbrt() with cbrtf() when the result is destined for float
libavcodec
|
Mon, 21 Sep 2009 03:50:59 +0000 |
alexc |
aacenc: Multiple distortion by lambda after it's summed and not each individual
libavcodec
|
Mon, 21 Sep 2009 03:42:54 +0000 |
alexc |
Cosmetics: Reindent after r19943.
libavcodec
|
Mon, 21 Sep 2009 03:41:08 +0000 |
alexc |
aacenc: Don't make unnecessary compares to the escape value in tight loops.
libavcodec
|
Mon, 21 Sep 2009 03:01:57 +0000 |
lorenm |
extend ff_inverse[], and fix its documentation
libavcodec
|
Mon, 21 Sep 2009 02:56:12 +0000 |
mru |
ARM: merge two loops in ff_mdct_calc_neon
libavcodec
|
Mon, 21 Sep 2009 02:56:09 +0000 |
mru |
ARM: interleave cos/sin tables for improved NEON MDCT
libavcodec
|
Mon, 21 Sep 2009 02:56:06 +0000 |
mru |
Allow arch-specific mdct code to request interleaving of cos/sin tables
libavcodec
|
Mon, 21 Sep 2009 01:40:08 +0000 |
mru |
ARM: remove broken IPP support
libavcodec
|
Mon, 21 Sep 2009 01:37:50 +0000 |
melanson |
Modify unpack_vlcs() so that there are fewer dereferences through the
libavcodec
|
Sun, 20 Sep 2009 18:29:48 +0000 |
diego |
Add parentheses to logical expression to avoid the warning:
libavcodec
|
Sun, 20 Sep 2009 18:21:54 +0000 |
diego |
Remove unused variable, fixes the warning:
libavcodec
|
Sun, 20 Sep 2009 17:30:20 +0000 |
mru |
Merge FFTContext and MDCTContext
libavcodec
|
Sun, 20 Sep 2009 17:18:59 +0000 |
diego |
Fix embarassing typo in last commit: Restore mistakenly removed ','.
libavcodec
|
Sun, 20 Sep 2009 17:16:12 +0000 |
diego |
K&R coding style whitespace cosmetics
libavcodec
|
Sun, 20 Sep 2009 14:09:27 +0000 |
cehoyos |
Cosmetics: Reindent after r19927.
libavcodec
|
Sun, 20 Sep 2009 14:08:44 +0000 |
cehoyos |
Allow encoding frames with more than 2800 lines.
libavcodec
|
Sat, 19 Sep 2009 11:42:41 +0000 |
reimar |
Support uncompressed 16 bit sgi image format, as e.g. used by the files at
libavcodec
|
Sat, 19 Sep 2009 11:36:51 +0000 |
reimar |
Simplify color_flags calculation, remove a pointless initialization
libavcodec
|
Sat, 19 Sep 2009 11:35:55 +0000 |
reimar |
Make default_correlation array const since it is never modified.
libavcodec
|
Sat, 19 Sep 2009 04:56:22 +0000 |
jbr |
Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction
libavcodec
|
Sat, 19 Sep 2009 01:46:03 +0000 |
banan |
Align sample output buffer in atrac1.
libavcodec
|
Sat, 19 Sep 2009 01:45:00 +0000 |
banan |
Fix the short block transform for atrac1.
libavcodec
|
Fri, 18 Sep 2009 19:45:09 +0000 |
diego |
Reorder functions so that encoding functions are disabled by the preprocessor.
libavcodec
|
Fri, 18 Sep 2009 19:41:23 +0000 |
diego |
Add missing stdint.h #include to fix 'make checkheaders'.
libavcodec
|
Fri, 18 Sep 2009 19:03:05 +0000 |
bcoudurier |
fix uninitialized memory in dnxhd encoder
libavcodec
|
Thu, 17 Sep 2009 18:52:11 +0000 |
banan |
Only use one mdct window size in atrac1.
libavcodec
|
Thu, 17 Sep 2009 05:01:27 +0000 |
kostya |
Remove useless code causing crash in Targa decoder
libavcodec
|
Wed, 16 Sep 2009 22:57:00 +0000 |
jbr |
add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXME
libavcodec
|
Wed, 16 Sep 2009 19:20:48 +0000 |
mru |
ARM: do not use movw/movt for relocatable values with PIC
libavcodec
|
Wed, 16 Sep 2009 16:18:18 +0000 |
kostya |
Monkey's Audio uses subframes too, declare that in its capabilities
libavcodec
|
Wed, 16 Sep 2009 15:08:26 +0000 |
faust3 |
Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes
libavcodec
|
Wed, 16 Sep 2009 11:29:47 +0000 |
pross |
perform sanity check on number of audio channels in avcodec_open()
libavcodec
|
Wed, 16 Sep 2009 07:50:09 +0000 |
gb |
Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field.
libavcodec
|
Wed, 16 Sep 2009 07:49:08 +0000 |
gb |
Move down HWAccel code path so that to fill in s->mb_x first.
libavcodec
|
Tue, 15 Sep 2009 23:14:55 +0000 |
mru |
10l: fix ff_fft_init_arm() prototype
libavcodec
|
Tue, 15 Sep 2009 21:14:14 +0000 |
mru |
Move per-arch fft init bits into the corresponding subdirs
libavcodec
|
Tue, 15 Sep 2009 16:18:16 +0000 |
vitor |
Add two more sizes to ff_sine_windows[] and also pad it with NULLs so
libavcodec
|
Tue, 15 Sep 2009 15:06:04 +0000 |
jai_menon |
Fix max_coded_frame_size computation to account for byte alignment.
libavcodec
|
Mon, 14 Sep 2009 21:37:41 +0000 |
mru |
ARM: 10l: fix large FFTs
libavcodec
|
Sun, 13 Sep 2009 19:17:02 +0000 |
banan |
Do not release the AVFrame when using reget_buffer in flashsv.
libavcodec
|
Sun, 13 Sep 2009 18:05:14 +0000 |
banan |
Cosmetics. Renames, indentation and spacing.
libavcodec
|
Sat, 12 Sep 2009 20:10:02 +0000 |
ramiro |
Remove ; after while(0) in macros.
libavcodec
|
Sat, 12 Sep 2009 17:59:19 +0000 |
ramiro |
eval: Check for return value of memory allocations.
libavcodec
|
Fri, 11 Sep 2009 19:39:40 +0000 |
banan |
Remove table that was forgotten in the split.
libavcodec
|
Fri, 11 Sep 2009 19:38:26 +0000 |
banan |
Fix doxygen comment
libavcodec
|
Fri, 11 Sep 2009 15:59:27 +0000 |
faust3 |
reinit get_bits for every decode_packet call
libavcodec
|
Fri, 11 Sep 2009 06:25:36 +0000 |
benoit |
Make get_ur_golomb capable of reading 16 bit values.
libavcodec
|
Fri, 11 Sep 2009 06:20:05 +0000 |
benoit |
Fix a typo in the documentation.
libavcodec
|
Fri, 11 Sep 2009 02:24:22 +0000 |
mru |
ARM: NEON optimised MDCT
libavcodec
|
Fri, 11 Sep 2009 02:24:19 +0000 |
mru |
Prepare for optimised forward MDCT implementations
libavcodec
|
Fri, 11 Sep 2009 02:01:18 +0000 |
mru |
ARM: faster NEON IMDCT
libavcodec
|
Thu, 10 Sep 2009 19:01:53 +0000 |
banan |
Use reget_buffer instead of get_buffer. Fixes issue1367.
libavcodec
|
Thu, 10 Sep 2009 18:49:25 +0000 |
banan |
Add ATRAC1 codec ID.
libavcodec
|
Thu, 10 Sep 2009 18:47:02 +0000 |
banan |
Initial commit of the atrac1 decoder, not hooked up yet
libavcodec
|
Thu, 10 Sep 2009 18:39:57 +0000 |
banan |
Remove redundant code forgotten in the split
libavcodec
|
Thu, 10 Sep 2009 14:12:05 +0000 |
michael |
Check for thread_count==0.
libavcodec
|
Thu, 10 Sep 2009 12:23:45 +0000 |
reimar |
Simplify: reget_buffer behaves exactly like get_buffer if the buffer was
libavcodec
|
Thu, 10 Sep 2009 08:50:03 +0000 |
mru |
ARM: NEON optimised FFT and MDCT
libavcodec
|
Thu, 10 Sep 2009 08:49:59 +0000 |
mru |
DCA: move an aligned array from stack to context
libavcodec
|
Wed, 09 Sep 2009 21:44:48 +0000 |
michael |
Check thread count as multithreaded decoding is not supported.
libavcodec
|
Tue, 08 Sep 2009 19:25:54 +0000 |
banan |
Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c.
libavcodec
|
Tue, 08 Sep 2009 09:11:56 +0000 |
diego |
Remove pointless debug statement that fails to compile.
libavcodec
|
Tue, 08 Sep 2009 08:30:56 +0000 |
reimar |
Try to clarify that anyone using get_bits must check for buffer overrun
libavcodec
|
Sun, 06 Sep 2009 18:24:25 +0000 |
cehoyos |
Cosmetics: Fix typo.
libavcodec
|
Sun, 06 Sep 2009 16:09:21 +0000 |
reimar |
Mark all pix_fmts and supported_framerates compound literals as const.
libavcodec
|
Sun, 06 Sep 2009 09:15:07 +0000 |
reimar |
Make sample_fmts and channel_layouts compound literals const to reduce size of
libavcodec
|
Sun, 06 Sep 2009 08:56:10 +0000 |
reimar |
ff_sine_windows table contains only constant data, too.
libavcodec
|
Sun, 06 Sep 2009 08:53:14 +0000 |
reimar |
The ff_cos_tabs table itself is constant, too, so mark it as such.
libavcodec
|
Sun, 06 Sep 2009 08:50:20 +0000 |
reimar |
The pointers in ff_sin_tabs themselves are constant, so mark them accordingly.
libavcodec
|
Sun, 06 Sep 2009 08:48:45 +0000 |
reimar |
ff_swb_offset_* tables should be const.
libavcodec
|
Sun, 06 Sep 2009 08:27:23 +0000 |
reimar |
compatible_frame array can be static const, too.
libavcodec
|
Sun, 06 Sep 2009 08:16:26 +0000 |
faust3 |
do not decode more than one audio frame in a decode packet call
libavcodec
|
Sun, 06 Sep 2009 06:56:25 +0000 |
faust3 |
avoid extra memcpy during scale factor decoding
libavcodec
|
Sun, 06 Sep 2009 00:08:19 +0000 |
ramiro |
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
libavcodec
|
Sat, 05 Sep 2009 23:33:25 +0000 |
ramiro |
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
libavcodec
|
Sat, 05 Sep 2009 19:35:59 +0000 |
reimar |
Use memcpy to copy till end of line in one go instead of copying pixel by pixel
libavcodec
|
Sat, 05 Sep 2009 19:14:44 +0000 |
reimar |
Slightly simplify detection of end of compressed data in xan_unpack
libavcodec
|
Sat, 05 Sep 2009 17:28:20 +0000 |
reimar |
Make vp3 arrays static const where possible.
libavcodec
|
Sat, 05 Sep 2009 16:41:20 +0000 |
reimar |
Remove useless ulti_decode_end function.
libavcodec
|
Sat, 05 Sep 2009 11:22:36 +0000 |
diego |
prettyprinting cosmetics
libavcodec
|
Sat, 05 Sep 2009 10:59:09 +0000 |
faust3 |
fix handling of packet loss when the output buffer is full
libavcodec
|
Sat, 05 Sep 2009 10:18:23 +0000 |
faust3 |
reindent
libavcodec
|
Sat, 05 Sep 2009 10:11:04 +0000 |
faust3 |
remove no longer needed debug output
libavcodec
|