Mercurial > libavcodec.hg
graph
-
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
-
Support both LSB and MSB orders for TIFF CCITT G.x compressed data. libavcodecThu, 24 Sep 2009 18:30:28 +0000, by kostya
-
Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and libavcodecThu, 24 Sep 2009 15:13:34 +0000, by reimar
-
Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec libavcodecThu, 24 Sep 2009 15:12:05 +0000, by reimar
-
Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC. libavcodecThu, 24 Sep 2009 11:04:46 +0000, by reimar
-
Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static libavcodecThu, 24 Sep 2009 10:49:47 +0000, by reimar
-
Use INIT_VLC_STATIC where easily possible in svq1dec libavcodecThu, 24 Sep 2009 09:44:51 +0000, by reimar
-
Make sure that all memory allocations succeed. libavcodecThu, 24 Sep 2009 06:33:16 +0000, by melanson
-
Take into account real number of colours when reading BMP palette. libavcodecThu, 24 Sep 2009 05:24:46 +0000, by kostya
-
Make sure priv_data is freed and codec is set to NULL in case of failure of avcodec_open(). libavcodecWed, 23 Sep 2009 15:16:36 +0000, by michael
-
Fix >= vs > check of coded_fragment_list_index. libavcodecWed, 23 Sep 2009 12:42:12 +0000, by michael
-
Check masterbook index and subclass book index. libavcodecWed, 23 Sep 2009 12:17:54 +0000, by michael
-
Add checks for per-packet mode indexes and per-header mode mapping indexes. libavcodecWed, 23 Sep 2009 12:09:33 +0000, by michael
-
Set data_size to 0 to avoid having it uninitialized. libavcodecWed, 23 Sep 2009 11:44:30 +0000, by michael
-
Check num_units_in_tick/time_scale to be valid and within the range we support. libavcodecWed, 23 Sep 2009 09:58:44 +0000, by michael
-
Another micro-optimization for unpack_vlcs(): Eliminate a possible libavcodecWed, 23 Sep 2009 05:38:12 +0000, by melanson
-
Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome libavcodecTue, 22 Sep 2009 22:44:56 +0000, by michael
-
Hook up the MD studio demuxer and Atrac1 decoder. libavcodecTue, 22 Sep 2009 17:28:03 +0000, by banan
-
Mention SDDS so search engines will pick it up for when someone libavcodecTue, 22 Sep 2009 17:05:19 +0000, by banan
-
Perform the DC prediction reversal immediately after decoding all of libavcodecTue, 22 Sep 2009 15:58:08 +0000, by melanson
-
AAC: Simplify some logic from r19956. (The escape codebook is unsigned.) libavcodecTue, 22 Sep 2009 01:34:42 +0000, by alexc
-
ARM: NEON optimisations for some dsputil functions libavcodecTue, 22 Sep 2009 00:48:48 +0000, by mru
-
Add some dsputil functions useful for AAC decoder libavcodecTue, 22 Sep 2009 00:48:41 +0000, by mru
-
Cosmetics. Merge declaration and initialization. libavcodecMon, 21 Sep 2009 20:52:24 +0000, by banan
-
Move the scale factor and word length indexes to the stack. libavcodecMon, 21 Sep 2009 20:49:08 +0000, by banan
-
Use a custom radix sort implementation instead of qsort in dnxhd encoder. libavcodecMon, 21 Sep 2009 10:28:31 +0000, by reimar
-
aacenc: Use preprocessor constants for trellis states and stages. libavcodecMon, 21 Sep 2009 04:32:51 +0000, by alexc
-
aacenc: Split paths in the scalefactor selection trellis into a 2-D array. libavcodecMon, 21 Sep 2009 04:15:12 +0000, by alexc
-
aacenc: Replace cbrt() with cbrtf() when the result is destined for float libavcodecMon, 21 Sep 2009 03:53:39 +0000, by alexc
-
aacenc: Multiple distortion by lambda after it's summed and not each individual libavcodecMon, 21 Sep 2009 03:50:59 +0000, by alexc
-
aacenc: Don't make unnecessary compares to the escape value in tight loops. libavcodecMon, 21 Sep 2009 03:41:08 +0000, by alexc
-
extend ff_inverse[], and fix its documentation libavcodecMon, 21 Sep 2009 03:01:57 +0000, by lorenm
-
ARM: interleave cos/sin tables for improved NEON MDCT libavcodecMon, 21 Sep 2009 02:56:09 +0000, by mru
-
Allow arch-specific mdct code to request interleaving of cos/sin tables libavcodecMon, 21 Sep 2009 02:56:06 +0000, by mru
-
Modify unpack_vlcs() so that there are fewer dereferences through the libavcodecMon, 21 Sep 2009 01:37:50 +0000, by melanson
-
Add parentheses to logical expression to avoid the warning: libavcodecSun, 20 Sep 2009 18:29:48 +0000, by diego
-
Fix embarassing typo in last commit: Restore mistakenly removed ','. libavcodecSun, 20 Sep 2009 17:18:59 +0000, by diego
-
Allow encoding frames with more than 2800 lines. libavcodecSun, 20 Sep 2009 14:08:44 +0000, by cehoyos
-
Support uncompressed 16 bit sgi image format, as e.g. used by the files at libavcodecSat, 19 Sep 2009 11:42:41 +0000, by reimar
-
Simplify color_flags calculation, remove a pointless initialization libavcodecSat, 19 Sep 2009 11:36:51 +0000, by reimar
-
Make default_correlation array const since it is never modified. libavcodecSat, 19 Sep 2009 11:35:55 +0000, by reimar
-
Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction libavcodecSat, 19 Sep 2009 04:56:22 +0000, by jbr
-
Reorder functions so that encoding functions are disabled by the preprocessor. libavcodecFri, 18 Sep 2009 19:45:09 +0000, by diego
-
Add missing stdint.h #include to fix 'make checkheaders'. libavcodecFri, 18 Sep 2009 19:41:23 +0000, by diego
-
Remove useless code causing crash in Targa decoder libavcodecThu, 17 Sep 2009 05:01:27 +0000, by kostya
-
add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXME libavcodecWed, 16 Sep 2009 22:57:00 +0000, by jbr
-
ARM: do not use movw/movt for relocatable values with PIC libavcodecWed, 16 Sep 2009 19:20:48 +0000, by mru
-
Monkey's Audio uses subframes too, declare that in its capabilities libavcodecWed, 16 Sep 2009 16:18:18 +0000, by kostya
-
Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes libavcodecWed, 16 Sep 2009 15:08:26 +0000, by faust3
-
perform sanity check on number of audio channels in avcodec_open() libavcodecWed, 16 Sep 2009 11:29:47 +0000, by pross
-
Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field. libavcodecWed, 16 Sep 2009 07:50:09 +0000, by gb
-
Move down HWAccel code path so that to fill in s->mb_x first. libavcodecWed, 16 Sep 2009 07:49:08 +0000, by gb
-
Move per-arch fft init bits into the corresponding subdirs libavcodecTue, 15 Sep 2009 21:14:14 +0000, by mru
-
Add two more sizes to ff_sine_windows[] and also pad it with NULLs so libavcodecTue, 15 Sep 2009 16:18:16 +0000, by vitor
-
Fix max_coded_frame_size computation to account for byte alignment. libavcodecTue, 15 Sep 2009 15:06:04 +0000, by jai_menon
-
Do not release the AVFrame when using reget_buffer in flashsv. libavcodecSun, 13 Sep 2009 19:17:02 +0000, by banan
-
eval: Check for return value of memory allocations. libavcodecSat, 12 Sep 2009 17:59:19 +0000, by ramiro
-
Make get_ur_golomb capable of reading 16 bit values. libavcodecFri, 11 Sep 2009 06:25:36 +0000, by benoit
-
Prepare for optimised forward MDCT implementations libavcodecFri, 11 Sep 2009 02:24:19 +0000, by mru
-
Use reget_buffer instead of get_buffer. Fixes issue1367. libavcodecThu, 10 Sep 2009 19:01:53 +0000, by banan
-
Initial commit of the atrac1 decoder, not hooked up yet libavcodecThu, 10 Sep 2009 18:47:02 +0000, by banan
-
Simplify: reget_buffer behaves exactly like get_buffer if the buffer was libavcodecThu, 10 Sep 2009 12:23:45 +0000, by reimar
-
Check thread count as multithreaded decoding is not supported. libavcodecWed, 09 Sep 2009 21:44:48 +0000, by michael
-
Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. libavcodecTue, 08 Sep 2009 19:25:54 +0000, by banan
-
Remove pointless debug statement that fails to compile. libavcodecTue, 08 Sep 2009 09:11:56 +0000, by diego
-
Try to clarify that anyone using get_bits must check for buffer overrun libavcodecTue, 08 Sep 2009 08:30:56 +0000, by reimar
-
Mark all pix_fmts and supported_framerates compound literals as const. libavcodecSun, 06 Sep 2009 16:09:21 +0000, by reimar
-
Make sample_fmts and channel_layouts compound literals const to reduce size of libavcodecSun, 06 Sep 2009 09:15:07 +0000, by reimar
-
ff_sine_windows table contains only constant data, too. libavcodecSun, 06 Sep 2009 08:56:10 +0000, by reimar
-
The ff_cos_tabs table itself is constant, too, so mark it as such. libavcodecSun, 06 Sep 2009 08:53:14 +0000, by reimar
-
The pointers in ff_sin_tabs themselves are constant, so mark them accordingly. libavcodecSun, 06 Sep 2009 08:50:20 +0000, by reimar
-
compatible_frame array can be static const, too. libavcodecSun, 06 Sep 2009 08:27:23 +0000, by reimar
-
do not decode more than one audio frame in a decode packet call libavcodecSun, 06 Sep 2009 08:16:26 +0000, by faust3
-
avoid extra memcpy during scale factor decoding libavcodecSun, 06 Sep 2009 06:56:25 +0000, by faust3
-
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label libavcodecSun, 06 Sep 2009 00:08:19 +0000, by ramiro
-
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). libavcodecSat, 05 Sep 2009 23:33:25 +0000, by ramiro
-
Use memcpy to copy till end of line in one go instead of copying pixel by pixel libavcodecSat, 05 Sep 2009 19:35:59 +0000, by reimar
-
Slightly simplify detection of end of compressed data in xan_unpack libavcodecSat, 05 Sep 2009 19:14:44 +0000, by reimar
-
fix handling of packet loss when the output buffer is full libavcodecSat, 05 Sep 2009 10:59:09 +0000, by faust3
-
store packet GetBitContext in the decoder context libavcodecSat, 05 Sep 2009 09:56:06 +0000, by faust3
-
Reduce pointless verbosity after seeks in the MP3 decoder. libavcodecFri, 04 Sep 2009 19:04:12 +0000, by diego
-
libspeex: Do not set AVCodecContext.frame_size in decoder init if there is no libavcodecFri, 04 Sep 2009 00:57:20 +0000, by jbr
-
cosmetics: indentation and other prettyprinting fixes libavcodecWed, 02 Sep 2009 18:03:13 +0000, by diego
-
Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name. libavcodecSun, 30 Aug 2009 21:19:37 +0000, by diego
-
Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bit libavcodecSun, 30 Aug 2009 06:30:53 +0000, by kostya
-
Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block libavcodecSun, 30 Aug 2009 06:16:33 +0000, by kostya
-
Store the frame size in the LibSpeexContext in case the header does not exist. libavcodecSat, 29 Aug 2009 21:04:18 +0000, by jbr
-
Move declarations of some mmx functions to dsputil_mmx.h libavcodecSat, 29 Aug 2009 16:55:50 +0000, by mru
-
Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16 libavcodecSat, 29 Aug 2009 16:55:46 +0000, by mru
-
Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16 libavcodecFri, 28 Aug 2009 23:39:02 +0000, by mru
-
Use the output data type to determine the maximum number of samples that can be libavcodecFri, 28 Aug 2009 00:57:00 +0000, by jbr
-
Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat libavcodecFri, 28 Aug 2009 00:44:54 +0000, by jbr
-
Re-add search_for_ms to the coefficients encoders to silence warnings libavcodecThu, 27 Aug 2009 17:46:13 +0000, by alexc
-
Mark "i" parameter of vector_clipf_sse() as early-clobber libavcodecThu, 27 Aug 2009 15:52:44 +0000, by vitor
-
100l, revision 19728 added a bug that broke twinvq decoding. I forgot to libavcodecThu, 27 Aug 2009 15:49:05 +0000, by vitor
-
SSE optimized vector_clipf(). 10% faster TwinVQ decoding. libavcodecThu, 27 Aug 2009 14:49:36 +0000, by vitor
-
1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2. libavcodecThu, 27 Aug 2009 13:41:11 +0000, by lorenm
-
Remove useless alignment from MpegEncContext.intra_scantable libavcodecWed, 26 Aug 2009 23:07:07 +0000, by mru
-
Fix comments after switching from CABAC to range coder in r3658. libavcodecWed, 26 Aug 2009 21:25:43 +0000, by cehoyos
-
merge 2-channel M/S stereo decoding code with the multichannel version libavcodecWed, 26 Aug 2009 21:18:54 +0000, by faust3
-
Always allocate a buffer of AVPALETTE_SIZE for palette in the libavcodecWed, 26 Aug 2009 11:31:37 +0000, by cehoyos
-
100l typo, xsub encoder printed end time hours where minutes should have been. libavcodecWed, 26 Aug 2009 10:08:00 +0000, by reimar
-
100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2 libavcodecWed, 26 Aug 2009 09:10:51 +0000, by reimar
-
mdec: remove unused members from struct MDECContext libavcodecTue, 25 Aug 2009 23:28:33 +0000, by mru
-
Remove explicit init to zero of static inv_zigzag_direct16 libavcodecTue, 25 Aug 2009 23:28:30 +0000, by mru
-
PPC: remove unnecessary alignment on local variables libavcodecMon, 24 Aug 2009 21:42:22 +0000, by mru
-
Cosmetics: add some whitespace around operators libavcodecMon, 24 Aug 2009 17:35:47 +0000, by vitor
-
PPC: simplify loading some values into altivec registers libavcodecMon, 24 Aug 2009 10:36:13 +0000, by mru
-
Skip headers requiring external libs not present in checkheaders libavcodecSun, 23 Aug 2009 11:02:37 +0000, by mru
-
bring back some randomness in fft-test. (regression in r18070) libavcodecSat, 22 Aug 2009 15:56:06 +0000, by lorenm
-
Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil. libavcodecFri, 21 Aug 2009 10:10:42 +0000, by diego
-
Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS. libavcodecFri, 21 Aug 2009 09:54:28 +0000, by reimar
-
Add missing #includes to pass 'make checkheaders'. libavcodecFri, 21 Aug 2009 08:46:49 +0000, by diego
-
Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle libavcodecThu, 20 Aug 2009 18:54:50 +0000, by reimar
-
eval: replace variable-length array with av_malloc/free libavcodecWed, 19 Aug 2009 21:59:40 +0000, by mru
-
flacdec: change variable-length array to fixed length libavcodecWed, 19 Aug 2009 21:59:36 +0000, by mru
-
Use the AOT enum instead of integer literals for setting and comparing audio libavcodecMon, 17 Aug 2009 00:17:58 +0000, by alexc
-
Add USAC and SAOC AOTs to the AudioObjectType enum. libavcodecMon, 17 Aug 2009 00:14:10 +0000, by alexc
-
Fix bug caused by difference in stride and picture width. libavcodecSat, 15 Aug 2009 11:59:53 +0000, by diego
-
cosmetics: indentation, prettyprinting, K&R coding style libavcodecSat, 15 Aug 2009 11:42:15 +0000, by diego
-
Drop some more useless braces around if/for constructs. libavcodecSat, 15 Aug 2009 11:32:11 +0000, by diego
-
Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. libavcodecSat, 15 Aug 2009 11:31:42 +0000, by diego
-
Add a function that can apply an order 2 rational transfer function in-place. libavcodecSat, 15 Aug 2009 11:22:55 +0000, by superdump
-
Remove useless braces around if/for/while expressions. libavcodecSat, 15 Aug 2009 11:12:47 +0000, by diego
-
Fix start_display_time/end_display_time to be relative to packet pts in xsub decoder. libavcodecSat, 15 Aug 2009 09:12:58 +0000, by reimar
-
Simplify initialization of AVSubtitle by using memset. libavcodecSat, 15 Aug 2009 00:52:41 +0000, by reimar
-
Make sure AVSubtitle is initialized, memset it to 0. libavcodecSat, 15 Aug 2009 00:46:33 +0000, by reimar
-
Fix cmd_pos bounds check to avoid the overflow case. libavcodecSat, 15 Aug 2009 00:02:42 +0000, by reimar
-
Add ff_celp_circ_addf() function to be used for sparse vector circular libavcodecWed, 12 Aug 2009 19:54:28 +0000, by superdump
-
Fix a memleak with win32 threads: the handle returned by _beginthreadex libavcodecWed, 12 Aug 2009 13:25:37 +0000, by reimar
-
Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native libavcodecTue, 11 Aug 2009 16:18:55 +0000, by cehoyos
-
Remove pointless #ifdefs from conditionally used files. libavcodecMon, 10 Aug 2009 12:34:36 +0000, by diego
-
eval: include libavutil/mathematics.h for NAN and M_PI libavcodecMon, 10 Aug 2009 01:27:33 +0000, by mru
-
Make WMV2 encoder depend on H.263 encoder in configure. libavcodecThu, 06 Aug 2009 15:04:59 +0000, by diego
-
Make MPEG-4 encoder depend on H.263 encoder in configure. libavcodecThu, 06 Aug 2009 13:04:48 +0000, by diego
-
Make WMV1 encoder depend on H.263 encoder in configure. libavcodecThu, 06 Aug 2009 12:56:25 +0000, by diego
-
Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER. libavcodecWed, 05 Aug 2009 15:27:22 +0000, by diego
-
Make FLV encoder depend on H.263 encoder in configure. libavcodecWed, 05 Aug 2009 15:26:54 +0000, by diego
-
Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER. libavcodecWed, 05 Aug 2009 15:22:16 +0000, by diego
-
Make H.263+ (H263P) encoder depend on H.263 encoder in configure. libavcodecWed, 05 Aug 2009 15:21:36 +0000, by diego
-
Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on the libavcodecWed, 05 Aug 2009 13:02:04 +0000, by diego
-
Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or libavcodecWed, 05 Aug 2009 10:46:43 +0000, by diego
-
Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure. libavcodecWed, 05 Aug 2009 10:44:12 +0000, by diego
-
cosmetics: move fixed_coeffs into the aligned arrays comment group libavcodecWed, 05 Aug 2009 02:37:49 +0000, by jbr
-
ac3dec: simplify zero-bit mantissa dithering by calculating it libavcodecWed, 05 Aug 2009 02:30:34 +0000, by jbr
-
Modify decode_band_structure() so that the actual band structure is only libavcodecWed, 05 Aug 2009 01:13:42 +0000, by jbr
-
Use coupling band sizes instead of coupling band structure when libavcodecWed, 05 Aug 2009 01:00:41 +0000, by jbr
-
Parse frame size code, see "svq3.c: parse frame size" thread on ML. libavcodecTue, 04 Aug 2009 21:55:47 +0000, by rbultje
-
Update x264 asm code to latest to add support for 64-bit Windows. libavcodecTue, 04 Aug 2009 07:42:55 +0000, by darkshikari
-
cosmetics: add more detailed information to the documentation for libavcodecMon, 03 Aug 2009 22:05:31 +0000, by jbr
-
Revert r18344. Fixes at least issue 1218, 1221, and 1187), see master libavcodecMon, 03 Aug 2009 17:54:11 +0000, by heydowns
-
Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf() libavcodecMon, 03 Aug 2009 17:15:01 +0000, by superdump
-
Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. libavcodecMon, 03 Aug 2009 15:23:53 +0000, by diego
-
Expose QCELP's floating-point LSP-to-LPC function libavcodecMon, 03 Aug 2009 08:37:02 +0000, by superdump
-
Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type. libavcodecMon, 03 Aug 2009 02:09:23 +0000, by jbr
-
Make XVMC mpegvideo decoder depend on mpegvideo decoder. libavcodecSun, 02 Aug 2009 14:47:26 +0000, by diego
-
fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is set libavcodecSun, 02 Aug 2009 08:46:11 +0000, by bcoudurier
-
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. libavcodecThu, 30 Jul 2009 21:00:08 +0000, by diego
-
Only enable WMV3 decoder when it has been turned on in the build system. libavcodecWed, 29 Jul 2009 11:31:52 +0000, by diego
-
Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, libavcodecWed, 29 Jul 2009 09:54:49 +0000, by diego
-
Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER, libavcodecWed, 29 Jul 2009 09:54:00 +0000, by diego
-
Do not check for CONFIG_VC1_VAAPI_HWACCEL, the file is only libavcodecWed, 29 Jul 2009 09:51:51 +0000, by diego
-
Use dprintf() instead of '#ifdef DEBUG' and av_log(). libavcodecTue, 28 Jul 2009 12:50:32 +0000, by diego
-
ARM: cleaner selection of ELF-spefic assembler directives libavcodecMon, 27 Jul 2009 22:55:55 +0000, by mru
-
Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE. libavcodecMon, 27 Jul 2009 12:53:44 +0000, by diego
-
Set subtitle type in DVD and XSUB subtitle decoders. libavcodecSun, 26 Jul 2009 23:08:04 +0000, by stefano
-
Remove unnecessary mpeg12data.o entries from OBJS- variables. libavcodecSun, 26 Jul 2009 21:22:57 +0000, by diego
-
refactoring: properly separate AC-3 and E-AC-3 code libavcodecThu, 23 Jul 2009 02:33:25 +0000, by diego
-
Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set. libavcodecThu, 23 Jul 2009 00:15:23 +0000, by diego
-
Remove useless #include <unistd.h> from many files libavcodecWed, 22 Jul 2009 23:37:53 +0000, by mru
-
cosmetics: Reorder some tables/lines to make future diffs smaller. libavcodecWed, 22 Jul 2009 23:33:58 +0000, by diego
-
#include just the required stdint.h instead of libavutil/common.h. libavcodecWed, 22 Jul 2009 22:57:17 +0000, by diego
-
cosmetics: reindent/prettyprint after last commit libavcodecWed, 22 Jul 2009 22:38:26 +0000, by diego
-
Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled. libavcodecWed, 22 Jul 2009 22:33:33 +0000, by diego
-
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. libavcodecWed, 22 Jul 2009 22:27:10 +0000, by diego
-
Add missing stdint.h #include to fix 'make checkheaders'. libavcodecWed, 22 Jul 2009 15:11:00 +0000, by diego
-
Revert unintended portion of last commit. (Setting the default coder to libavcodecWed, 22 Jul 2009 03:56:08 +0000, by alexc
-
Be sure to increment our position in the coefficient array when skipping a zero libavcodecWed, 22 Jul 2009 03:53:30 +0000, by alexc
-
Make E-AC-3 decoder depend on the AC-3 decoder. libavcodecTue, 21 Jul 2009 09:03:45 +0000, by diego
-
ARM: handle VFP register arguments in ff_vector_fmul_window_neon() libavcodecMon, 20 Jul 2009 22:30:27 +0000, by mru
-
Remove an unused field from the BandCodingPath struct. libavcodecMon, 20 Jul 2009 21:52:03 +0000, by alexc