summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | AAC Encoder: clipping avoidanceClaudio Freire2015-07-277-42/+145
* | avformat/mpegts: Replace silent cliping of language_count by assertsMichael Niedermayer2015-07-271-6/+2
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 bilinear functionsShivraj Patil2015-07-273-0/+2157
* | avformat/mpegts: Use DVB_TELETEXT timestamp heuristic also for DVB subtitlesMichael Niedermayer2015-07-271-2/+9
* | Merge commit '60a21b3d81c1a11cf5a08950eadd4e84ca2e597c'Michael Niedermayer2015-07-271-0/+2
|\ \ | |/
| * configure: Check for _M_ARMT to detect thumb when using MSVCMartin Storsjö2015-07-271-0/+1
* | Merge commit '616b409c8f1e4fa568908212c01f6530da8d2e71'Michael Niedermayer2015-07-271-0/+2
|\ \ | |/
| * configure: Check MSVC defines for identifying hardfloatMartin Storsjö2015-07-271-0/+2
* | Merge commit '2192ff84dd720968108bc1ca54e239f4c94eb61d'Michael Niedermayer2015-07-271-0/+5
|\ \ | |/
| * configure: Default to armasm for --toolchain=msvc when targeting armMartin Storsjö2015-07-271-0/+5
* | Merge commit 'e4015b00d4e9e40dc1693a018edd51bf7a04993e'Michael Niedermayer2015-07-271-2/+1
|\ \ | |/
| * configure: Simplify, remove an unnecessary intermediate variableMartin Storsjö2015-07-271-2/+1
* | Merge commit '6d3081e6c374ff7da12b07ed33d1662be1b32dbc'Michael Niedermayer2015-07-271-6/+0
|\ \ | |/
| * doc: Remove the now unnecessary remark about PATH and link.exeMartin Storsjö2015-07-271-6/+0
* | Merge commit '9e8627a1ff9207b9e272d248da2e1bd0cc6fe2fe'Michael Niedermayer2015-07-271-2/+4
|\ \ | |/
| * asfdec: interpret the first flag in an asf packet as length flagAlexandra Hájková2015-07-271-2/+4
* | Merge commit '65c14801527068fcaf729eeffc142ffd4682a21a'Michael Niedermayer2015-07-273-31/+30
|\ \ | |/
| * checkasm: Modify report formatHenrik Gramner2015-07-273-31/+30
* | Merge commit 'f3bd3810d274a7f51b5925fc3d2fc33e8043a5d4'Michael Niedermayer2015-07-272-3/+3
|\ \ | |/
| * qsvdec_*: add missing CODEC_CAP_DR1Anton Khirnov2015-07-272-3/+3
* | ffserver: add (), fix order of operationsMichael Niedermayer2015-07-271-1/+1
* | ffserver: drop superfluous else clauseReynaldo H. Verdejo Pinochet2015-07-261-2/+1
* | ffserver: simplify assignment with ternaryReynaldo H. Verdejo Pinochet2015-07-261-7/+3
* | ffserver: move decl to start of funcReynaldo H. Verdejo Pinochet2015-07-261-1/+1
* | doc/decoders: Add entry for dvbsub and document compute_clutMichael Niedermayer2015-07-271-0/+17
* | avcodec/dvbsubdec: Add option to select when to computer clut (always/never/"...Michael Niedermayer2015-07-271-1/+3
* | Merge commit '342b0ba5f93b09b1d0c2597db44605300e6fcc53'Michael Niedermayer2015-07-261-2/+3
|\ \ | |/
| * configure: Only redirect strtoll to _strtoi64 if necessaryMartin Storsjö2015-07-261-2/+3
* | Merge commit '5fd553d31272d5ed42a7a5a0ecaab7b3452da83a'Michael Niedermayer2015-07-261-1/+12
|\ \ | |/
| * configure: Only redefine inline to __inline for msvc if necessaryMartin Storsjö2015-07-261-1/+12
* | Merge commit '0cff125200ab53fa3ae70d85b4f614f269fe3426'Michael Niedermayer2015-07-261-2/+13
|\ \ | |/
| * configure: Only add -FIstdlib.h for msvc/icl if necessaryMartin Storsjö2015-07-261-2/+13
* | Merge commit '9b4b96c0dee90d260891ec765b28f6ca15594340'Michael Niedermayer2015-07-261-1/+3
|\ \ | |/
| * force WINAPI_FAMILY to WINAPI_FAMILY_DESKTOP_APP to be able to use dxva.hSteve Lhomme2015-07-262-1/+10
* | avformat/isom: Use AVRN codec to handle AVDJMichael Niedermayer2015-07-261-1/+1
* | avformat/hlsenc: Fix wording in commentMichael Niedermayer2015-07-261-1/+1
* | force WINAPI_FAMILY to WINAPI_FAMILY_DESKTOP_APP to use DVXASteve Lhomme2015-07-262-1/+8
* | movtextdec.c: Add support for fontsizeNiklesh2015-07-261-8/+6
* | avcodec/nvenc: 2-pass mode works even with non-low latency presets nowWereCatf2015-07-261-4/+1
* | avcodec/avrndec: Fix croppingMichael Niedermayer2015-07-261-7/+49
* | avcodec/dvbsubdec: Compute default CLUT based on bitmap analysisMichael Niedermayer2015-07-261-0/+60
* | Merge commit '4d0d55cd623bcd504867f948849380f6b4060b4d'Michael Niedermayer2015-07-261-4/+5
|\ \ | |/
| * checkasm: Use LOCAL_ALIGNEDMichael Niedermayer2015-07-263-10/+13
* | swresample/x86: add missing colon to labelsJames Almer2015-07-262-10/+10
* | x86/float_dsp: add missing colon to labelsJames Almer2015-07-261-1/+1
* | x86/vf_interlace: add missing colon to labelsJames Almer2015-07-261-1/+1
* | avcodec/x86: add missing colon to labelsJames Almer2015-07-2614-41/+41
* | avformat/hlsenc: Add WebVtt support in hlsAnshul Maheshwari2015-07-261-10/+192
* | avcodec/texturedsp: fix undefined shiftJames Almer2015-07-261-1/+1
* | avformat/ipmovie: Fix late audio detectionMichael Niedermayer2015-07-261-2/+3
OpenPOWER on IntegriCloud