Mercurial > libavcodec.hg
graph
-
Revert r20050, which caused decoding errors with at least one valid AC-3 file. libavcodecTue, 03 Nov 2009 02:59:18 +0000, by jbr
-
Set sample format in flac_decode_init() rather than in libavcodecSun, 01 Nov 2009 16:48:05 +0000, by jbr
-
Set the sample format for Smacker audio in the decoder rather than in the libavcodecSun, 01 Nov 2009 15:08:49 +0000, by jbr
-
Implement AMR gain function that is used by both AMR and SIPR. libavcodecSat, 31 Oct 2009 02:02:30 +0000, by vitor
-
Change whitespace placement a little to improve readabiliy slightly. libavcodecThu, 29 Oct 2009 10:58:59 +0000, by michael
-
Multiple inclusion guards for synth_filter.h. libavcodecThu, 29 Oct 2009 10:46:29 +0000, by michael
-
Add generic rules for building helpers with HOSTCC libavcodecThu, 29 Oct 2009 00:55:35 +0000, by mru
-
vorbis_dec: factor out duplicated code for index reading, bounds checking and libavcodecWed, 28 Oct 2009 22:41:45 +0000, by reimar
-
Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwin gcc 4.2.4. libavcodecWed, 28 Oct 2009 20:02:40 +0000, by reimar
-
Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set libavcodecWed, 28 Oct 2009 19:49:16 +0000, by mru
-
Fix out-of-tree builds with --enable-hardcoded-tables libavcodecWed, 28 Oct 2009 19:38:31 +0000, by reimar
-
Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one. libavcodecWed, 28 Oct 2009 19:15:42 +0000, by reimar
-
Better formatting for 2D tables in tableprint code. libavcodecWed, 28 Oct 2009 19:05:45 +0000, by reimar
-
Add support for hardcoding the mpegaudiodec tables. libavcodecWed, 28 Oct 2009 18:42:52 +0000, by reimar
-
Split the decoders from pnmen.c off into their own file. libavcodecWed, 28 Oct 2009 06:34:00 +0000, by diego
-
The encoders in pnmenc.c now depend on the init/end functions in pnm.c. libavcodecWed, 28 Oct 2009 06:32:35 +0000, by diego
-
Commit some functions that are used by both SIPR and AMR. libavcodecTue, 27 Oct 2009 23:53:18 +0000, by vitor
-
Move pixdesc.{h,c} from libavcodec to libavutil. libavcodecTue, 27 Oct 2009 20:56:56 +0000, by stefano
-
Move PNM init/end functions to the PNM common code. libavcodecTue, 27 Oct 2009 17:15:05 +0000, by diego
-
whitespace cosmetics: K&R coding style, prettyprinting libavcodecTue, 27 Oct 2009 16:57:35 +0000, by diego
-
Remove crufty leftovers from the era when this file resided within libavformat. libavcodecTue, 27 Oct 2009 16:35:17 +0000, by diego
-
Clarify responsibility for freeing a buffer when using vdpau. libavcodecTue, 27 Oct 2009 08:30:50 +0000, by cehoyos
-
Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags. libavcodecMon, 26 Oct 2009 19:34:46 +0000, by stefano
-
s/movdqa/movaps/ in sse1 fft. (regression in r20293) libavcodecSun, 25 Oct 2009 03:09:53 +0000, by lorenm
-
Bump micro version after the FRWU decoder inclusion libavcodecSat, 24 Oct 2009 17:24:16 +0000, by vitor
-
Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients. libavcodecThu, 22 Oct 2009 15:57:04 +0000, by daniel
-
sin_tables.c is a generated file, so add it to CLEANFILES libavcodecTue, 20 Oct 2009 14:16:23 +0000, by reimar
-
Add missing dependency of the S/PDIF muxer on the AAC parser. libavcodecMon, 19 Oct 2009 22:45:22 +0000, by diego
-
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements. libavcodecMon, 19 Oct 2009 22:26:52 +0000, by diego
-
Add additional long names for the Flash Video decoder and encoder. libavcodecMon, 19 Oct 2009 18:45:44 +0000, by stefano
-
Add additional long names for the Sorenson Vector Quantizer 3 decoder. libavcodecMon, 19 Oct 2009 18:44:43 +0000, by stefano
-
Add additional long names for the Sorenson Vector Quantizer 1 decoder libavcodecMon, 19 Oct 2009 18:43:28 +0000, by stefano
-
mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make libavcodecMon, 19 Oct 2009 17:21:02 +0000, by reimar
-
whitespace cosmetics: prettyprinting, K&R style libavcodecMon, 19 Oct 2009 15:51:34 +0000, by diego
-
Flip (M)JPEG frames encoded by Intel JPEG library. libavcodecMon, 19 Oct 2009 15:41:28 +0000, by cehoyos
-
cosmetics: Remove pointless parentheses from return statement. libavcodecMon, 19 Oct 2009 12:47:52 +0000, by diego
-
fix linking on systems with a function name prefix (10l in r20287) libavcodecSun, 18 Oct 2009 21:44:03 +0000, by lorenm
-
fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot com libavcodecSun, 18 Oct 2009 21:08:23 +0000, by bcoudurier
-
add CONFIG_LPC to the build system for lpc dsputil functions. fixes build libavcodecSun, 18 Oct 2009 19:51:18 +0000, by jbr
-
Replace big square-root table by a call to ff_sqrt(). Based on a patch libavcodecSun, 18 Oct 2009 16:29:10 +0000, by vitor
-
Fix typo that mistakenly slipped into previous commit: libavcodecSun, 18 Oct 2009 14:34:45 +0000, by diego
-
Move autocorrelation function from flacenc.c to lpc.c. Also rename the libavcodecSat, 17 Oct 2009 21:00:39 +0000, by jbr
-
Revert r20249, it seems the union trick works everywhere libavcodecSat, 17 Oct 2009 19:35:47 +0000, by michael
-
alacenc : use private compression_level value consistently. libavcodecSat, 17 Oct 2009 08:04:33 +0000, by jai_menon
-
Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). libavcodecFri, 16 Oct 2009 23:06:55 +0000, by astrange
-
Huffyuv: Add missing const to src pointers in dsputil functions. libavcodecFri, 16 Oct 2009 23:04:41 +0000, by astrange
-
Huffyuv: Remove unnecessary allocation in alloc_temp(). libavcodecFri, 16 Oct 2009 22:55:34 +0000, by astrange
-
Huffyuv: Fix a valgrind warning in get_vlc2(). libavcodecFri, 16 Oct 2009 22:52:23 +0000, by astrange
-
alacenc : Move some code around for clarity. libavcodecFri, 16 Oct 2009 16:50:15 +0000, by jai_menon
-
mlp: Only initialize VLC tables once. This caused a crash when multiple libavcodecFri, 16 Oct 2009 16:10:00 +0000, by ramiro
-
Do not try to free memory that was never allocated (partial revert of r20231). libavcodecFri, 16 Oct 2009 15:16:59 +0000, by cehoyos
-
Release unreleased buffers found by make test. libavcodecFri, 16 Oct 2009 14:50:08 +0000, by cehoyos
-
Very evil missuse of svn to test if AVOption and AVOption2 are compatible. libavcodecFri, 16 Oct 2009 12:35:49 +0000, by michael
-
Add an experimental AVOption2 that uses an union instead of double for default_val. libavcodecFri, 16 Oct 2009 12:31:32 +0000, by michael
-
Split parts of dvdata.h into dvdata.c, this ensures that things like libavcodecFri, 16 Oct 2009 07:55:57 +0000, by reimar
-
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions libavcodecThu, 15 Oct 2009 17:55:51 +0000, by reimar
-
Remove silly casts to the same type as we already have. libavcodecThu, 15 Oct 2009 17:19:07 +0000, by reimar
-
Add missing release_buffer at decode end for asv1 decoder. libavcodecThu, 15 Oct 2009 17:16:50 +0000, by reimar
-
Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32. libavcodecThu, 15 Oct 2009 17:10:07 +0000, by reimar
-
Do not initialize ff_cos_* tables again in rdft_init, they are already libavcodecThu, 15 Oct 2009 11:50:32 +0000, by reimar
-
Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. libavcodecThu, 15 Oct 2009 06:59:23 +0000, by reimar
-
Use hardcoded instead of runtime-calculated ff_cos_* tables if libavcodecWed, 14 Oct 2009 21:41:24 +0000, by reimar
-
Print a warning message when avcodec_default_free_buffers finds unreleased libavcodecTue, 13 Oct 2009 20:48:51 +0000, by reimar
-
Remove unnecessary calls to avcodec_check_dimensions, the check is already libavcodecTue, 13 Oct 2009 20:13:28 +0000, by reimar
-
Call release_buffer on close for v210dec and v210x libavcodecTue, 13 Oct 2009 18:31:22 +0000, by reimar
-
Fix w32thread implementation to handle job count > thread_count. libavcodecTue, 13 Oct 2009 13:03:12 +0000, by reimar
-
Reindent after removing the outer for loops in the execute2 patch libavcodecMon, 12 Oct 2009 14:46:53 +0000, by reimar
-
Add an execute2 function that is more flexible and allows to use parallel libavcodecMon, 12 Oct 2009 11:35:35 +0000, by reimar
-
ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs libavcodecSun, 11 Oct 2009 10:15:48 +0000, by mru
-
100l in avpicture_layout: width of chroma planes depends on format depth, too. libavcodecSun, 11 Oct 2009 07:05:26 +0000, by reimar
-
Hack: set the coded frame PTS to the incoming PTS. libavcodecSat, 10 Oct 2009 14:43:31 +0000, by reimar
-
Print error message when true interlaced VC-1 frames are encountered libavcodecSat, 10 Oct 2009 07:35:31 +0000, by kostya
-
AAC: Fix regression introduced in r20067 where ADTS files would always be libavcodecFri, 09 Oct 2009 15:38:44 +0000, by superdump
-
dca and aac decoders use float_to_int16_interleave, so check for libavcodecThu, 08 Oct 2009 14:40:14 +0000, by conrad
-
Since some junk may be or may be not present before actual VC-1 extradata, libavcodecTue, 06 Oct 2009 15:30:08 +0000, by kostya
-
Remove casts that are useless since the argument is void *. libavcodecTue, 06 Oct 2009 06:33:18 +0000, by reimar
-
Allow building api-example from outside of libavcodec and also libavcodecTue, 06 Oct 2009 06:18:57 +0000, by jai_menon
-
cosmetics: reindent and line wrap after last commit libavcodecMon, 05 Oct 2009 21:33:50 +0000, by jbr
-
alacenc: add a fixed LPC coefficient mode as compression level 1. old libavcodecMon, 05 Oct 2009 21:27:36 +0000, by jbr
-
ARM: update ldm/stm instructions to modern syntax libavcodecSat, 03 Oct 2009 18:22:52 +0000, by mru
-
Reindent after channel layout commit from yesterday libavcodecSat, 03 Oct 2009 14:59:40 +0000, by superdump
-
return AVERROR_INVALIDDATA when the bitstream could not be decoded libavcodecSat, 03 Oct 2009 09:44:05 +0000, by faust3
-
ARM: use undocumented .syntax directive to enable UAL syntax libavcodecFri, 02 Oct 2009 19:35:07 +0000, by mru
-
Add vorbis channel layout support according to those defined in the Vorbis I libavcodecFri, 02 Oct 2009 12:59:37 +0000, by superdump
-
Make avcodec_open set codec_id and codec_type if they haven't been set. libavcodecThu, 01 Oct 2009 15:54:55 +0000, by reimar
-
put_bits can only reliably write up to 31 bit bits, above it relies on libavcodecThu, 01 Oct 2009 15:40:29 +0000, by reimar
-
Use MANGLE in cavsdsp, the current version using "m" constraints will not libavcodecThu, 01 Oct 2009 15:30:27 +0000, by reimar
-
Add support for TARGA images without RLE compression. libavcodecThu, 01 Oct 2009 12:20:08 +0000, by benoit
-
Use "!exp" instead of "exp == NULL" in if condition. libavcodecThu, 01 Oct 2009 09:13:21 +0000, by diego
-
Do not attempt to decode TIFF files containing fax data with uncompressed libavcodecThu, 01 Oct 2009 06:31:49 +0000, by kostya
-
lavc MJPEG decoder is capable of decoding some extended sequential libavcodecThu, 01 Oct 2009 05:52:38 +0000, by kostya
-
Make BMP decoder produce flipped picture with RLE compression. libavcodecThu, 01 Oct 2009 05:46:17 +0000, by kostya
-
Make MS RLE decoder produce both bottom-up and top-down pictures libavcodecThu, 01 Oct 2009 05:42:55 +0000, by kostya
-
Change an error to a warning to support broken AC-3 files known to exist. libavcodecThu, 01 Oct 2009 00:06:54 +0000, by jbr
-
Add support for SGI images without RLE compression. libavcodecWed, 30 Sep 2009 21:23:47 +0000, by diego
-
Do not needlessly add 7 to put_buts_count before dividing by 8, libavcodecWed, 30 Sep 2009 20:47:59 +0000, by reimar
-
Use floating point mathematics when encoding mpeg audio. libavcodecWed, 30 Sep 2009 15:13:09 +0000, by cehoyos
-
Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0 libavcodecWed, 30 Sep 2009 10:48:14 +0000, by reimar
-
Replace several #ifdef PIC with the more obvious and correct libavcodecWed, 30 Sep 2009 09:49:12 +0000, by reimar
-
When BitsPerSample tag is not present in TIFF, that means file is libavcodecWed, 30 Sep 2009 05:49:18 +0000, by kostya
-
Simplify stereo rematrixing by only using one temporary variable. It is also libavcodecWed, 30 Sep 2009 01:25:04 +0000, by jbr
-
remove unneeded assignment in inner loop. rematrixing bands are contiguous. libavcodecWed, 30 Sep 2009 01:09:57 +0000, by jbr
-
Make sure that dv encoder initializes all encoded packet data. libavcodecTue, 29 Sep 2009 19:17:18 +0000, by reimar
-
whitespace cosmetics, prettyprinting, K&R coding style libavcodecTue, 29 Sep 2009 11:43:58 +0000, by diego
-
Simplify r20025: use align_get_bits instead of reimplementing it. libavcodecTue, 29 Sep 2009 11:06:04 +0000, by reimar
-
WMA: store level_table as floats, use type punning for sign flip in decode libavcodecTue, 29 Sep 2009 10:38:34 +0000, by mru
-
WMA: use type punning and unroll loops in decode_exp_vlc() libavcodecTue, 29 Sep 2009 10:38:30 +0000, by mru
-
WMA: use a table instead of pow() in decode_exp_vlc libavcodecTue, 29 Sep 2009 10:38:27 +0000, by mru
-
Make sure all the bits are written to output in fax data decoder. libavcodecTue, 29 Sep 2009 05:55:14 +0000, by kostya
-
some more linebreak and brace placement cosmetics libavcodecMon, 28 Sep 2009 21:46:22 +0000, by diego
-
Refactor channel element configuration and mapping code into its own function libavcodecMon, 28 Sep 2009 15:37:18 +0000, by superdump
-
AAC: Add channel layout support for channel configuration as defined in the libavcodecMon, 28 Sep 2009 15:35:13 +0000, by superdump
-
cosmetics: reindent and reformat function declarations libavcodecMon, 28 Sep 2009 05:19:13 +0000, by kostya
-
Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them libavcodecMon, 28 Sep 2009 05:17:20 +0000, by kostya
-
Make TIFF decoder load compression options only for corresponding codec libavcodecMon, 28 Sep 2009 05:15:27 +0000, by kostya
-
Drop unused args from vector_fmul_add_add, simpify code, and rename libavcodecSun, 27 Sep 2009 16:51:54 +0000, by mru
-
Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is libavcodecSun, 27 Sep 2009 09:43:11 +0000, by kostya
-
WMAPRO: use vector_fmul_scalar from dsputil where possible libavcodecSun, 27 Sep 2009 08:16:50 +0000, by mru
-
Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl() libavcodecSun, 27 Sep 2009 07:16:51 +0000, by jbr
-
Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data, libavcodecSun, 27 Sep 2009 07:01:01 +0000, by kostya
-
Cosmetics: Rename some variables to be more descriptive of their use. libavcodecSun, 27 Sep 2009 06:13:01 +0000, by jbr
-
Move some variable declarations to inside of loops. libavcodecSun, 27 Sep 2009 06:10:36 +0000, by jbr
-
Cosmetics: Rename some variables to be more descriptive of their use. libavcodecSun, 27 Sep 2009 05:48:03 +0000, by jbr
-
Simplify by combining increment with array access. libavcodecSun, 27 Sep 2009 04:47:38 +0000, by jbr
-
cosmetics: Rename some variables to be more descriptive of their use. Do some libavcodecSun, 27 Sep 2009 04:46:56 +0000, by jbr
-
simplify by combining increment with array access libavcodecSun, 27 Sep 2009 04:37:00 +0000, by jbr
-
Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set. libavcodecSun, 27 Sep 2009 04:07:49 +0000, by jbr
-
simplify format string for writing pix_fmt string. libavcodecSat, 26 Sep 2009 22:54:29 +0000, by jbr
-
Specify maximum sample rate of MLP by defining the factor relative to 48000 libavcodecSat, 26 Sep 2009 16:04:35 +0000, by reimar
-
Fix decoding of TIFF CCITT RLE compressed data. libavcodecSat, 26 Sep 2009 05:48:50 +0000, by kostya
-
Align pix_fmt list by allowing one more char for the pix_fmt name. libavcodecFri, 25 Sep 2009 01:31:53 +0000, by jbr
-
Remove ff_realloc_static, it is no longer used and since it was declared libavcodecThu, 24 Sep 2009 22:39:47 +0000, by reimar
-
Remove a piece of code left-over from the removed alloc'd static vlc table code. libavcodecThu, 24 Sep 2009 22:36:52 +0000, by reimar
-
Reindent code folowing previous commit (r20019) libavcodecThu, 24 Sep 2009 21:26:35 +0000, by vitor
-
Allow decoding of 625/50 (PAL) with video_stype==1. libavcodecThu, 24 Sep 2009 19:37:41 +0000, by cehoyos