Mercurial > libavcodec.hg
graph
-
Change main loop in Interplay Video decoder, so variables x and y really mean libavcodec2009-12-27, by kostya
-
Optimize unpack_vectors() by not shuffling around redundant vectors. libavcodec2009-12-19, by melanson
-
Cosmetics: make celp_filters.* formatting more consistent with the rest of libavcodec2009-12-16, by vitor
-
Set reordered_opaque in default_reget_buffer() with internal buffers. libavcodec2009-12-14, by michael
-
Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warnings). libavcodec2009-12-14, by cehoyos
-
Read and decode block data in separate functions to prepare support for libavcodec2009-12-13, by thilo.borgmann
-
Clarify comment: although still hacky, it is correct for existing libtheora libavcodec2009-12-12, by conrad
-
SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation. libavcodec2009-12-12, by jai_menon
-
Fail earlier for unsupported resolutions or pixel formats when encoding libavcodec2009-12-11, by cehoyos
-
Make sure av_new_packet() initializes the data and destruct pointers. libavcodec2009-12-11, by michael
-
Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on libavcodec2009-12-10, by michael
-
revert r20775, because equivalent code has been committed to x264 instead libavcodec2009-12-09, by lorenm
-
aac: Set sample rate in avctx from ADTS header (if not already set by some libavcodec2009-12-08, by andoma
-
Make sure that compilation fails if functions like ff_put_string are used in code libavcodec2009-12-07, by reimar
-
slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on conroe libavcodec2009-12-05, by lorenm
-
Make sure the parsers do not overwrite width/height as this can interfere libavcodec2009-12-05, by michael
-
100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder libavcodec2009-12-04, by kostya
-
Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific. libavcodec2009-12-03, by michael
-
lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though libavcodec2009-12-03, by bcoudurier
-
AAC: Add a global header but output not locked output configuration status. libavcodec2009-12-02, by alexc
-
Set the SBR mode to implicit on ADTS frames occurring before the output is locked. libavcodec2009-12-02, by alexc
-
Small refactoring: Instead of 4 loops for decoding AC coefficients based libavcodec2009-12-02, by melanson
-
Use a list to track which fragments coded in this frame still have libavcodec2009-12-02, by melanson
-
Store original width/height so that rv20 does not get stuck with some libavcodec2009-12-01, by michael
-
Rename parameters of put_sbits() to make them consistent with those of libavcodec2009-11-30, by stefano
-
Move "slice below image" check from mpeg_decode_slice to its caller. libavcodec2009-11-30, by michael
-
Disable error resilience for field pictures, this was never supported, libavcodec2009-11-30, by michael
-
Print errors instead of just ignoring contradictionary values in mpeg2 silently. libavcodec2009-11-29, by michael
-
Override a few values read so as to ensure that things are not inconsistent. libavcodec2009-11-29, by michael
-
Make sure field_select is not set to nonsensical values even if unused. libavcodec2009-11-29, by michael
-
Also check the location of the picture start code and picture coding libavcodec2009-11-28, by michael
-
Move mpeg_decode_postinit() out of bitstream decoding functions, it does not libavcodec2009-11-28, by michael
-
Use pixel formats names defined in av_pix_fmt_descriptors rather than libavcodec2009-11-28, by stefano
-
10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavcodec2009-11-26, by reimar
-
Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than libavcodec2009-11-26, by stefano
-
Allow decoders to correctly set the sample format by defaulting to libavcodec2009-11-26, by jai_menon
-
Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use libavcodec2009-11-26, by stefano
-
Mark apply_mdct() function as static; it is only used within the file. libavcodec2009-11-26, by diego
-
Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather libavcodec2009-11-26, by stefano
-
-DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho. libavcodec2009-11-25, by diego
-
Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma libavcodec2009-11-25, by ramiro
-
Call avcodec_set_dimensions() instead of simply setting avctx->width/height libavcodec2009-11-24, by kostya
-
Make sure avcodec_set_dimensions() is used when rv20 changes resolution. libavcodec2009-11-23, by michael
-
Update dimensions in AVCodecContext when RV3/4 frame dimensions change libavcodec2009-11-22, by kostya
-
In win32 thread implementation do not access jobnr if the thread is asked libavcodec2009-11-20, by reimar
-
Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavcodec2009-11-20, by daniel
-
Implement missing case for decoding samples with large pivot value in APE libavcodec2009-11-20, by kostya
-
10l trocadero: ZMBV encoder used zero score to detect whether block should be libavcodec2009-11-20, by kostya
-
Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set libavcodec2009-11-19, by reimar
-
Revert r20548, it was a dream. It seems faad does not ouput the last frame libavcodec2009-11-19, by bcoudurier
-
Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter. libavcodec2009-11-15, by alexc
-
Merge data tables from als_data.h with the decoder source to reduce libavcodec2009-11-14, by thilo.borgmann
-
ac3dec: apply dynamic range compression to correct channels in dual-mono mode. libavcodec2009-11-14, by jbr
-
Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificConfig. Patch by Thilo Borgmann libavcodec2009-11-11, by alexc
-
Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum. libavcodec2009-11-11, by alexc
-
AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not the libavcodec2009-11-11, by alexc
-
Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this libavcodec2009-11-11, by vitor
-
Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types. libavcodec2009-11-11, by alexc
-
Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codec libavcodec2009-11-10, by jbr
-
Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test libavcodec2009-11-10, by cehoyos
-
Fix palette copying in av_picture_copy(). Previous code worked only if libavcodec2009-11-10, by vitor
-
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used libavcodec2009-11-10, by cehoyos
-
Add a NULL pointer check to avcodec_close() this should prevent a segfault libavcodec2009-11-10, by michael
-
Make get_bits_left() available for use in libavcodec (was previously held libavcodec2009-11-09, by rbultje
-
And on the sixth day, God gave us the <= operand, which makes the loop libavcodec2009-11-09, by rbultje
-
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the libavcodec2009-11-05, by reimar
-
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. libavcodec2009-11-04, by reimar
-
Don't lock the channel output configuration based on the first value seen for libavcodec2009-11-03, by alexc
-
Revert r20050, which caused decoding errors with at least one valid AC-3 file. libavcodec2009-11-03, by jbr
-
Set the sample format for Smacker audio in the decoder rather than in the libavcodec2009-11-01, by jbr
-
Change whitespace placement a little to improve readabiliy slightly. libavcodec2009-10-29, by michael
-
vorbis_dec: factor out duplicated code for index reading, bounds checking and libavcodec2009-10-28, by reimar
-
Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwin gcc 4.2.4. libavcodec2009-10-28, by reimar
-
Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one. libavcodec2009-10-28, by reimar
-
The encoders in pnmenc.c now depend on the init/end functions in pnm.c. libavcodec2009-10-28, by diego
-
Remove crufty leftovers from the era when this file resided within libavformat. libavcodec2009-10-27, by diego
-
Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients. libavcodec2009-10-22, by daniel
-
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements. libavcodec2009-10-19, by diego
-
Add additional long names for the Flash Video decoder and encoder. libavcodec2009-10-19, by stefano
-
Add additional long names for the Sorenson Vector Quantizer 3 decoder. libavcodec2009-10-19, by stefano
-
Add additional long names for the Sorenson Vector Quantizer 1 decoder libavcodec2009-10-19, by stefano
-
mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make libavcodec2009-10-19, by reimar
-
fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot com libavcodec2009-10-18, by bcoudurier
-
add CONFIG_LPC to the build system for lpc dsputil functions. fixes build libavcodec2009-10-18, by jbr
-
Replace big square-root table by a call to ff_sqrt(). Based on a patch libavcodec2009-10-18, by vitor
-
Move autocorrelation function from flacenc.c to lpc.c. Also rename the libavcodec2009-10-17, by jbr
-
Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). libavcodec2009-10-16, by astrange
-
mlp: Only initialize VLC tables once. This caused a crash when multiple libavcodec2009-10-16, by ramiro
-
Do not try to free memory that was never allocated (partial revert of r20231). libavcodec2009-10-16, by cehoyos
-
Very evil missuse of svn to test if AVOption and AVOption2 are compatible. libavcodec2009-10-16, by michael
-
Add an experimental AVOption2 that uses an union instead of double for default_val. libavcodec2009-10-16, by michael
-
Split parts of dvdata.h into dvdata.c, this ensures that things like libavcodec2009-10-16, by reimar
-
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions libavcodec2009-10-15, by reimar
-
Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32. libavcodec2009-10-15, by reimar
-
Do not initialize ff_cos_* tables again in rdft_init, they are already libavcodec2009-10-15, by reimar
-
Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. libavcodec2009-10-15, by reimar
-
Print a warning message when avcodec_default_free_buffers finds unreleased libavcodec2009-10-13, by reimar
-
Remove unnecessary calls to avcodec_check_dimensions, the check is already libavcodec2009-10-13, by reimar
-
Add an execute2 function that is more flexible and allows to use parallel libavcodec2009-10-12, by reimar
-
ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs libavcodec2009-10-11, by mru
-
100l in avpicture_layout: width of chroma planes depends on format depth, too. libavcodec2009-10-11, by reimar
-
Print error message when true interlaced VC-1 frames are encountered libavcodec2009-10-10, by kostya
-
AAC: Fix regression introduced in r20067 where ADTS files would always be libavcodec2009-10-09, by superdump
-
Since some junk may be or may be not present before actual VC-1 extradata, libavcodec2009-10-06, by kostya
-
Add vorbis channel layout support according to those defined in the Vorbis I libavcodec2009-10-02, by superdump
-
Make avcodec_open set codec_id and codec_type if they haven't been set. libavcodec2009-10-01, by reimar
-
put_bits can only reliably write up to 31 bit bits, above it relies on libavcodec2009-10-01, by reimar
-
Use MANGLE in cavsdsp, the current version using "m" constraints will not libavcodec2009-10-01, by reimar
-
Do not attempt to decode TIFF files containing fax data with uncompressed libavcodec2009-10-01, by kostya
-
Change an error to a warning to support broken AC-3 files known to exist. libavcodec2009-10-01, by jbr
-
Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0 libavcodec2009-09-30, by reimar
-
Simplify stereo rematrixing by only using one temporary variable. It is also libavcodec2009-09-30, by jbr
-
remove unneeded assignment in inner loop. rematrixing bands are contiguous. libavcodec2009-09-30, by jbr
-
WMA: store level_table as floats, use type punning for sign flip in decode libavcodec2009-09-29, by mru
-
Refactor channel element configuration and mapping code into its own function libavcodec2009-09-28, by superdump
-
AAC: Add channel layout support for channel configuration as defined in the libavcodec2009-09-28, by superdump
-
Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them libavcodec2009-09-28, by kostya
-
Make TIFF decoder load compression options only for corresponding codec libavcodec2009-09-28, by kostya
-
Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is libavcodec2009-09-27, by kostya
-
Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl() libavcodec2009-09-27, by jbr
-
Looks like ZLib uncompress() cannot deal with some kinds of TIFF deflated data, libavcodec2009-09-27, by kostya
-
cosmetics: Rename some variables to be more descriptive of their use. Do some libavcodec2009-09-27, by jbr
-
Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set. libavcodec2009-09-27, by jbr
-
Specify maximum sample rate of MLP by defining the factor relative to 48000 libavcodec2009-09-26, by reimar
-
Remove ff_realloc_static, it is no longer used and since it was declared libavcodec2009-09-24, by reimar
-
Remove a piece of code left-over from the removed alloc'd static vlc table code. libavcodec2009-09-24, by reimar
-
Support both LSB and MSB orders for TIFF CCITT G.x compressed data. libavcodec2009-09-24, by kostya
-
Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and libavcodec2009-09-24, by reimar
-
Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec libavcodec2009-09-24, by reimar
-
Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC. libavcodec2009-09-24, by reimar
-
Use ff_msmpeg4_decode_init to initialize ff_msmp4_mb_i_vlc since static libavcodec2009-09-24, by reimar
-
Make sure priv_data is freed and codec is set to NULL in case of failure of avcodec_open(). libavcodec2009-09-23, by michael
-
Add checks for per-packet mode indexes and per-header mode mapping indexes. libavcodec2009-09-23, by michael
-
Check num_units_in_tick/time_scale to be valid and within the range we support. libavcodec2009-09-23, by michael
-
Another micro-optimization for unpack_vlcs(): Eliminate a possible libavcodec2009-09-23, by melanson
-
Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome libavcodec2009-09-22, by michael
-
Perform the DC prediction reversal immediately after decoding all of libavcodec2009-09-22, by melanson
-
AAC: Simplify some logic from r19956. (The escape codebook is unsigned.) libavcodec2009-09-22, by alexc
-
Use a custom radix sort implementation instead of qsort in dnxhd encoder. libavcodec2009-09-21, by reimar
-
aacenc: Split paths in the scalefactor selection trellis into a 2-D array. libavcodec2009-09-21, by alexc
-
aacenc: Replace cbrt() with cbrtf() when the result is destined for float libavcodec2009-09-21, by alexc
-
aacenc: Multiple distortion by lambda after it's summed and not each individual libavcodec2009-09-21, by alexc
-
aacenc: Don't make unnecessary compares to the escape value in tight loops. libavcodec2009-09-21, by alexc
-
Allow arch-specific mdct code to request interleaving of cos/sin tables libavcodec2009-09-21, by mru
-
Modify unpack_vlcs() so that there are fewer dereferences through the libavcodec2009-09-21, by melanson