]> git.sesse.net Git - ffmpeg/history - libavcodec
set alac channels from extradata, fix alac mono in m4a
[ffmpeg] / libavcodec /
2008-12-18 Kostya Shishkovcosmetics: remove one unneeded space
2008-12-18 Michael NiedermayerDo not calculate idct_dc_add/idct_add when the variable...
2008-12-18 Michael NiedermayerRemove redundant nnz variable.
2008-12-18 Michael Niedermayerindent
2008-12-18 Michael NiedermayerUse the new idct functions (except chroma as it was...
2008-12-18 Michael NiedermayerH.264 idct functions that include the chroma, inter...
2008-12-18 Michael NiedermayerSkip non intra luma code when there is no coded luma.
2008-12-18 Loren Merritt1.6x faster pred*_vertical_add_c
2008-12-18 Michael NiedermayerSkip chroma handling when there is no coded chroma.
2008-12-17 Kostya Shishkovadd const qualifier to some pointers for input data
2008-12-17 Kostya Shishkovuse precalculated mb_pos where available
2008-12-17 Kostya ShishkovMerge deblocking pattern with CBP for RV30/40 loop...
2008-12-17 Kostya ShishkovGenerate correct deblock pattern for RV30
2008-12-17 Kostya ShishkovUnfortunately RV30 luma thirdpel MC functions cannot...
2008-12-17 Kostya Shishkov4l: TIFF stores short strings inside tag, do not interp...
2008-12-17 Guillaume Poirieradd AltiVec implementation of int32_to_float_fmul_scalar
2008-12-17 Michael NiedermayerFix svq3 decoding, is_complex was not initialized.
2008-12-17 Michael NiedermayerReplace != 0 || check by |
2008-12-17 Michael NiedermayerSplit filter_mb_dir() out of filter_mb().
2008-12-17 Måns RullgårdAC3: fix strict aliasing violation in parser
2008-12-17 Måns RullgårdAAC: fix strict aliasing violation in parser
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
2008-12-17 Diego BiurrunRemove obsolete and misleading comments.
2008-12-16 Michael NiedermayerFix indention, also do a little vertical alignment...
2008-12-16 Stefano SabatiniImplement av_set_string3().
2008-12-16 Michael NiedermayerFactorize 3 multiplications out, code becomes 3 cpu...
2008-12-16 Michael NiedermayerMove ENABLE_SMALL back to the per MB check, as otherwis...
2008-12-16 Michael NiedermayerDo not recalculate constant part of is_complex for...
2008-12-16 Michael NiedermayerSupport the new lossless mode.
2008-12-16 Måns Rullgårddct-test: add ARM IDCTs
2008-12-16 Måns Rullgårddct-test: add PARTTRANS permutation
2008-12-16 Michael NiedermayerHorizontal and vertical prediction functions needed...
2008-12-16 Benoit FouetAdd const qualifiers to decode functions.
2008-12-16 Benoit FouetFix warning "format not a string literal and no format...
2008-12-16 David ConradWorkaround for shared libs on OS X with Apple gcc 4.0.1
2008-12-15 Laurent AimarCheck extradata is large enough.
2008-12-15 Stefano SabatiniImplement the av_set_number2() internal function, which...
2008-12-15 Stefano SabatiniRemove ending period in a log message, which was incons...
2008-12-15 Diego BiurrunSwitch xvmc over to a CONFIG_ option.
2008-12-15 Diego Biurrunwhitespace cosmetics
2008-12-15 Måns RullgårdARM: NEON optimised h264_idct_dc_add
2008-12-15 Måns RullgårdARM: NEON optimised h264_idct_add
2008-12-15 Måns RullgårdARM: NEON optimised H.264 8x8 and 16x16 qpel MC
2008-12-15 Måns RullgårdARM: NEON optimised H.264 loop filter
2008-12-15 Måns RullgårdARM: NEON optimised {put,avg}_h264_chroma_mc[48]
2008-12-15 Måns RullgårdARM: NEON optimised simple_idct
2008-12-15 Måns RullgårdARM: NEON optimised put_pixels functions
2008-12-15 Diego BiurrunAvoid invasion of POSIX-reserved _t namespace.
2008-12-15 Daniel VerkampFix one peculiar case in Smacker decoding.
2008-12-15 Diego BiurrunAvoid POSIX-reserved _t in identifier names.
2008-12-15 Michael NiedermayerEnable filter_mb_fast if CODEC_FLAG2_FAST is set.
2008-12-15 Aurelien Jacobsvp56: don't reset dimensions to 0 in codec init
2008-12-14 Stefano SabatiniMove documentation of avcodec_register_all() from allco...
2008-12-14 Stefano SabatiniRemove set_all_opt() and its use in av_set_string2...
2008-12-14 Stefano SabatiniDocument register_avcodec().
2008-12-14 Stefano SabatiniMake register_avcodec() call avcodec_init().
2008-12-14 Stefano SabatiniUse a more explicit "codec" rather than "format" as...
2008-12-14 Aurelien Jacobsindeo3: replace sizeof(struct ...) by sizeof(*var)
2008-12-14 Diego Biurruncosmetics: typo/grammar/wording/whitespace fixes
2008-12-14 Anders GrönbergPrevent shift overflow, patch by Anders Grönberg, galil...
2008-12-14 Anders GrönbergAdd a few const qualifiers in appropriate places.
2008-12-14 Mike Melansonundoing revision 16118 for truemotion1.c; commit was...
2008-12-14 Mike MelansonThe POSIX namespace shall be held sacrosanct. To that...
2008-12-14 Aurelien Jacobsavoid POSIX reserved _t suffix
2008-12-14 Aurelien JacobsGet rid of mmx_t.
2008-12-13 Diego BiurrunDo not invade _t POSIX namespace.
2008-12-13 Diego BiurrunReplace 'typedef struct ustr_t' by 'struct ustr', _t...
2008-12-13 Diego BiurrunAdd img_convert() to imgconvert.h and #include it from...
2008-12-13 Luca BarbatoLet imgresample altivec code build
2008-12-13 Luca BarbatoCleanup types
2008-12-13 Luca BarbatoUnbreak imgresample altivec
2008-12-12 Stefano Sabatinis/#AVClass/AVClass/, consistent with the rest of the...
2008-12-12 Michael NiedermayerMore POSIX _t namespace cleanup.
2008-12-12 Guillaume Poirieradd Altivec implementation of clear_block
2008-12-12 Oded ShimonRename all vorbis encoder related typedefs to not use...
2008-12-12 Jay Freemanfix mjpega bitfilter when dht, dqt, sof0 are not ordere...
2008-12-12 Aurelien Jacobsrename Vp56Model to VP56Model for consistency
2008-12-12 Baptiste Coudurierdnxhd get_pixels_8x4_sym sse2
2008-12-12 Baptiste CoudurierMove get_pixels_8x4 before init func to avoid useless...
2008-12-12 Baptiste Coudurierrename 4x8 to 8x4 to match widthxheight consistently
2008-12-11 Aurelien Jacobscosmetics: vertical alignment
2008-12-11 Aurelien Jacobsavoid POSIX reserved _t suffix
2008-12-11 Aurelien Jacobsavoid POSIX reserved _t suffix
2008-12-11 Michael Niedermayers/qp_t/qp_tt/ to avoid bad examples that could lead...
2008-12-11 Vitor SessakAvoid POSIX reserved _t suffix.
2008-12-11 Vitor SessakRename ROQDPCMContext_t to ROQDPCMContext to avoid...
2008-12-11 Baptiste Couduriermove structure definitions in their own header
2008-12-11 Baptiste Couduriercosmetics
2008-12-11 Baptiste Coudurieruse dsp clear_block
2008-12-11 Baptiste Coudurieruse dsp clear_block
2008-12-11 David ConradFix compilation with only Theora decoder enabled
2008-12-11 Kenan GilletAvoid the 'Claimed bitrate and buffer size mismatch...
2008-12-10 Loren Merrittclear_block mmx
2008-12-10 Loren Merrittfix progressive jpeg:
2008-12-10 Måns RullgårdAAC: move scratch array to context to ensure 16-byte...
2008-12-09 Alexis BallierRemove useless inline qualifier, fixes linking with...
2008-12-09 Alex ConverseAAC: Use a sign LUT rather than 1-2*get_bits1()
2008-12-09 Alex ConverseAAC: Unroll code within decode_spectrum_and_dequant...
2008-12-09 Alex ConverseAAC: Remove unnecessary fabsf()
2008-12-08 Stefano SabatiniMake av_log_missing_feature an internal function, and...
next