Mercurial > libavcodec.hg
graph
-
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