Mercurial > libavcodec.hg
graph
-
Make more descriptive the long names for the various variants of H.263. libavcodec2009-01-25, by stefano
-
Add a check for ppc4xx instructions; rename preprocessor directive accordingly. libavcodec2009-01-24, by diego
-
Remove the block with always false condition from vc1_parse_frame_header() libavcodec2009-01-23, by kostya
-
VC-1 postproc field is 2 bits wide while decoder read only single bit. libavcodec2009-01-23, by kostya
-
VMD first chunk of audio is not coded as many separate chunks of block_align libavcodec2009-01-21, by kostya
-
Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can libavcodec2009-01-20, by cehoyos
-
cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec2009-01-19, by diego
-
moves mid_pred() into mathops.h (with arch specific code split by directory) libavcodec2009-01-18, by aurel
-
ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change libavcodec2009-01-18, by mru
-
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can libavcodec2009-01-16, by cehoyos
-
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavcodec2009-01-14, by aurel
-
Remove one more forgotten instance of USE_HIGHPRECISION indirection. libavcodec2009-01-14, by diego
-
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection. libavcodec2009-01-14, by diego
-
Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders. libavcodec2009-01-13, by michael
-
VC-1 display dimensions should affect coded dimensions only (I think) libavcodec2009-01-13, by kostya
-
Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier. libavcodec2009-01-13, by kostya
-
Add missing inclusion of libavutil/intreadwrite.h, fix compilation when libavcodec2009-01-11, by stefano
-
Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavcodec2009-01-11, by diego
-
Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk. libavcodec2009-01-10, by cehoyos
-
Move the AVCodecContext options definition to a dedicated file, reduce libavcodec2009-01-10, by stefano
-
Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c. libavcodec2009-01-10, by cehoyos
-
Support ADTS AAC files in the ffaac decoder (limited to streams containing one libavcodec2009-01-07, by superdump
-
Document the need of buf=NULL buf_size=0 at the end to obtain all frames. libavcodec2009-01-07, by michael
-
Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that libavcodec2009-01-07, by superdump
-
Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h libavcodec2009-01-06, by gpoirier
-
add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4) libavcodec2009-01-05, by gpoirier
-
Add VDPAU hardware accelerated decoding for H264 which can be used by libavcodec2009-01-04, by cehoyos
-
Forgot to update (I likely missed it due to its similar name to dvb...) libavcodec2009-01-03, by michael
-
Change AVSubtitle.rects to an array of pointers so ABI does not break libavcodec2009-01-03, by michael
-
It turned out that RV30 uses motion vectors for forward motion B-frame libavcodec2008-12-29, by kostya
-
Move sync line pointers code to the end of the loop, it is simpler that way. libavcodec2008-12-26, by michael
-
Get rid of check for condition that is always true (run_off < avctx->width). libavcodec2008-12-26, by michael
-
COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch. libavcodec2008-12-26, by reynaldo
-
Factorize "avctx->width + 2" out to avoid someone mistakenly changing libavcodec2008-12-26, by michael
-
Close gaping sechole. That is, a series of run=0 allows arbitrary data to libavcodec2008-12-26, by michael
-
Fix compilation without optimization under 64-bit with x264 deblock asm enabled. libavcodec2008-12-26, by darkshikari
-
Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16, libavcodec2008-12-25, by gpoirier
-
flatten an array, since gcc fails at optimizing multidimensional arrays libavcodec2008-12-25, by lorenm
-
Integrate get_te0_golomb() calls into the code, this allows some checks libavcodec2008-12-23, by michael
-
Use get_ue_golomb_31() where possible, almost all are just in headers libavcodec2008-12-23, by michael
-
Update golomb decoding tables so that get_*_golomb_31() return some libavcodec2008-12-23, by michael
-
352l: correct calculating number of bits for storing macroblock offset in RV3/4 libavcodec2008-12-23, by kostya
-
Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster on libavcodec2008-12-22, by michael
-
inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual. libavcodec2008-12-22, by michael
-
Negate a few variables, this simplifies the code and makes it 5 cycles faster libavcodec2008-12-22, by michael
-
Calculate line size variable correctly for lower bitdepths and use it for raw data copying libavcodec2008-12-22, by kostya
-
Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward. libavcodec2008-12-22, by diego
-
Fix incorrectly constructed Dirac parse units that caused A/V sync loss. libavcodec2008-12-22, by diego
-
Change mpeg audio parser so it only sets frame_size, channels and bit_rate libavcodec2008-12-21, by michael
-
Include "libavutil/common.h" where we use llrint() in case ffmpeg's libavcodec2008-12-21, by andoma
-
AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig libavcodec2008-12-21, by superdump
-
Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling' libavcodec2008-12-20, by reynaldo
-
Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions libavcodec2008-12-19, by stefano
-
Add automatic prefix handling to yasm functions. Does nothing now, but will libavcodec2008-12-19, by darkshikari
-
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer. libavcodec2008-12-19, by astrange
-
Move filter_luma_intra into dsputil for later addition of asm. libavcodec2008-12-19, by darkshikari
-
Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari. libavcodec2008-12-19, by michael
-
Reorder ifs in chroma hl_decode_mb to avoid a duplicate transform_bypass libavcodec2008-12-18, by michael
-
Faster CAVLC decoding of trailing_ones. Based on a patch by dark shikari. libavcodec2008-12-18, by michael
-
Remove if() surrounding decode_cabac_mb_type() that can never be true. libavcodec2008-12-18, by michael
-
Do not calculate idct_dc_add/idct_add when the variables are unused. libavcodec2008-12-18, by michael
-
Use the new idct functions (except chroma as it was slower in benchmarks) libavcodec2008-12-18, by michael
-
H.264 idct functions that include the chroma, inter luma and intra16 luma loops libavcodec2008-12-18, by michael
-
Unfortunately RV30 luma thirdpel MC functions cannot be substituted with libavcodec2008-12-17, by kostya
-
4l: TIFF stores short strings inside tag, do not interpret it is as an offset libavcodec2008-12-17, by kostya
-
Fix indention, also do a little vertical alignment of changed lines. libavcodec2008-12-16, by michael
-
Factorize 3 multiplications out, code becomes 3 cpu cycles faster. libavcodec2008-12-16, by michael
-
Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont remove libavcodec2008-12-16, by michael
-
Horizontal and vertical prediction functions needed for new lossless mode libavcodec2008-12-16, by michael
-
Implement the av_set_number2() internal function, which makes possible libavcodec2008-12-15, by stefano
-
Remove ending period in a log message, which was inconsistent with libavcodec2008-12-15, by stefano
-
Use a more explicit "codec" rather than "format" as the parameter of libavcodec2008-12-14, by stefano
-
Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com. libavcodec2008-12-14, by diego
-
Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace. libavcodec2008-12-13, by diego
-
Add img_convert() to imgconvert.h and #include it from imgresample.c. libavcodec2008-12-13, by diego
-
Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility libavcodec2008-12-12, by ods15
-
fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch by Jay Freeman, saurik at saurik com libavcodec2008-12-12, by bcoudurier
-
Move get_pixels_8x4 before init func to avoid useless forward declaration. libavcodec2008-12-12, by bcoudurier
-
s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved libavcodec2008-12-11, by michael
-
Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix. libavcodec2008-12-11, by vitor
-
Avoid the 'Claimed bitrate and buffer size mismatch' warning storm. libavcodec2008-12-11, by reynaldo