]> git.sesse.net Git - ffmpeg/history - libavcodec
move code to avoid forward declaration
[ffmpeg] / libavcodec /
2009-11-08 Justin Rugglesac3dec: revert r20089. The change was just wrong. 10l...
2009-11-07 Michael NiedermayerSimpliy exp*table init, based on patch by reimar.
2009-11-05 Reimar DöffingerAdd ff_init_ff_cos_tabs function and use it in rdft...
2009-11-05 Reynaldo H. Verdej... Correct double include introduced by r20450
2009-11-04 Vitor SessakReduce stack memory allocation in MP3 decoder
2009-11-04 Reynaldo H. Verdej... Implement ff_scale_vector_to_given_sum_of_squares()
2009-11-04 Reimar DöffingerPad ff_cos_tabs and ff_sin_tabs so that index n points...
2009-11-03 Alex ConverseDon't lock the channel output configuration based on...
2009-11-03 Andrew Wasonadd yuvs fourcc to raw.c and isom.c, fixes samples...
2009-11-03 Justin RugglesSimplify AC-3 critical band end calculation (correctly...
2009-11-03 Justin RugglesRevert r20050, which caused decoding errors with at...
2009-11-02 Michael NiedermayerAvoid huge array for rgb ljpeg on the stack.
2009-11-02 Ben Littlermap VYUY fourcc to rawcodec
2009-11-01 Justin RugglesSet sample format in flac_decode_init() rather than in
2009-11-01 Justin RugglesSet the sample format for Smacker audio in the decoder...
2009-10-31 Vitor SessakImplement AMR gain function that is used by both AMR...
2009-10-29 Michael NiedermayerChange whitespace placement a little to improve readabi...
2009-10-29 Michael NiedermayerMultiple inclusion guards for synth_filter.h.
2009-10-29 Francesco LavraSupport demuxing teletext in DVB streams.
2009-10-29 Michael NiedermayerVertically align function arguments.
2009-10-29 Måns RullgårdAdd generic rules for building helpers with HOSTCC
2009-10-28 Reimar Döffingervorbis_dec: factor out duplicated code for index readin...
2009-10-28 Reimar DöffingerChange format string from "x" to PRIx32 to hopefully...
2009-10-28 Måns RullgårdMakefile cosmetics
2009-10-28 Måns RullgårdGenerate mpegaudio tables only when CONFIG_HARDCODED_TA...
2009-10-28 Reimar DöffingerFix out-of-tree builds with --enable-hardcoded-tables
2009-10-28 Reimar DöffingerFix dependency: generated table is needed to create...
2009-10-28 Reimar DöffingerBetter formatting for 2D tables in tableprint code.
2009-10-28 Reimar Döffinger10l, fix incorrect endif comment.
2009-10-28 Reimar DöffingerAdd support for hardcoding the mpegaudiodec tables.
2009-10-28 Michael NiedermayerRemove unused variable j.
2009-10-28 Michael NiedermayerSplit synth filter out of dca.c.
2009-10-28 Diego BiurrunSplit PAM encoder off into its own file.
2009-10-28 Diego BiurrunSplit the decoders from pnmen.c off into their own...
2009-10-28 Diego BiurrunThe encoders in pnmenc.c now depend on the init/end...
2009-10-27 Vitor SessakCommit some functions that are used by both SIPR and...
2009-10-27 Stefano SabatiniMove pixdesc.{h,c} from libavcodec to libavutil.
2009-10-27 Stefano SabatiniConsistently use third person in doxies.
2009-10-27 Diego BiurrunMove PNM init/end functions to the PNM common code.
2009-10-27 Diego Biurrunwhitespace cosmetics: K&R coding style, prettyprinting
2009-10-27 Diego BiurrunRemove crufty leftovers from the era when this file...
2009-10-27 Ben Littleradd some raw codec fourccs, fixes:
2009-10-27 Benoit FouetFix indentation.
2009-10-27 Benoit FouetOnly memset for palettes of 16 elements.
2009-10-27 Carl Eugen HoyosClarify responsibility for freeing a buffer when using...
2009-10-26 Stefano SabatiniAdd a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor...
2009-10-25 Loren Merritts/movdqa/movaps/ in sse1 fft. (regression in r20293)
2009-10-24 Vitor SessakBump micro version after the FRWU decoder inclusion
2009-10-23 Diego BiurrunCompile LPC code when CONFIG_LPC is set.
2009-10-22 Daniel VerkampBuild extradata in adpcm_ms encoder.
2009-10-22 Daniel VerkampIndicate that AdaptCoeff1 and 2 are functions of the...
2009-10-20 Reimar Döffingersin_tables.c is a generated file, so add it to CLEANFILES
2009-10-20 avcoderRemove SHIFT_TEMPS from jfdct code.
2009-10-19 Diego BiurrunAdd missing dependency of the S/PDIF muxer on the AAC...
2009-10-19 Diego BiurrunGet rid of some pointless '== NULL' / '!= 0' conditions...
2009-10-19 Stefano SabatiniAdd additional long names for the Flash Video decoder...
2009-10-19 Stefano SabatiniAdd additional long names for the Sorenson Vector Quant...
2009-10-19 Stefano SabatiniAdd additional long names for the Sorenson Vector Quant...
2009-10-19 Reimar Döffingermpegaudiodec, mpc and qdm2 all use the same mpa_synth...
2009-10-19 Diego Biurrunwhitespace cosmetics: prettyprinting, K&R style
2009-10-19 Carl Eugen HoyosFlip (M)JPEG frames encoded by Intel JPEG library.
2009-10-19 Diego BiurrunRemove pointless parentheses.
2009-10-19 Diego Biurruncosmetics: Remove pointless parentheses from return...
2009-10-19 Jason Garrett-GlaserUpdate libx264.c for x264 API change
2009-10-18 Loren Merrittfix linking on systems with a function name prefix...
2009-10-18 Loren Merrittsync yasm macros to x264
2009-10-18 Charles Yatesfix sar for dvcpro hd, patch by Charles Yates, charles...
2009-10-18 Loren Merritthuffyuv: add some const qualifiers
2009-10-18 Loren Merrittsimd add_hfyu_left_prediction
2009-10-18 Justin Rugglesadd CONFIG_LPC to the build system for lpc dsputil...
2009-10-18 Måns RullgårdWMAPRO: use some type punning in decode_coeffs()
2009-10-18 Vitor SessakReplace big square-root table by a call to ff_sqrt...
2009-10-18 Onur KüçükFix typo that mistakenly slipped into previous commit:
2009-10-18 Diego Biurruncosmetics: Break overly long lines.
2009-10-17 Justin RugglesMove autocorrelation function from flacenc.c to lpc...
2009-10-17 Michael NiedermayerRevert r20249, it seems the union trick works everywhere
2009-10-17 Jai Menonalacenc : use private compression_level value consistently.
2009-10-16 Alexander StrangeRemove a meaningless 'inline' from add_hfyu_left_predic...
2009-10-16 Alexander StrangeHuffyuv: Add missing const to src pointers in dsputil...
2009-10-16 Alexander StrangeHuffyuv: Remove unnecessary allocation in alloc_temp().
2009-10-16 Alexander StrangeHuffyuv: Fix a valgrind warning in get_vlc2().
2009-10-16 Jai Menonalacenc : Move some code around for clarity.
2009-10-16 Ramiro Pollamlp: Indent.
2009-10-16 Ramiro Pollamlp: Only initialize VLC tables once. This caused a...
2009-10-16 Reimar Döffingermlp: Use smaller CRC tables if CONFIG_SMALL.
2009-10-16 Carl Eugen HoyosDo not try to free memory that was never allocated...
2009-10-16 Carl Eugen HoyosRelease unreleased buffers found by make test.
2009-10-16 Michael NiedermayerVery evil missuse of svn to test if AVOption and AVOpti...
2009-10-16 Michael NiedermayerAdd an experimental AVOption2 that uses an union instea...
2009-10-16 Reimar DöffingerSplit parts of dvdata.h into dvdata.c, this ensures...
2009-10-15 Reimar DöffingerAdd support for hardcoded ff_sin_* tables.
2009-10-15 Reimar DöffingerMove/add COSTABLE/SINTABLE macros to dsputil to add...
2009-10-15 Reimar DöffingerRemove silly casts to the same type as we already have.
2009-10-15 Reimar DöffingerAdd missing release_buffer at decode end for asv1 decoder.
2009-10-15 Reimar DöffingerPartially revert r20233, exp2f is not available on...
2009-10-15 Frank BarchardRaise MAX_THREADS to 16.
2009-10-15 Reimar DöffingerDo not initialize ff_cos_* tables again in rdft_init...
2009-10-15 Reimar DöffingerUse cbrtf and exp2f instead of pow to calculate tables...
2009-10-14 Reimar DöffingerUse hardcoded instead of runtime-calculated ff_cos_...
2009-10-14 Kostya ShishkovRelease frame after decoding is done
next