]> git.sesse.net Git - ffmpeg/history - libavcodec
mkvenc: Write TrackTimecodeScale
[ffmpeg] / libavcodec /
2010-01-21 Michael NiedermayerMake calculation of mask_edge free of branches, faster...
2010-01-21 Michael NiedermayerClarify CODEC_CAP_SUBFRAMES.
2010-01-21 Måns RullgårdSet CODEC_CAP_SUBFRAMES for adpcm decoders
2010-01-21 David ConradUse two separate memory arguments since 8+() is invalid...
2010-01-20 Måns RullgårdAlways call avcodec_thread_init()
2010-01-20 Michael NiedermayerAttempt to fix asm compilation failure.
2010-01-20 Laurent AimarH264 DXVA2 implementation
2010-01-20 Måns RullgårdMove COPY3_IF_LT to lavc/mathops.h
2010-01-20 Alexander StrangeH.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t...
2010-01-20 Michael NiedermayerSimplify/Optimize another of the mbaff loop filter...
2010-01-20 Michael NiedermayerOnly calculate the second chroma qp if it differs from...
2010-01-20 Michael NiedermayerSet bS with 64bits at a time.
2010-01-20 Michael NiedermayerMerge multiple IS_* macro uses where possible.
2010-01-20 Michael NiedermayerSimplify and optimize intra code in h264_loopfilter.c
2010-01-20 Vitor SessakFloating point discrete cosine transform
2010-01-20 David ConradUse constant offsets for memory operands since gcc...
2010-01-20 Michael NiedermayerSightly simplify initialization of int start.
2010-01-19 Michael NiedermayerMark the h264 c loop filter as av_always_inline av_flat...
2010-01-19 Michael Niedermayerskip outer pixels if possible in h264_loop_filter_luma_c().
2010-01-19 Michael NiedermayerReenable ff_h264_filter_mb_fast() for all slices it...
2010-01-19 Michael NiedermayerFix h264_loop_filter_strength_mmx2() so it works with...
2010-01-19 Michael NiedermayerRemove -2 -> -1 remapping, its not needed anymore as...
2010-01-19 Jason Garrett-GlaserUpdate libx264.c to use new libx264 features
2010-01-19 Jai MenonApply changes made in r21308 to svq3.c.
2010-01-19 Michael NiedermayerDont waste time initializing stuff for deblocking intra...
2010-01-19 Michael NiedermayerRemove 2 checks from fetch_diagonal_mv() that apparentl...
2010-01-19 Michael NiedermayerMove a few things into a deeper if() in fetch_diagonal_...
2010-01-19 Michael NiedermayerRemove code that handles the case of a MB pair to our...
2010-01-18 Michael NiedermayerCosmetic, get rid of &x[0]
2010-01-18 Michael NiedermayerFix compilation with -O0.
2010-01-18 Michael NiedermayerFix accumulated indention errors.
2010-01-18 Michael NiedermayerOptimize top non_zero_count_cache init.
2010-01-18 Michael NiedermayerDont init chroma elements of non_zero_count_cache for...
2010-01-18 Michael NiedermayerRemove unneeded for_deblock check, this code was alraed...
2010-01-18 Michael NiedermayerRather call filter_mb_mbaff_edge*v() more often than...
2010-01-18 Michael NiedermayerFix 10l segfault with threads.
2010-01-18 Michael NiedermayerUse h->slice_num where possible.
2010-01-18 Michael NiedermayerEnable filter_mb_fast for CAVLC P slices.
2010-01-18 Michael Niedermayerfilter_mb_fast needs cbp_table to be set.
2010-01-18 Michael NiedermayerPAFF CABAC P slices seem to work as well, so enable...
2010-01-18 Michael NiedermayerReenable filter_mb_fast for I slices and progressive...
2010-01-18 Michael NiedermayerSet h->cbp for ff_h264_filter_mb_fast().
2010-01-18 Michael Niedermayer10l for someone, Store chroma_qp_diff in the correct...
2010-01-18 Gwenole BeauchesneInstall <libavcodec/vaapi.h> header.
2010-01-18 Michael NiedermayerMove CAVLC 8x8 DCT special case from ff_h264_filter_mb...
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.
next