summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Fix several security issues in flicvideo.cReinhard Tartler2010-10-03
* Check validity of channels & samplerate.Reinhard Tartler2010-03-24
* bump LIBAVCODEC_VERSION_MICRO for addition of the lock manager APIReinhard Tartler2010-02-27
* fix the remaining ogv segfaults from issue 1240. Reinhard Tartler2010-02-26
* Make sure we dont read over the end.Reinhard Tartler2010-02-26
* backport libx264.c from trunkReinhard Tartler2010-02-24
* cosmetics: K&R coding style, prettyprintingReinhard Tartler2010-02-15
* Fix crash in MLP decoder due to integer overflow.Reinhard Tartler2010-02-11
* Make sure the block array is of the correct size.Reinhard Tartler2010-02-11
* Fix crash when max_ref_frames was out of range.Reinhard Tartler2010-02-11
* reverting objected hunks from previous commitReinhard Tartler2010-02-11
* Add a lock manager API to libavcodec.Reinhard Tartler2010-02-09
* Check submap indexes.Google Chrome2010-02-09
* Check begin/end/partition_size.Google Chrome2010-02-09
* Check res_setup->books.Google Chrome2010-02-09
* Check masterbook index and subclass book index.Google Chrome2010-02-09
* Add checks for per-packet mode indexes and per-header mode mapping indexes.Google Chrome2010-02-09
* Check classbook value.Google Chrome2010-02-09
* Fix book_idx check.Google Chrome2010-02-09
* Sanity checks for magnitude and angle.Google Chrome2010-02-09
* = -> == typo.Google Chrome2010-02-09
* Check dimensions against 0 too.Reinhard Tartler2010-02-09
* Make sure that all memory allocations succeed.Reinhard Tartler2010-02-09
* Fix init_get_bits() buffer size.Google Chrome2010-02-09
* Set data_size to 0 to avoid having it uninitialized.Reinhard Tartler2010-02-09
* Check data_size in decode_frame_mp3on4().Reinhard Tartler2010-02-09
* check data_size in decode_frame()Reinhard Tartler2010-02-09
* Check num_units_in_tick/time_scale to be valid and within the range we support.Reinhard Tartler2010-02-09
* Fix a possibly exploitable buffer overflow.Reinhard Tartler2010-02-09
* fix aac playback regressionReinhard Tartler2010-02-09
* backport configure bits for cpu runtime detection for libpostproc and libswscaleReinhard Tartler2010-02-02
* backport symbol versioning patchReinhard Tartler2010-02-01
* Fix OpenCORE build: Do not use new AVPacket infrastructure from trunk.Diego Biurrun2009-06-07
* Merge OpenCORE AMR support from trunk.Diego Biurrun2009-06-07
* Merge recent libamr changes from trunk, as preparation for OpenCORE support.Diego Biurrun2009-06-07
* Merge GPL --> LGPL conversion of AC-3 decoder from trunk.Diego Biurrun2009-05-23
* Merge replacement of MPEG group reference DCT code.Diego Biurrun2009-04-13
* cosmetics: Reformat long_names so that "DPCM" comes first.Diego Biurrun2009-03-02
* cosmetics: Reformat long_names so that "ADPCM" comes first.Diego Biurrun2009-03-02
* cosmetics: Reformat long_names so that "PCM" comes first.Diego Biurrun2009-03-02
* small spelling/grammar fixesDiego Biurrun2009-03-02
* xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name.Diego Biurrun2009-03-02
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* Add some missing codecs and update names to match the codec long_nameJustin Ruggles2009-03-02
* RA144: work around gcc bug/oddity on ARMMåns Rullgård2009-03-01
* SVQ3: Fix decoding with A32_BITSTREAM_READERMåns Rullgård2009-03-01
* ARM: fix missing MUL16() return typeMåns Rullgård2009-03-01
* Reindent after last commitVitor Sessak2009-03-01
* Do not read uninitialized buffer, no matter if it will be multiplied byVitor Sessak2009-03-01
* Remove unused variable in mpeg_mc_decode_initReimar Döffinger2009-03-01