summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* mem: Do not check unsigned values for negative sizeDiego Biurrun2013-09-05
* mem: Improve documentation wording and spellingDiego Biurrun2013-09-05
* matroskaenc: Allow chapters to be written in trailerJohn Stebbins2013-09-04
* mpegvideo: Avoid 32-bit wrapping of linesize multiplicationsMartin Storsjö2013-09-04
* doc: Describe TB option of setpts filterClifford Wolf2013-09-04
* mem: Document the av_realloc family of functions properlyLuca Barbato2013-09-04
* build: Report an error message when a pc file is not foundLuca Barbato2013-09-04
* mjpegb: Detect changing number of planes in interlaced videoMichael Niedermayer2013-09-03
* alac: Check that the channels fit at the given offsetMartin Storsjö2013-09-03
* 4xm: Check that the read track value is non-negativeMartin Storsjö2013-09-03
* matroskadec: Check that .lang was allocated and set before reading itMartin Storsjö2013-09-03
* alac: Limit max_samples_per_frameMartin Storsjö2013-09-03
* movenc: Don't flush after each written packetMartin Storsjö2013-09-03
* cosmetics: Fix ATRAC codec name spellingDiego Biurrun2013-09-02
* ape demuxer: check for EOF in potentially long loopsAnton Khirnov2013-09-02
* 4xm: check that bits per sample is strictly positiveAnton Khirnov2013-09-02
* lavf: avoid integer overflow when estimating bitrateAnton Khirnov2013-09-02
* lavf: move a variable declaration to the block where it's usedAnton Khirnov2013-09-02
* pictordec: pass correct context to avpriv_request_sampleAnton Khirnov2013-09-02
* pictordec: break out of both decoding loops when y drops below 0Anton Khirnov2013-09-02
* vcr1: add sanity checksAnton Khirnov2013-09-02
* pcm-dvd: Fix build on big endianMartin Storsjö2013-08-31
* configure: Add docdir configuration optionVittorio Giovara2013-08-31
* vf_lut: ConstantizeDiego Elio Pettenò2013-08-31
* pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt2013-08-31
* pcm_bluray: cosmeticsChristian Schmidt2013-08-31
* pcm_bluray: rename pcm-mpeg.c to pcm-bluray.cChristian Schmidt2013-08-31
* ppc: don't return a value from a function declared voidSean McGovern2013-08-30
* x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun2013-08-29
* x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun2013-08-29
* x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-29
* ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-29
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-29
* arm: fmtconvert: Split armv6 fmtconvert code off from vfp codeDiego Biurrun2013-08-29
* arm: float_dsp: Propagate cpu_flags to vfp initialization functionDiego Biurrun2013-08-29
* arm: dcadsp: Move synth filter initialization to dcadsp fileDiego Biurrun2013-08-29
* swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-29
* swscale: Add some missing av_cold to arch-specific init functionsDiego Biurrun2013-08-29
* swscale: consistent names for arch-specific acceleration functionsDiego Biurrun2013-08-29
* swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-29
* ppc: Add missing AltiVec cpuflag detection invocationsDiego Biurrun2013-08-29
* ppc: fdct: Remove vim editor settings commentDiego Biurrun2013-08-28
* mpegvideo: Replace arch initialization ifdeffery by standard conditionalsDiego Biurrun2013-08-28
* x86: rv40dsp: Move inline assembly optimizations out of YASM init sectionDiego Biurrun2013-08-28
* swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-28
* dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-28
* ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-28
* avutil: Refactor CPU extension availability macrosDiego Biurrun2013-08-28
* avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-28
* apedec: do not buffer decoded samples over AVPacketsRafaël Carré2013-08-28