Mercurial > libavcodec.hg
graph
-
ac3dec: Remove unneeded context variable, num_cpl_subbands. It is also libavcodec2009-05-06, by jbr
-
Do not scan for MP3 header after the given buffer and return skipped libavcodec2009-05-04, by diego
-
Add missing return statement to out-of-memory condition. Fixes the warning: libavcodec2009-04-30, by diego
-
Revert r18700, documentation of deprecated functions might be useful for libavcodec2009-04-27, by vitor
-
Check if there is enough bytes before reading the buffer in the EA ADPCM libavcodec2009-04-27, by vitor
-
Remove useless and outright wrong chatter from avcodec_encode_video(). libavcodec2009-04-27, by michael
-
Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2(). libavcodec2009-04-27, by michael
-
Remove documentation from deprecated fields, they should not be used, libavcodec2009-04-27, by michael
-
Remove confusing and redundant engrish chatter from avcodec_decode_video2(). libavcodec2009-04-27, by michael
-
mlpdec: Simplify filtering code by using only one counter variable. libavcodec2009-04-26, by ramiro
-
Make sure we only parse max amount of subpackets (5) in the cook decoder. libavcodec2009-04-25, by banan
-
Get rid of monstrous static table and initialize VLCs for RV3/4 dynamically. libavcodec2009-04-25, by kostya
-
TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB. libavcodec2009-04-24, by kostya
-
Make avcodec_thread_init() set the thread count, even in the case when libavcodec2009-04-23, by stefano
-
Display dimensions should not affect the real size of coded frame, thus set libavcodec2009-04-23, by kostya
-
Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT) libavcodec2009-04-22, by michael
-
Remove redundant assignment. err is assigned in every switch case anyway. Issue libavcodec2009-04-21, by superdump
-
ac3enc: log a warning message if the channel layout is not specified at libavcodec2009-04-20, by jbr
-
mlpdec: Read context variable to local variable to make code cleaner. libavcodec2009-04-18, by ramiro
-
mlpdec: Use some context arrays with local variables in rematrix_channels(). libavcodec2009-04-18, by ramiro
-
truehd: Simplify rematrix_channels() as per Michael's original review. libavcodec2009-04-18, by ramiro
-
mlpdec: Make read_matrix_params() take unsigned int substr for consistency. libavcodec2009-04-18, by ramiro
-
mlpdec: Check for {matrix,filter}_changed as soon as they are incremented. libavcodec2009-04-18, by ramiro
-
Change buffer check to avoid an unlikely pointer arithmetic overflow. libavcodec2009-04-17, by reimar
-
Simplify ipvideo_decode_opcodes by using get_bits, this might be slower libavcodec2009-04-17, by reimar
-
Introduce codec id for MPEG-4 ALS and associate it with corresponding libavcodec2009-04-17, by jai_menon
-
Change buffer size checks to avoid the very unlikely overflow case. libavcodec2009-04-17, by reimar
-
Remove 2 useless assignments from ff_rate_control_init() found by CSA. libavcodec2009-04-17, by michael
-
Use memcpy instead of the very inefficient bytecopy where both are correct libavcodec2009-04-17, by reimar
-
Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA. libavcodec2009-04-17, by michael
-
Remove unused variables from slice_buffer_load_line() found by CSA. libavcodec2009-04-17, by michael
-
Remove 2 unused variables from MPV_decode_mb_internal() found by CSA. libavcodec2009-04-17, by michael
-
Remove unused variable in init_mv_penalty_and_fcode() found by CSA. libavcodec2009-04-17, by michael
-
Remove useless assignment in generate_codebook(). Found by Clang static analyser. libavcodec2009-04-17, by vitor
-
Remove useless assignment from h263_pred_dc() found by the clang static analyzer. libavcodec2009-04-17, by michael
-
Move declarations in mpeg1_encode_motion() closer to where they are needed. libavcodec2009-04-17, by michael
-
Get rid of an unused variable, found by the clang static analyzer. libavcodec2009-04-17, by michael
-
Change tgq_decode_mb function arguments from using int8_t to uint8_t, this does libavcodec2009-04-17, by reimar
-
Add guaranteed alignment for loading dest pixels in avg_pixels16_neon libavcodec2009-04-16, by conrad
-
flacenc: write initial blocksize to STREAMINFO header instead of current libavcodec2009-04-16, by jbr
-
avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing libavcodec2009-04-15, by conrad
-
Skip loop iterations which are no-ops due to data1[-lag..-1] being zero. libavcodec2009-04-13, by koorogi
-
Do not use full include path for get_bits.h, since the header is in libavcodec2009-04-13, by stefano
-
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. libavcodec2009-04-12, by diego
-
Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. libavcodec2009-04-12, by diego
-
Remove AltiVec optimizations for Snow. They are hindering the development libavcodec2009-04-12, by diego
-
Get rid of the non sensical idea of using the current picture for missing libavcodec2009-04-12, by michael
-
Add a av_fast_malloc function and replace several uses of av_fast_realloc, libavcodec2009-04-12, by reimar
-
Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf libavcodec2009-04-12, by reimar
-
Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders libavcodec2009-04-12, by reimar
-
Fix documentation for avcodec_encode_audio(), in the case of PCM audio libavcodec2009-04-11, by stefano
-
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). libavcodec2009-04-10, by diego
-
Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the thread libavcodec2009-04-10, by reimar
-
Make sure error resilience does not try to use unavailable reference frames. libavcodec2009-04-10, by reimar
-
Add a ff_h264_free_context function and call it from the H.264 parser. libavcodec2009-04-10, by reimar
-
Do not use SSE2 SAD for snow as it requires more alignment than can be libavcodec2009-04-09, by michael
-
Make sure the next used frame is released so get_buffer() wont fail. libavcodec2009-04-09, by michael
-
Make sure spatial_decomposition_count is not too large for picture size. libavcodec2009-04-09, by michael
-
Add av_shrink_packet function for use in av_get_packet that reduces pkt->size libavcodec2009-04-08, by reimar
-
Fix second amr_nb_decode_frame() to also use the new AVPacket argument libavcodec2009-04-07, by superdump
-
Move av_packet_*() functions from libavformat/ to libavcodec/, where the libavcodec2009-04-07, by rbultje
-
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec2009-04-07, by rbultje
-
Move AVPacket up a bit, so that structs/functions that include AVPacket can libavcodec2009-04-07, by rbultje
-
Move scale factor computation to its own function. Patch by Kenan libavcodec2009-04-07, by reynaldo
-
mlpdec: Filters and matrices may change only once per substream per access unit. libavcodec2009-04-06, by ramiro
-
mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not max_channel. libavcodec2009-04-05, by ramiro
-
Add missing static qualifier from function declaration. Patch by Kenan libavcodec2009-04-04, by reynaldo
-
Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency libavcodec2009-04-04, by stefano
-
Mark line_skip3 asm argument as output-only instead of using av_uninit. libavcodec2009-04-03, by reimar
-
Mark put_signed_pixels_clamped_mmx output operands as early-clobber because libavcodec2009-04-03, by reimar
-
Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLE libavcodec2009-04-03, by reimar
-
Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c. libavcodec2009-04-02, by alexc
-
Extend read_line() to make it take a read_pal_component parameter. libavcodec2009-04-01, by stefano
-
Make the step and offset fields of the component descriptor express a libavcodec2009-03-31, by stefano
-
Add a notice telling that the behavior of skip_put_bits() is undefined libavcodec2009-03-31, by stefano
-
Cosmetics: reorder the pixel format descriptors to make them match the libavcodec2009-03-31, by stefano
-
Add comments specifying the name of the components in the descriptors. libavcodec2009-03-31, by stefano
-
Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixels libavcodec2009-03-31, by reimar
-
Make read_line() take as parameter a const AVPixFmtDescriptor * rather than a libavcodec2009-03-31, by stefano
-
Replace MPEG group reference DCT implementation by newly rewritten version. libavcodec2009-03-31, by diego
-
Rearrange how the different cases are checked to reduce the number of libavcodec2009-03-31, by reimar
-
Avoid "reloading" code by using a 64 bit type for the flags and loading all at once. libavcodec2009-03-31, by reimar
-
Avoid code duplication by using ?: and array indexing instead of if..else libavcodec2009-03-31, by reimar
-
Get rid of some pointless bitmask/shifter variables in interplayvideo.c libavcodec2009-03-31, by reimar
-
Improve VA API buffers allocation logic. This also reduces struct vaapi_context libavcodec2009-03-31, by gb
-
Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY]. libavcodec2009-03-30, by gb
-
mlpdec: Simplify &foo[0] to foo and use index (which has just been initialized libavcodec2009-03-30, by ramiro
-
mlpdec: Unroll copying filter state data and filtering for the two filters. libavcodec2009-03-30, by ramiro
-
mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively. libavcodec2009-03-30, by ramiro
-
Merge the 3 COPY_FROM_* macros with lots of duplicated code into a single libavcodec2009-03-29, by reimar
-
Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely) libavcodec2009-03-29, by reimar
-
Simplify check for leftover bytes after decoding for interplayvideo. libavcodec2009-03-29, by reimar
-
Replace many tiny loops in the interplayvideo decoder by memset, memcpy libavcodec2009-03-29, by reimar
-
Make ipvideo_decode_block array constant, compile-time initialized instead libavcodec2009-03-29, by reimar
-
Generalize example target rule in common.mak so that it sets a -example$(EXESUF) libavcodec2009-03-29, by diego
-
Rename apiexample.c --> api-example.c to be consistent with other example files. libavcodec2009-03-29, by diego
-
Merge some cases for reading raw data with different bit depths in BMP libavcodec2009-03-27, by kostya
-
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test libavcodec2009-03-26, by diego
-
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. libavcodec2009-03-25, by diego
-
Update apiexample.c to use the newer avcodec_decode_audio2() API. This also libavcodec2009-03-24, by superdump
-
Add pcxenc.o to the $OBJS list, it was erroneously removed from it in libavcodec2009-03-22, by stefano
-
Rename 'tests' target to 'testprogs'. It is too easily confused with the libavcodec2009-03-22, by diego
-
Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encoders libavcodec2009-03-22, by diego
-
10l: don't check against current layout until after validating ch_mode. libavcodec2009-03-22, by jbr
-
Change the RGB5X5/BGR5X5 pixel format defines so that we have little libavcodec2009-03-21, by stefano
-
Fix avpicture_get_size for non-paletted formats with a helper palette libavcodec2009-03-21, by reimar
-
flacdec: account for frame and subframe header overhead when calculating libavcodec2009-03-21, by jbr
-
share sample rate and blocksize tables between the FLAC encoder and FLAC libavcodec2009-03-21, by jbr
-
share channel mode constants between the FLAC decoder and FLAC encoder libavcodec2009-03-21, by jbr
-
Change linesize alignment method to ensure that linesize[0] == 2*linesize[1] libavcodec2009-03-19, by reimar
-
Do not set linesize for palette data, it does not make sense and creates libavcodec2009-03-19, by reimar
-
use intptr_t to cast pointers to int in codecs maintained by benjamin larsson libavcodec2009-03-17, by ramiro
-
Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other references libavcodec2009-03-16, by conrad
-
1 km^3 cola, timecode_frame_start is a 64 bit integer, this resulted in libavcodec2009-03-15, by reimar
-
Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf' libavcodec2009-03-09, by reynaldo
-
Functional part Kenan Gillet's 'extract and share weighted_vector_sumf' libavcodec2009-03-09, by reynaldo
-
If we get an error from ff_aac_parse_header() we should not trust the header info that it provides. libavcodec2009-03-06, by alexc
-
flacdec: Add a shared function for parsing a FLAC metadata block header. libavcodec2009-03-06, by jbr
-
Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninit libavcodec2009-03-05, by diego
-
flacdec: Split the metadata_parse() function into 2 separate functions, libavcodec2009-03-05, by jbr
-
flacdec: cosmetics: Use a more descriptive variable name for the number libavcodec2009-03-04, by jbr