]> git.sesse.net Git - ffmpeg/history - libavcodec
Fix references to deleted avcodec_encode_video() function
[ffmpeg] / libavcodec /
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
2013-08-20 Diego Biurrunh264_ps: Drop commented-out cruft
2013-08-20 Diego Biurrunh264data: Move some tables to the only place they are...
2013-08-20 Diego Biurrunh264data: Remove unused luma_dc_field_scan table
2013-08-20 Martin StorsjöAdd a libfdk-aac decoder
2013-08-20 Diego Biurrunavcodec: Remove some commented-out debug cruft
2013-08-17 Janne Grunaudxa: fix decoding of first I-frame by separating I...
2013-08-16 Luca Barbatodxa: Make sure the reference frame exists
2013-08-16 Luca Barbatoh261: check the mtype index
2013-08-16 Kostya Shishkovaltivec: perform an explicit unaligned load
2013-08-15 Diego Biurrunvp56data: Move all data tables to the .c file
2013-08-15 Diego Biurrunvp56data: Move all shared enum/struct declarations...
2013-08-15 Diego Biurrunmpeg12decdata.h: Move all tables to the only place...
2013-08-15 Diego Biurrunmpeg12decdata: Remove unused #define
2013-08-15 Diego Biurrunavcodec: Replace local extern declarations for tables...
2013-08-15 Diego Biurrunivi_common: Make some tables only used within the file...
2013-08-15 Janne Grunau8bps: decode 24bit files correctly as rgb32 on bigendian
2013-08-13 Luca Barbatortjpeg: Use init_get_bits8
2013-08-13 Luca Barbatortjpeg: return meaningful error codes
2013-08-13 Luca Barbatonuv: Use av_fast_realloc
2013-08-13 Luca Barbatonuv: Reset the frame on resize
2013-08-13 Luca Barbatonuv: Pad the lzo outbuf
2013-08-13 Luca Barbatonuv: Do not ignore lzo decompression failures
2013-08-13 Ian Taylorpng: allow encoding 16-bit grayscale
2013-08-11 Hendrik Leppkeswmall: use AVFrame API properly
2013-08-10 Luca Barbatolavc: Add refcounted api to AVPacket
2013-08-10 Vittorio Giovarah264: check one context_init() allocation
2013-08-10 Vittorio Giovarah264: use explicit variable names for *_field_flag
2013-08-10 Vittorio Giovarah264: return meaningful values
2013-08-09 Martin Storsjölibavutil: Make avpriv_open a library-internal function...
2013-08-08 Ben Avisonarm: Add assembly version of h264_find_start_code_candidate
2013-08-08 Ben Avisonh264dsp: Factorize code into a new function, h264_find_...
2013-08-08 Ben Avisonh264_parser: Initialize the h264dsp context in the...
2013-08-08 Kostya ShishkovVoxware MetaSound decoder
2013-08-07 Rémi Denis-Courmontlibavcodec: use avpriv_open()
2013-08-07 Vittorio Giovarampegvideo_enc: drop outdated copy_picture_attributes...
2013-08-07 Kostya Shishkovdeprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID...
2013-08-06 Christian Schmidtpcm_bluray: Return AVERROR_INVALIDDATA instead of ...
2013-08-06 Diego Biurrunavcodec/options: Drop deprecation warning suppression...
2013-08-05 Kostya Shishkovtwinvq: Split VQF-specific part from common TwinVQ...
2013-08-05 Diego Biurruntwinvq: Prefix enums and defines shared with VoxWare...
next