]> git.sesse.net Git - ffmpeg/history - libavcodec
mpegaudiodec: move imdct and windowing function to mpegaudiodsp
[ffmpeg] / libavcodec /
2012-01-09 Vitor Sessakmpegaudiodec: move imdct and windowing function to...
2012-01-09 Vitor Sessakmpegaudiodec: interleave iMDCT buffer to simplify futur...
2012-01-08 Daniel Huangmjpegdec: K&R formatting cosmetics
2012-01-08 Aneesh Dograbfi: Use bytestream2 functions to prevent buffer overreads.
2012-01-08 Laurentiu Iondpcm: Fix invalid writes
2012-01-08 Aneesh Dograutvideo: frame multithreading.
2012-01-08 Chris Evansvorbis: An additional defense in the Vorbis codec.
2012-01-07 Reinhard Tartlervorbisdec: Fix decoding bug with channel handling
2012-01-07 Diego Biurruncabac: Move code only used within the CABAC test progra...
2012-01-07 Diego Biurrunvp56: Drop unnecessary cabac.h #include.
2012-01-07 Diego Biurrunh264-test: Initialize AVCodecContext.av_class.
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2012-01-07 Justin Rugglesavcodec: attempt to clarify the CODEC_CAP_DELAY documen...
2012-01-07 Justin Rugglesavcodec: fix avcodec_encode_audio() documentation.
2012-01-07 Justin Rugglesg722enc: validate AVCodecContext.trellis
2012-01-07 Justin Rugglesg722enc: set frame_size, and also handle an odd number...
2012-01-07 Justin Rugglesg722enc: split encoding into separate functions for...
2012-01-07 Vitor Sessakmpegaudiodec: Use clearer pointer math
2012-01-07 Justin Rugglestta: fix 24-bit decoding.
2012-01-07 Paul B Maholinterplayvideo: Handle changed video dimensions on...
2012-01-07 Martin Storsjölibavcodec: Handle param change side data in avcodec_de...
2012-01-07 Martin Storsjölibavcodec: Move apply_param_change up above avcodec_de...
2012-01-07 Janne Grunauindeo3: check motion vectors for validity
2012-01-06 Michael Niedermayerindeo5: Fix null pointer dereference.
2012-01-06 Laurentiu Ionflicvideo: fix invalid reads
2012-01-06 Chris Evansvorbis: Avoid some out-of-bounds reads
2012-01-06 Diego Biurruncabac: remove unused function renorm_cabac_decoder
2012-01-06 Diego Biurrunh264: Only use symbols from the SVQ3 decoder under...
2012-01-06 Justin Rugglesadd bytestream2_tell() and bytestream2_seek() functions
2012-01-06 Janne Grunauparsers: initialize MpegEncContext.slice_context_count...
2012-01-05 Janne Grunautruemotion2: check size before GetBitContext initialisation
2012-01-05 Janne Grunauadpcm: ADPCM Electronic Arts has always two channels
2012-01-05 Aneesh Dogra4xm: Prevent buffer overreads.
2012-01-05 Janne Grunaumjpegdec: parse RSTn to prevent skipping other data...
2012-01-05 Janne Grunauvp3: fix streams with non-zero last coefficient
2012-01-05 Oana StratulatReport an error if pitch_lag is zero in AMR-NB decoder.
2012-01-05 Ronald S. BultjeRevert "4xm: Prevent buffer overreads."
2012-01-05 Aneesh Dogra4xm: Prevent buffer overreads.
2012-01-05 Aneesh Dogra4xm: pass the correct remaining buffer size to decode_i...
2012-01-05 Aneesh Dogra4xm: fix calculation of the next output line position...
2012-01-04 Ronald S. Bultjeulti: convert to new bytestream API.
2012-01-04 Diego BiurrunPlace some START_TIMER invocations in separate blocks.
2012-01-04 John Brooksvc1dec: fix invalid memory access for small video dimen...
2012-01-04 John Brooksrv34: fix invalid memory access for small video dimensions
2012-01-04 Christophe GISQUETrv34: joint coefficient decoding and dequantization
2012-01-04 Ronald S. Bultjeh264: return index in buffer on end-of-sequence.
2012-01-04 Diego BiurrunMerge some declarations and initializations.
2012-01-04 Diego Biurruncabac: drop unused and disabled get_cabac_u() / get_cab...
2012-01-04 Diego Biurruncabac: drop unused STRICT_LIMITS code branch
2012-01-03 Justin Ruggleslibspeexenc: fix pts calculations for more than 1 frame...
2012-01-03 Justin Rugglesadxdec: clear eof flag and channel states when seeking
2012-01-03 Justin Rugglesadxenc: check output buffer size before writing
2012-01-03 Justin Rugglesadxenc: use bytestream functions for header writing.
2012-01-03 Justin Rugglesadxenc: use BLOCK_SIZE and BLOCK_SAMPLES macros
2012-01-03 Justin Rugglesadxenc: use a loop to encode each channel
2012-01-03 Justin Rugglesadxenc: remove unneeded loops
2012-01-03 Justin Rugglesadxenc: avoid stereo deinterleaving
2012-01-03 Justin Rugglesadxenc: remove unnecessary setting of coded_frame-...
2012-01-03 Justin Rugglesadxenc: log an error message and return AVERROR(EINVAL...
2012-01-03 Justin Rugglesadxenc: cosmetics: pretty-printing
2012-01-03 Justin Rugglesadxenc: change some data types
2012-01-03 Justin Rugglesadxenc: remove unneeded log message
2012-01-03 Justin Rugglesadxenc: remove unneeded comments
2012-01-03 Michael Niedermayeradx_parser: rewrite.
2012-01-03 Justin Rugglesadxdec: Validate channel count to fix a division by...
2012-01-03 Michael Niedermayeradxdec: Do not require extradata.
2012-01-03 Justin Rugglesalacdec: implement the 2-pass prediction type.
2012-01-03 Justin Rugglesalacenc: implement the 2-pass prediction type.
2012-01-03 Justin Rugglesalacenc: do not generate invalid multi-channel ALAC...
2012-01-03 Justin Rugglesalacdec: fill in missing or guessed info about the...
2012-01-03 Kostya Shishkovutvideo: proper median prediction for interlaced videos
2012-01-03 Shitiz Gargdca: K&R formatting cosmetics
2012-01-03 Aneesh Dogradct: K&R formatting cosmetics
2012-01-03 Daniel Verkampwin32: detect number of CPUs using affinity
2012-01-03 Diego Biurrunsnow: Restore three mistakenly removed casts.
2012-01-02 Janne Grunaumpegenc: use avctx->slices as number of slices
2012-01-02 Janne Grunauv410enc: fix undefined signed left shift caused by...
2012-01-02 Diego BiurrunFix a bunch of typos.
2012-01-02 Diego BiurrunDrop some pointless void* return value casts from av_ma...
2012-01-02 Justin Ruggleswavpack: fix typos in previous cosmetic clean-up commit
2012-01-02 Justin Ruggleswavpack: cosmetics: K&R pretty-printing
2012-01-02 Hendrik Leppkeswavpack: determine sample_fmt before requesting a buffer
2012-01-02 Justin Rugglesbmv audio: implement new audio decoding API
2012-01-02 Justin Rugglesmpegaudiodec: skip all channels when skipping granules
2012-01-01 Aneesh Dograbfi: K&R cosmetics
2012-01-01 Aneesh Dograbgmc: K&R cleanup
2012-01-01 Stefano Sabatinirawdec: propagate pict_type information to the output...
2012-01-01 Piotr Bandurskirawdec: Support more QT 1bpp rawvideo files.
2012-01-01 Janne Grunauthreads: limit the number of automatic threads to MAX_A...
2012-01-01 Janne Grunauthreads: set thread_count to 1 when thread support...
2012-01-01 Janne Grunauthreads: introduce CODEC_CAP_AUTO_THREADS and add it...
2011-12-31 Ronald S. Bultjempegaudiodec: fix seeking.
2011-12-31 Justin Rugglesmpegaudiodec: fix compilation when testing the unchecke...
2011-12-31 Janne Grunauthreads: add sysconf based number of CPUs detection
2011-12-31 Janne Grunauthreads: always include necessary headers for number...
2011-12-31 Janne Grunauthreads: default to automatic thread count detection
2011-12-31 Shitiz Gargcook: K&R formatting cosmetics
2011-12-30 Diego Biurruncosmetics: Drop unnecessary parentheses around return...
2011-12-29 Diego Biurrunlibvorbis: K&R reformatting cosmetics
2011-12-29 Aneesh Dogralibmp3lame: K&R formatting cosmetics
next