]> git.sesse.net Git - ffmpeg/history - libavcodec
doc/filters: fix an option name in the unsharp docs
[ffmpeg] / libavcodec /
2013-09-24 Anton Khirnovh264: do not reinitialize the global cabac tables at...
2013-09-24 Anton Khirnovcabac: remove write-only h264_mps_state[]
2013-09-24 Kieran Kunhyalavc: add support for interleaved chroma formats to...
2013-09-24 Michael Niedermayerh264_sei: check SEI size
2013-09-24 Rainer Hocheckerh264: do not discard NAL_SEI when skipping frames
2013-09-24 Vittorio Giovarah264: log extradata skip only for non-ignored NALs
2013-09-24 Vittorio Giovarah264_sei: log unknown sei messages
2013-09-24 Martin Storsjömpegvideo: Initialize chroma_*_shift and codec_tag...
2013-09-23 Martin Storsjöh263dec: Remove a hack that can cause infinite loops
2013-09-22 Martin Storsjövc1dec: Check the error handling flags on slice/field...
2013-09-22 Michael Niedermayervc1dec: Don't decode slices when the latest slice heade...
2013-09-22 Martin Storsjövc1dec: Make sure last_picture is initialized in vc1_de...
2013-09-22 Martin Storsjövc1dec: Undo mpegvideo initialization if unable to...
2013-09-22 Martin Storsjövc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables...
2013-09-22 Martin Storsjöwnv1: Make sure the input packet is large enough
2013-09-20 Vittorio Giovarah264: remove an unused static constant
2013-09-20 Martin Storsjödcadec: Validate the lfe parameter
2013-09-19 Martin Storsjöfraps: Make the input buffer size checks more strict
2013-09-19 Martin Storsjösvq3: Avoid a division by zero
2013-09-19 Martin Storsjöqpeg: Add checks for running out of rows in qpeg_decode...
2013-09-19 Martin Storsjömpegaudiodec: Validate that the number of channels...
2013-09-19 Martin Storsjöasvdec: Verify the amount of extradata
2013-09-19 Martin Storsjörv34: Fix a memory leak on errors
2013-09-19 Martin Storsjörv10: Validate the dimensions set from the container
2013-09-18 Alex Converseaacdec: Add support for LD (Low Delay) AAC
2013-09-18 Alex Converseaacdec: Add support for Error Resilience syntax.
2013-09-18 Justin RugglesAdd a WebP decoder
2013-09-18 Justin Ruggleslavc: add ff_u8_to_s8() for safe type punning of uint8_...
2013-09-17 Martin Storsjötwinvqdec: Check the ibps parameter separately
2013-09-17 John Stebbinsdca_parser: Handle changes in DCA frame size
2013-09-17 Martin Storsjöjpeg2000dec: Add more checks when parsing headers
2013-09-17 Martin Storsjöffv1: Make sure at least one slice context is initialized
2013-09-17 Martin Storsjöeacmv: Make sure a reference frame exists before refere...
2013-09-17 Martin Storsjötruemotion2: Use av_freep properly in an error path
2013-09-17 Martin Storsjömpeg4videodec: Check the width/height in mpeg4_decode_s...
2013-09-17 Martin Storsjöivi_common: Make sure color planes have been initialized
2013-09-17 Martin Storsjörv34: Check the return value from ff_rv34_decode_init
2013-09-17 Martin Storsjömace: Make sure that the channel count is set to a...
2013-09-17 Martin Storsjösvq3: Check for any negative return value from ff_h264_...
2013-09-16 Martin Storsjöx86: Add an xmm clobbering wrapper for avcodec_encode_v...
2013-09-16 Vittorio GiovaraFix references to deleted avcodec_encode_video() function
2013-09-16 Martin Storsjöavpacket: Fix error checking in packet_alloc
2013-09-16 Martin Storsjövp3: Check the framerate for validity
2013-09-16 Martin Storsjöproresdec: Properly make sure an index doesn't run...
2013-09-16 Martin Storsjöcavsdec: Make sure a sequence header has been decoded...
2013-09-15 Hendrik Leppkesmathops/x86: work around inline asm miscompilation...
2013-09-13 Christian Schmidtpcm-dvd: Minor leftovers
2013-09-13 Christian Schmidtpcm-dvd: Support channel configuration changes
2013-09-12 Martin Storsjög2meet: Allocate cursor buffers large enough to fit...
2013-09-12 Martin Storsjöaic: Validate values read from the bitstream
2013-09-12 Michael Niedermayerzmbvdec: Check the buffer size for uncompressed data
2013-09-12 Martin Storsjöshorten: Break out of loop looking for fmt chunk if...
2013-09-12 Martin Storsjöshorten: Use a checked bytestream reader for the wave...
2013-09-11 Martin Storsjösmacker: Free memory properly if the init function...
2013-09-11 Martin Storsjösmacker: Make sure we don't fill in huffman codes out...
2013-09-11 Martin Storsjösmacker: Check malloc return values
2013-09-10 Diego BiurrunDrop pointless directory name prefixes from #includes...
2013-09-07 Luca Barbatonuv: check ff_rtjpeg_decode_frame_yuv420 return value
2013-09-05 Diego Biurrunavcodec: Stop exporting the removed audio_resample...
2013-09-05 Vittorio Giovarampeg12enc: K&R formatting cosmetics
2013-09-05 Vittorio Giovarampeg12enc: drop forward declarations
2013-09-04 Martin Storsjömpegvideo: Avoid 32-bit wrapping of linesize multiplica...
2013-09-03 Michael Niedermayermjpegb: Detect changing number of planes in interlaced...
2013-09-03 Martin Storsjöalac: Check that the channels fit at the given offset
2013-09-03 Martin Storsjöalac: Limit max_samples_per_frame
2013-09-02 Diego Biurruncosmetics: Fix ATRAC codec name spelling
2013-09-02 Anton Khirnovpictordec: pass correct context to avpriv_request_sample
2013-09-02 Anton Khirnovpictordec: break out of both decoding loops when y...
2013-09-02 Anton Khirnovvcr1: add sanity checks
2013-08-31 Martin Storsjöpcm-dvd: Fix build on big endian
2013-08-31 Christian Schmidtpcm_dvd: consolidate pieces from pcm.c and mpeg.c
2013-08-31 Christian Schmidtpcm_bluray: cosmetics
2013-08-31 Christian Schmidtpcm_bluray: rename pcm-mpeg.c to pcm-bluray.c
2013-08-29 Diego Biurrunx86: avcodec: Consistently structure CPU extension...
2013-08-29 Diego Biurrunx86: avcodec: Use convenience macros to check for CPU...
2013-08-29 Diego Biurrunppc: cosmetics: Consistently format CPU flag detection...
2013-08-29 Diego Biurruncosmetics: Place arch initialization calls in alphabeti...
2013-08-29 Diego Biurrunarm: fmtconvert: Split armv6 fmtconvert code off from...
2013-08-29 Diego Biurrunarm: dcadsp: Move synth filter initialization to dcadsp...
2013-08-28 Diego Biurrunppc: Add missing AltiVec cpuflag detection invocations
2013-08-28 Diego Biurrunppc: fdct: Remove vim editor settings comment
2013-08-28 Diego Biurrunmpegvideo: Replace arch initialization ifdeffery by...
2013-08-28 Diego Biurrunx86: rv40dsp: Move inline assembly optimizations out...
2013-08-28 Diego Biurrundsputil: x86: Hide arch-specific initialization details
2013-08-28 Diego Biurrunppc: Add and use convenience macro to check for AltiVec...
2013-08-28 Rafaël Carréapedec: do not buffer decoded samples over AVPackets
2013-08-27 Luca Barbatoac3: Return proper error codes
2013-08-27 Luca Barbatoac3: Clean up the error paths
2013-08-27 Luca Barbatoac3: Do not clash with normal AVERROR
2013-08-26 Kostya Shishkovimc: support mode 1
2013-08-26 Kostya Shishkovtwinvq: set block align for codecs and use it in size...
2013-08-24 Diego Biurrunh264_cabac: Mark functions calling decode_cabac_residua...
2013-08-23 Diego Biurrunarm: h264chroma: Do not compile h264_chroma_mc* depende...
2013-08-23 Diego Biurrunlibfdk-aacdec: formatting cosmetics
2013-08-23 Diego Biurrunvp56: Mark VP6-only optimizations as such.
2013-08-21 Diego Biurrunx86: Split DCT and FFT initialization into separate...
2013-08-21 Diego Biurrunx86: h264_idct: Remove incorrect comment
2013-08-21 Diego Biurrunavcodec/utils: Simplify a condition that combines HAVE_...
2013-08-20 Diego Biurrunh264_ps: Use more meaningful error values
2013-08-20 Diego Biurrunh264_ps: K&R formatting cosmetics
next