]> git.sesse.net Git - ffmpeg/history - libavcodec
vda: cosmetic.
[ffmpeg] / libavcodec /
2012-01-08 Sebastien Zwickertvda: cosmetic.
2012-01-08 Sebastien Zwickertvda: removes useless doxygen command.
2012-01-08 Sebastien Zwickertvda: uses pthreads directly.
2012-01-08 Sebastien Zwickertvda: convert 3 byte NAL sizes to 4 byte.
2012-01-08 Reimar Döffingerindeo4, swresample: add some missing static/const to...
2012-01-08 Reimar DöffingerFix incorrect increment in sgidec.c
2012-01-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-07 Michael Niedermayerg723_1: Fix "libavcodec/g723_1.c:988:8: warning: assign...
2012-01-07 Michael Niedermayerdca: Fix uninitialized variable warnings.
2012-01-07 Michael Niedermayerjpegdec: support ilv=1 grayscale jpeg-ls.
2012-01-07 Michael Niedermayerljpegdec: support non zero MCU for RGB. 2nd try
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 Carl Eugen HoyosCosmetics: Fix indentation.
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-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-06 Michael Niedermayerindeo5: Fix null pointer dereference.
2012-01-06 Michael Niedermayerljpeg: Fix bits != 8 or 16 support
2012-01-06 Michael Niedermayerljpeg: Add predictor=0 support.
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 Clément Bœschtimecode: more tolerant frame rate check for drop flag.
2012-01-06 Justin Rugglesadd bytestream2_tell() and bytestream2_seek() functions
2012-01-06 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-01-06 Janne Grunauparsers: initialize MpegEncContext.slice_context_count...
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
next