summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* build: Prefer NASM assembler over YASMDiego Biurrun2017-03-07
* build: Make x86 assembler commandline-selectableDiego Biurrun2017-03-07
* build: Special-case handling of SDL CFLAGSDiego Biurrun2017-03-07
* build: Fix logic of clock_gettime() checkDiego Biurrun2017-03-07
* pixlet: Fix architecture-dependent code and valuesVittorio Giovara2017-03-06
* build: Explicitly set 32-bit/64-bit object formats for nasm/yasmDiego Biurrun2017-03-05
* x86: Merge align directives into SECTION_RODATA declarations where possibleDiego Biurrun2017-03-05
* nvenc: Remove qmin and qmax constraints for nvenc vbrGanapathy Kasi2017-03-04
* Add Apple Pixlet decoderPaul B Mahol2017-03-01
* libavutil: add av_mod_uintp2James Almer2017-03-01
* intmath: add faster clz supportGanesh Ajjanagadde2017-03-01
* build: Add pthreads to list of avutil extralibsDiego Biurrun2017-03-01
* fate: Add build-only targets to FATEDiego Biurrun2017-03-01
* build: Allow generating dependencies as a side-effect of assemblingDiego Biurrun2017-03-01
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-03-01
* build: Add "build" shorthand target that depends on all compile targetsDiego Biurrun2017-03-01
* build: Skip generating .version files when cleaningDiego Biurrun2017-03-01
* configure: Fix typo in objcc default settingDiego Biurrun2017-03-01
* x86: hevc: Add missing colons after assembly labelsDiego Biurrun2017-03-01
* build: Fine-grained link-time dependency settingsDiego Biurrun2017-03-01
* configure: Simplify dlopen checkDiego Biurrun2017-03-01
* h264_sei: Check actual presence of picture timing SEI messageMichael Niedermayer2017-02-28
* build: Explicitly disable external libraries when not explicitly enabledDiego Biurrun2017-02-28
* fate: Rename WMV8_DRM decoder tests to WMV3_DRMDiego Biurrun2017-02-28
* rtsp: Lazily set up the pollfd array onceLuca Barbato2017-02-28
* nvenc: Fix the preset mapping listBen Chang2017-02-28
* fate: Make null comparison method more usefulDiego Biurrun2017-02-27
* build: Drop DOC_ prefix from EXAMPLES-related variablesDiego Biurrun2017-02-27
* rtsp: Lazily allocate the pollfd arrayLuca Barbato2017-02-27
* rtsp: Move the pollfd setup out of the for loopLuca Barbato2017-02-27
* rtsp: Factor out packet readingLuca Barbato2017-02-27
* Use modern avconv syntax for codec selection in documentation and testsDiego Biurrun2017-02-27
* fate: Use bitexact optimizations in the svq3-2 testDiego Biurrun2017-02-27
* lavc: make sure not to return EAGAIN from codecsAnton Khirnov2017-02-25
* apetag: account for header size if present when returning the start positionJames Almer2017-02-25
* apetag: fix flag value to signal footer presenceJames Almer2017-02-25
* svq3: fix the slice size checkAnton Khirnov2017-02-25
* asfdec: fix reading files larger than 2GBJohn Stebbins2017-02-24
* h264dec: fix dropped initial SEI recovery pointJohn Stebbins2017-02-24
* fate: Add another SVQ3 test to increase coverageDiego Biurrun2017-02-24
* aarch64: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-02-24
* arm: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-02-24
* aarch64: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-02-24
* arm: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-02-24
* aarch64: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-02-24
* arm: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-02-24
* arm: vp9lpf: Implement the mix2_44 function with one single filter passMartin Storsjö2017-02-24
* aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1Martin Storsjö2017-02-24
* arm/aarch64: vp9lpf: Keep the comparison to E within 8 bitMartin Storsjö2017-02-24
* Place attribute_deprecated in the right position for struct declarationsDiego Biurrun2017-02-23