]> git.sesse.net Git - ffmpeg/history - libavcodec
tta: Fix returned error code at EOF
[ffmpeg] / libavcodec /
2012-01-06 Clément Bœschtimecode: more tolerant frame rate check for drop flag.
2012-01-06 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-06 James Zernlibvpxenc: restore vp8flags for compatibility
2012-01-06 Michael Niedermayertta: Fix regression of 24bit decoding.
2012-01-06 Michael NiedermayerRevert commit 599b4c6efddaed33b1667c386b34b07729ba732b
2012-01-06 Carl Eugen HoyosFix compilation with --disable-everything --enable...
2012-01-06 ami_stuffpam: Reject 64bpp rgba.
2012-01-05 Carl Eugen HoyosAllow decoding of uyvy422 CYUV with -vcodec rawvideo.
2012-01-05 Carl Eugen HoyosSupport decoding of some unusual jpeg samples.
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 Reimar DöffingerCheck for overread in vqa video decoder.
2012-01-05 Reimar Döffingersipr: fall back to setting mode based on bit_rate.
2012-01-05 Clément Bœschtimecode: add avpriv_check_timecode_rate().
2012-01-05 ami_stuffSupport 48bpp pam decoding.
2012-01-05 ami_stuffSupport 16bpp grayscale pam decoding.
2012-01-05 Michael Niedermayerlibvpxenc: Remove duplicate AVOption constants.
2012-01-05 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
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-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-04 Michael Niedermayervorbis: make sure ch is non zero before calling vorbis_...
2012-01-04 Chris Evansvorbis: An additional defense in the Vorbis codec.
2012-01-04 Chris Evansvorbis: Fix decoder bug.
2012-01-04 Michael Niedermayervorbisdec: Make sure blocksize is not set to an invalid...
2012-01-04 Michael Niedermayervorbis: Fix last quarter of CVE-2011-3893
2012-01-04 Chris Evansogg: Avoid the possibility to read out-of-bounds of...
2012-01-04 Philippe Saint-PierreFix possible infinite loop decoding als.
2012-01-04 Ronald S. Bultjeulti: convert to new bytestream API.
2012-01-04 Carl Eugen HoyosReplace deprecated FF_I_TYPE with AV_PICTURE_TYPE_I...
2012-01-04 Carl Eugen Hoyosyuv4 libquicktime packed 4:2:0 encoder and decoder.
2012-01-04 Carl Eugen Hoyosv308 Quicktim Uncompressed 4:4:4 encoder and decoder.
2012-01-04 Carl Eugen HoyosAdd decoder for Avid 1:1 10-bit RGB Packer (AVrp).
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 Michael Niedermayerjpegdec: Fix vlc table check for progressive jpegs.
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 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
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 Niedermayerwmall: remove ;;
2012-01-03 Michael NiedermayerMerge remote-tracking branch 'shariman/wmall'
2012-01-03 Carl Eugen HoyosSet bits_per_coded_sample when encoding Y41P.
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 Piotr BandurskiSupport 8bpp grayscale Sun Rasterfile images.
2012-01-03 Diego Biurrunsnow: Restore three mistakenly removed casts.
2012-01-03 Michael BradshawAdded yuva420p decoding support for libopenjpeg
2012-01-03 Michael BradshawAdded RGBA and YUV440 decoding support for libopenjpeg...
2012-01-03 Michael BradshawFixed openjpeg decoding bug with width/linesize issue
2012-01-03 Paul B Mahollavc: replace rest of deprecated SAMPLE_FMT_* with...
2012-01-03 Paul B Mahollavc: replace rest of deprecated FF_*_TYPE with AV_PICT...
2012-01-03 Jean Firstvp3: remove redeclaration of vp3_decode_flush
2012-01-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-02 Mashiat Sarker Sha... Fix audio output
2012-01-02 Mashiat Sarker Sha... Suppress dumping of residues buffer
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 Michael Niedermayerjpegdec: non interleaved rgb ljpeg support.
2012-01-02 Michael Niedermayerjpegdec: 9-16 bit yuv/gray ljpeg support.
2012-01-02 Michael Niedermayerjpegdec: Only enable rgb mode when there are 3 components.
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 Michael Niedermayervp3: fix regression with mplayer-crash.ogv
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
next