]> git.sesse.net Git - ffmpeg/history - libavcodec
Define out currently unused static functions.
[ffmpeg] / libavcodec /
2010-01-18 Michael NiedermayerPerform reference remapping at fill_cache() time instea...
2010-01-18 Michael NiedermayerMake qp check for loop filter skiping also work with...
2010-01-18 Michael NiedermayerComment about a cornercase we ignore currently
2010-01-18 Michael NiedermayerMove the qp check to skip the loop filter up.
2010-01-17 Michael NiedermayerReorganize how values are stored in h->non_zero_count.
2010-01-17 Michael NiedermayerDisable a few things in fill_filter_caches() that arent...
2010-01-17 Michael NiedermayerSplit fill_caches() between filter and decoder.
2010-01-17 Michael NiedermayerRearchitecturing the stiched up goose part 1
2010-01-17 Alexander StrangeAdd missing Makefile dependencies to CONFIG_SNOW_ENCODER.
2010-01-16 Michael NiedermayerComment for() ; out
2010-01-16 Michael NiedermayerMark a few functions as noinline, this makes ff_h264_fi...
2010-01-16 Michael NiedermayerApply last 2 optimizations to similar code i forgot.
2010-01-16 Michael NiedermayerAnother microopt, 4 cpu cycles for avoidance of FFABS().
2010-01-16 Måns RullgårdAdd missing guards and includes to arm/aac.h
2010-01-16 Michael NiedermayerMinor (2 cpu cycles) optimization ||->|.
2010-01-16 ami_stuffSupport decoding of SoftLab-NSK VideoTizer.
2010-01-16 Michael NiedermayerConsider slice_beta_offet in qp_thresh.
2010-01-16 Michael NiedermayerAvoid wasting 4 cpu cycles per MB in redundantly calcul...
2010-01-16 Carl Eugen HoyosCorrectly decode some Avid AV1x samples, fixes issue...
2010-01-16 Anatoly NenashevSupport lowres 3 when decoding MPEG video.
2010-01-16 Michael NiedermayerReplace cabac checks in inline functions from h264...
2010-01-16 Måns RullgårdAdd symbol versioning for shared libraries
2010-01-16 Vitor SessakSIPR16k decoder
2010-01-16 Vitor SessakAllow a SIPR table to be used by the upcoming SIPR16k...
2010-01-16 Vitor SessakSplit some SIPR structs to a header file for the upcomi...
2010-01-16 ami_stuffSupport 2Vuy in mov, fixes issue 1690.
2010-01-15 Måns RullgårdFix out of tree build with hardcoded tables
2010-01-15 Måns RullgårdAAC: optimise bitstream reading in decode_spectrum_and_...
2010-01-15 Carl Eugen HoyosSupport decoding of Avid uncompressed mov files, fixes...
2010-01-15 Carl Eugen HoyosSupport decoding Avid 1:1x codec, (partially) fixes...
2010-01-15 Michael NiedermayerAdd forgotten include of h264_mvpred.h to h264.h.
2010-01-15 Michael NiedermayerAdd forgotton multiple inclusion guards to h264_mvpred.h.
2010-01-15 Måns RullgårdAAC: ARM/NEON asm for VMUL2/4 functions
2010-01-15 Carl Eugen HoyosDo not assign codec_tag to pix_fmt in rawdec.c, but...
2010-01-14 Reimar DöffingerChange code so it uses 2 adds instead of one FFABS.
2010-01-14 Alexander StrangeImplement alpha channel decoding for BGR HuffYUV.
2010-01-13 Måns RullgårdAAC: Reduce depth of vlc_spectral tables to 2
2010-01-13 Måns RullgårdAAC: Unswitch loop over window groups in decode_spectru...
2010-01-13 Måns RullgårdAAC: simplify some calculations in decode_spectrum_and_...
2010-01-13 Måns RullgårdAAC: Compress codebook tables and optimise sign bit...
2010-01-13 Vitor SessakRemove needless use of log2f()
2010-01-13 Vitor SessakRemove the struct SiprModeParam of the context. This...
2010-01-13 Måns RullgårdSIPR: kill variable-length arrays
2010-01-13 Michael Niedermayerremove unused variable
2010-01-13 Michael NiedermayerSplit cabac decoding code out of h264.c.
2010-01-13 Michael NiedermayerMove golomb_to_int*cbp tables back to h264_data.h as...
2010-01-13 Zuxy MengMore av_cold for infrequently called functions.
2010-01-13 Michael NiedermayerSplit cavlc out of h264.c.
2010-01-12 Reimar DöffingerUse MULH instead of 64x64 multiplication, around 5...
2010-01-12 Michael NiedermayerSplit motion vector prediction off h264.c/h.
2010-01-12 Michael NiedermayerMove check_intra4x4_pred_mode() back from h264.h to...
2010-01-12 Michael NiedermayerSplit all the reference picture handling off h264.c.
2010-01-12 Thilo BorgmannReindent after last commit.
2010-01-12 Thilo BorgmannReplace variable length array with an allocated buffer
2010-01-12 Michael NiedermayerSplit (picture|seq) parameter set decoding out of h264.c.
2010-01-12 Michael NiedermayerSplit SEI code off h264.c.
2010-01-12 Michael NiedermayerSplit direct mode (macro)block decoding off h264.c.
2010-01-12 Michael NiedermayerAlign mb_bit_buffer and vs_bit_buffer as their alignmen...
2010-01-12 Zuxy MengReduce stack usage in svq1_encode_plane(). Reuse contex...
2010-01-12 Michael NiedermayerSplit h264 loop filter off h264.c.
2010-01-12 Michael NiedermayerMove svq3.o to the correct spot.
2010-01-12 Michael NiedermayerGet rid of #include "svq3.c"
2010-01-12 Michael NiedermayerBetter title for the file.
2010-01-12 Carl Eugen HoyosSupport uncompressed ("Resolution 1:1") Avid AVI Codec...
2010-01-11 Måns RullgårdAAC: use table for cbrtf(n)*n
2010-01-11 Måns RullgårdAAC: escape_sequence is 21 bits max
2010-01-11 Alex Conversefft-test: Add RDFT/IRDFT support.
2010-01-11 Alex Conversefft-test: Replace do_mdct with a tf_transform enum...
2010-01-11 Kostya ShishkovFix two RLE buffer size calculations in TSCC decoder.
2010-01-11 Carl Eugen Hoyos10l: Fix forgotten variable rename from r14893 (fixes...
2010-01-11 Alexander StrangeAdd missing internal.h to files calling ff_match_2uint16().
2010-01-11 Michael NiedermayerOptimize ff_snow_horizontal_compose97i.
2010-01-11 Michael NiedermayerMerge vertical_compose53iL0*()
2010-01-11 Michael NiedermayerOptimize horizontal_compose53i() by inlining inv_lift...
2010-01-11 David ConradAdd support for dirac in ogg
2010-01-11 David ConradAdd a function to parse Dirac's sequence header
2010-01-11 David ConradExport fullrange flag and color information for h.264
2010-01-10 Vladimir VoroshilovSIPR decoder for modes 8k5, 6k5 and 5k0.
2010-01-10 Peter RossDeluxe Paint Animation decoder
2010-01-10 Michael NiedermayerDoxy for ff_match_2uint16().
2010-01-10 Michael NiedermayerFix implicit declaration warning.
2010-01-09 Michael NiedermayerAdd a function to match a 2 element vector of uint16_t...
2010-01-09 Michael NiedermayerMake inter_level/run global again, msmpeg4 uses them.
2010-01-09 Michael NiedermayerMake some tables static again, i mistakely thought...
2010-01-09 Laurent AimarExport get_slice_type() as ff_h264_get_slice_type().
2010-01-09 Michael NiedermayerSplit H263 encoder and decoder from common code.
2010-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2010-01-09 Laurent AimarAlways initialize bit_depth_luma and bit_depth_chroma...
2010-01-09 Peter Rossupdate my email address
2010-01-08 Michael NiedermayerMove 3 direct MV related functions that i left out...
2010-01-08 Thilo BorgmannChange local variable type from unsigned int to int...
2010-01-08 Michael NiedermayerMove AVCodecs from h263dec.c to msmpeg4.c and disentang...
2010-01-08 Michael NiedermayerUse h263 tables in msmpeg4v1 dont duplicate them halfway.
2010-01-08 Daniel VerkampRelease cyuv/aura decoder buffer
2010-01-08 Måns RullgårdAAC: add a const to decode_spectrum_and_dequant() args
2010-01-08 Michael NiedermayerRename most non static h263 tables so their name contai...
2010-01-08 Michael NiedermayerRename mpeg4 intra vlc tables so they contain "mpeg4...
2010-01-08 Michael NiedermayerRename DCtab_*, its a global variable and it helps...
2010-01-08 Jai MenonSnow : re-indent after r21093.
2010-01-08 Jai MenonSnow : remove pointless 'if(1)'.
next