]> git.sesse.net Git - ffmpeg/history - libavcodec
indent
[ffmpeg] / libavcodec /
2007-11-28 Stefano SabatiniClarify documentation for avcodec_encode_audio.
2007-11-27 Aurelien Jacobsremove some unused ff_p* vars from dsputil
2007-11-27 Aurelien Jacobsremove useless #ifdef around extern declaration
2007-11-27 Aurelien Jacobscosmetics: indentation
2007-11-27 Aurelien Jacobsconvert some #ifdef CONFIG_ to if(ENABLE_
2007-11-27 Aurelien Jacobsbuild vc1dsp_mmx.c in its own compilation unit
2007-11-27 Aurelien Jacobsuse ff_ prefix for extern vars
2007-11-27 Aurelien Jacobsmake ff_p* vars extern so that they can be used in...
2007-11-27 Aurelien Jacobs10l: init_get_bits want size in bits, not bytes
2007-11-27 Aurelien Jacobscosmetics: alignment
2007-11-27 Diego Biurrunspelling cosmetics
2007-11-27 D Richard Felker IIIsync message with modern ffmpeg bitrate option syntax.
2007-11-25 Aurelien Jacobsremove some empty close/init functions in avcodec
2007-11-25 Aurelien Jacobsadd pcm_s16le_planar support for electronicarts files
2007-11-25 Aurelien Jacobssplit wmv2 encoder and decoder in their own files
2007-11-25 Christophe GisquetTypo fix. Previous version had some picture error build...
2007-11-24 Kostya ShishkovData tables for future RV30/40 decoder
2007-11-24 Christophe GisquetStrip debug stuff from vc1dsp_mmx.c, patch by Christoph...
2007-11-24 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2007-11-23 Diego Biurrunmain() --> main(void)
2007-11-21 Christophe Gisquetadd VC-1 MMX DSP functions, under MIT license.
2007-11-19 Michael Niedermayercosmetic (x==NULL -> !x)
2007-11-19 Michael Niedermayercosmetic (place { consistently)
2007-11-19 Michael Niedermayercosmetic (remove != 0 / != NULL)
2007-11-19 Michael Niedermayeruse sizeof in snprintf (note the changed code is all...
2007-11-19 Michael Niedermayercheck region depth for validity
2007-11-18 Benjamin LarssonUse memcpy instead of for loop
2007-11-17 Jeff DownsCall mpegvideo flush routine on h264 flush. Needed...
2007-11-16 Diego BiurrunRemove unused functions, fixes the warnings:
2007-11-15 Aurelien Jacobsavoid some halfpel related #ifdef
2007-11-15 Diego BiurrunPut halfpel_interpol under the same #ifdef as its usage...
2007-11-15 Panagiotis IssarisAttribute for specifying direction should come right...
2007-11-15 Christophe GisquetUse put_signed_pixels_clamped where appropriate
2007-11-14 Alex BeregszasziRemove editor junk from the end.
2007-11-14 Benjamin LarssonSmall simplification
2007-11-14 Alex BeregszasziSupport 44.1kHz audio. Acked by Benjamin
2007-11-14 Alex BeregszasziChange the "report sample" message from AV_LOG_DEBUG...
2007-11-14 Alex BeregszasziMake sine_window static. Acked by Benjamin Larsson
2007-11-14 Stefano SabatiniFix nellymoser decode_tag return value, patch by Stefan...
2007-11-13 Diego BiurrunRemove unused variable, fixes the warning:
2007-11-12 Diego Biurruncosmetics: Keep all OBJS entries on a line of their...
2007-11-12 Michael Niedermayertring to workaround gcc 2.95 bug which causes random...
2007-11-10 Baptiste Coudurierogg muxer
2007-11-10 Diego BiurrunAdd comments to some #endif directives.
2007-11-10 Diego Biurruncosmetics: Fix vissual --> visual typo.
2007-11-10 Stefano SabatiniImprove unsupported (pixel) format error message.
2007-11-10 Diego Biurruncosmetics: Fix spacial --> spatial typo in function...
2007-11-10 Diego Biurrunmisc spelling/grammar/wording fixes in comments
2007-11-10 Kostya ShishkovX8 is supported now, so warning is incorrect
2007-11-10 Reinhard NisslProvide top_field_first logic for h264
2007-11-10 Aurelien Jacobsmake some tables static
2007-11-09 Aurelien Jacobsadd multiple inclusion guards
2007-11-09 Michael Niedermayergrammar
2007-11-09 Michael Niedermayerindention
2007-11-09 Michael Niedermayerremove useless #ifdef
2007-11-09 Michael Niedermayerremove inline from non speed critical functions
2007-11-09 Michael Niedermayervertical align
2007-11-09 Michael Niedermayerindention
2007-11-09 Michael Niedermayerremove unneeded {}
2007-11-09 Michael Niedermayeradd {} to make the else look a little more normal
2007-11-09 Michael Niedermayerindention
2007-11-09 Michael Niedermayerindention
2007-11-09 Michael Niedermayerremove debug variable
2007-11-09 Michael Niedermayerremove #if 0 code
2007-11-09 Michael Niedermayercosmetic
2007-11-09 Michael Niedermayerfactorize
2007-11-09 Michael Niedermayerintrax8 decoder patch by "someone"
2007-11-08 Martin LindheMove 2 defines from mpegaudiodec.c to mpegaudiodata...
2007-11-07 Aurelien Jacobscosmetics: indentation
2007-11-07 Aurelien Jacobssplit wmv2 in its own file
2007-11-07 Jeff DownsFix deblocking filter for field pictures by properly...
2007-11-07 Aurelien Jacobsrename some msmpeg4 symbols and make them non-static
2007-11-07 Diego BiurrunFix make checkheaders by adding missing #include.
2007-11-07 Aurelien Jacobssplit definition of PCM_CODEC into PCM_ENCODER and...
2007-11-07 Kostya ShishkovMusepack SV8 demuxer and decoder
2007-11-06 Jeff DownsFix poc for field pictures. Prior to this, the poc...
2007-11-06 Timofei V. Bondarenkofix predictor initialization for adpcm-ima encoder...
2007-11-05 Jeff DownsCorrect assignment of interlaced_frame; was being set...
2007-11-04 Diego BiurrunRemove libvorbis Vorbis decoding support. Our native...
2007-11-04 Benjamin LarssonRemove unused variable
2007-11-04 Diego BiurrunMove external library codec registration to a separate...
2007-11-04 Josh CoalsonAdd decoding support for variable block size FLAC files...
2007-11-03 Josh CoalsonAdd support for FLAC's new RICE2 entropy coding method...
2007-11-03 Aurelien Jacobsadd Electronic Arts XAS ADPCM decoder
2007-11-03 Fabrice BellardUse the ffmpeg mdct function, patch by Fabrice Bellard...
2007-11-02 Kostya ShishkovSplit Musepack decoder into SV7 decoder and synth core
2007-11-01 Aurelien Jacobsmove adx.c to adxdec.c
2007-11-01 Aurelien Jacobssplit adx encoder in its own file
2007-11-01 Aurelien Jacobsremove useless debug func
2007-11-01 Aurelien Jacobscleanup and simplify adx_decode_header()
2007-11-01 Aurelien Jacobsremove useless initialization to 0 of adx context
2007-11-01 Aurelien Jacobssimplify dpcm decoders declaration using a macro
2007-11-01 Aurelien Jacobsremove useless #undef
2007-11-01 Aurelien Jacobsremove unreachable code
2007-11-01 Aurelien Jacobscosmetics: alignment
2007-11-01 Aurelien Jacobsdon't register adpcm encoders which are not implemented
2007-11-01 Aurelien Jacobscosmetics: sort
2007-10-31 Michael Niedermayerprefer our native vorbis decoder over libvorbis
2007-10-31 Michael Niedermayerfix issue130
2007-10-30 Peter RossEA IMA EACS decoder
next