Mercurial > libavcodec.hg
graph
-
Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_caches libavcodec2010-01-18, by michael
-
Perform reference remapping at fill_cache() time instead of in the libavcodec2010-01-18, by michael
-
Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller libavcodec2010-01-16, by michael
-
Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. libavcodec2010-01-16, by michael
-
Replace cabac checks in inline functions from h264.h with constants. libavcodec2010-01-16, by michael
-
Split some SIPR structs to a header file for the upcoming SIPR16k commit libavcodec2010-01-16, by vitor
-
Support decoding of Avid uncompressed mov files, fixes issue 1685. libavcodec2010-01-15, by cehoyos
-
AAC: Unswitch loop over window groups in decode_spectrum_and_dequant() libavcodec2010-01-13, by mru
-
Remove the struct SiprModeParam of the context. This will simplify splitting libavcodec2010-01-13, by vitor
-
Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. libavcodec2010-01-13, by michael
-
Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel Atom. libavcodec2010-01-12, by reimar
-
Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just libavcodec2010-01-12, by michael
-
Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). libavcodec2010-01-12, by michael
-
Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer libavcodec2010-01-12, by zuxy
-
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. libavcodec2010-01-12, by cehoyos
-
fft-test: Replace do_mdct with a tf_transform enum and switch on it. libavcodec2010-01-11, by alexc
-
10l: Fix forgotten variable rename from r14893 (fixes issue 1675). libavcodec2010-01-11, by cehoyos
-
Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the libavcodec2010-01-11, by michael
-
Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 libavcodec2010-01-09, by michael
-
Make some tables static again, i mistakely thought they would be used in several libavcodec2010-01-09, by michael
-
Always initialize bit_depth_luma and bit_depth_chroma in the H264 libavcodec2010-01-09, by jai_menon
-
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c. libavcodec2010-01-08, by michael
-
Change local variable type from unsigned int to int in order to libavcodec2010-01-08, by thilo.borgmann
-
Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. libavcodec2010-01-08, by michael
-
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability libavcodec2010-01-08, by michael
-
Rename DCtab_*, its a global variable and it helps understanding if mpeg4 libavcodec2010-01-08, by michael
-
Explain why the level variable is magically inceased in mpeg4_encode_dc(). libavcodec2010-01-08, by diego
-
Optimize short-term prediction by reducing index arithmetic. libavcodec2010-01-07, by thilo.borgmann
-
Mark h263_get_picture_format() av_const to indicate that it has no funny libavcodec2010-01-07, by michael
-
Stop the approximation in bessel() once it does no longer improve. libavcodec2010-01-06, by michael
-
Use correct context for av_log(), should prevent a crash for malformed files. libavcodec2010-01-05, by vitor
-
Improve readability of 4bpp raw decoder and prepare for supporting 2bpp. libavcodec2010-01-05, by cehoyos
-
The H.263 wrong_run table is only for encoding; only enable it in such cases. libavcodec2010-01-04, by diego
-
VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line. libavcodec2010-01-04, by gb
-
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavcodec2010-01-03, by stefano
-
Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it libavcodec2010-01-02, by reimar
-
Small ELBG optimization: use last pixel as a initial guess for the codebook libavcodec2010-01-02, by vitor
-
It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert. libavcodec2010-01-01, by michael
-
Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian. libavcodec2009-12-31, by cehoyos
-
cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations. libavcodec2009-12-30, by diego
-
cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations. libavcodec2009-12-30, by diego
-
cosmetics: Move H.263-related functions around to avoid forward declarations. libavcodec2009-12-30, by diego
-
Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure. libavcodec2009-12-29, by diego
-
Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630. libavcodec2009-12-29, by cehoyos
-
Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure. libavcodec2009-12-29, by diego
-
Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure. libavcodec2009-12-28, by diego
-
Declare the dependency of the H.263 decoder on the H.263 parser in configure. libavcodec2009-12-28, by diego
-
cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef. libavcodec2009-12-27, by diego
-
Add missing opcodes for 16-bit Interplay Video decoding and finally enable it libavcodec2009-12-27, by kostya
-
16-bit Interplay Video stores motion vector data at the end of frame, libavcodec2009-12-27, by kostya
-
10l trocadero: forgot one case where picture linesize should be used libavcodec2009-12-27, by kostya
-
Add 16-bit image data handling (but not decoding yet) to Interplay Video libavcodec2009-12-27, by kostya
-
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