aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'eac77fcd56fc2a3391f0d86faf54302afb368ff7'Michael Niedermayer2014-07-231-4/+0
|\
| * mpegenccontext: Remove unused dct_unquantize_h261 function pointersNidhi Makhijani2014-07-231-4/+0
* | lavd/lavfi: work with non-mappable files for graph_file optionAndrey Utkin2014-07-231-15/+15
* | avio: Introduce avio_read_to_bprint(avioctx, bp, max_size)Andrey Utkin2014-07-234-2/+32
* | avformat/flvdec: use AV_PKT_DATA_NEW_EXTRADATA for h264 tooMichael Niedermayer2014-07-231-1/+2
* | avcodec/h264: support AV_PKT_DATA_NEW_EXTRADATAMichael Niedermayer2014-07-231-0/+6
* | avcodec/h264: factor is_extra() outMichael Niedermayer2014-07-231-20/+24
* | Merge commit '20ec0daaa1cdd3996ac6ed0198de961129474044'Michael Niedermayer2014-07-231-1/+1
|\|
| * fft-test: Make global exptab variable staticDiego Biurrun2014-07-231-1/+1
* | Merge commit '2b6ab3a2bd7e7cee5e7a55dd2e48b8feb4a826bb'Michael Niedermayer2014-07-232-1/+3
|\|
| * mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is usedDiego Biurrun2014-07-232-1/+3
* | avcodec/x86/hevc_deblock: Fix compilation with nasm.Carl Eugen Hoyos2014-07-231-2/+2
* | avutil/opt: Fix parsing regression with constants starting with numbersMichael Niedermayer2014-07-231-31/+34
* | Changelog: add "version <next>:" so people dont add new things to the last re...Michael Niedermayer2014-07-231-0/+3
* | Merge commit '06a1d1323bc8afd03f085ae98d9b74e431b3534e'Michael Niedermayer2014-07-231-1/+1
|\|
| * configure: Extend the neon intrinsics checkMartin Storsjö2014-07-221-1/+1
* | Merge commit '5be7d8597d02bcaba2de2503c0e59cf865c746dc'Michael Niedermayer2014-07-231-6/+6
|\|
| * fft-test: Comment some #endifsDiego Biurrun2014-07-221-6/+6
* | Merge commit '57f1b1dcc77a93c2a5c503d4e47fe2f567cf9db5'Michael Niedermayer2014-07-231-2/+0
|\|
| * fft-test: Drop unnecessary #ifdefs around header includesDiego Biurrun2014-07-221-2/+0
* | avcodec: dct/rdft only support float mode, skip their contents for fixed pointMichael Niedermayer2014-07-232-2/+2
* | Merge commit '11c7155cce50971a38e6cebd39a3ba5a54645fae'Michael Niedermayer2014-07-220-0/+0
|\|
| * dct/rdft: Add missing typedefs for context structsDiego Biurrun2014-07-222-4/+4
* | Merge commit 'eba2233b58c2c4b468c58287d6537b2f1188a8cd'Michael Niedermayer2014-07-222-4/+4
|\|
| * build: Add define for SIMD extensions requiring 16-byte aligned buffersDiego Biurrun2014-07-222-4/+4
* | Merge commit '67bc1ba5d75953d136bfa02ce6c0a27e9fd9dac3'Michael Niedermayer2014-07-221-12/+0
|\|
| * libxvid: Drop PPC-specific CPU detection hackDiego Biurrun2014-07-221-12/+0
* | Merge commit '7bdd2ff6825951f7a6a6008303acfce7c2a63532'Michael Niedermayer2014-07-222-1/+3
|\|
| * http: Use a constant for the supported header sizeLuca Barbato2014-07-222-1/+3
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2014-07-221-1/+2
|\ \
| * | Autodetect big-endian tiff files.Carl Eugen Hoyos2014-07-221-1/+2
* | | hevc: wait proper position for tmvpChristophe Gisquet2014-07-221-2/+4
|/ /
* | avcodec/mjpegdec: add pix_fmt: 0x14121200Przemysław Sobala2014-07-221-0/+1
* | avutil/opt: simplify set_string_number()Michael Niedermayer2014-07-221-2/+2
* | avutil/opt: set_string_number(): remove unneeded copyMuhammad Faiz2014-07-221-11/+10
* | avcodec/x86/hevcdsp_init: Fix "warning: assignment from incompatible pointer ...Michael Niedermayer2014-07-221-1/+1
* | hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov2014-07-224-71/+51
* | avcodec/x86/hevc_deblock: cosmeticsAnton Khirnov2014-07-221-1/+1
* | hevc: cleanups in SSE2 and SSSE3 loop filters, use fewer instructionsAnton Khirnov2014-07-221-16/+12
* | avcodec/x86/hevc_deblock: use test instead of cmp 0Anton Khirnov2014-07-221-1/+1
* | avcodec/x86/hevc_deblock: use of paddw instead of psllwAnton Khirnov2014-07-221-7/+7
* | avcodec/x86/hevc_deblock: add %ifs to avoid "do nothing instructions"Anton Khirnov2014-07-221-0/+4
* | hevc: cleaning up SSE2 and SSSE3 deblocking filtersAnton Khirnov2014-07-221-44/+50
* | hevc/mvs: cosmeticsMickaël Raulet2014-07-221-9/+9
* | hevc/mvs: more cleanupsMickaël Raulet2014-07-221-8/+1
* | hevc/mvs: code cleaningMickaël Raulet2014-07-221-93/+81
* | hevc/mvs: simplifying derive_spatial_merge_candidates functionMickaël Raulet2014-07-221-52/+29
* | hevc/mvs: remove same prediction blockMickaël Raulet2014-07-221-38/+10
* | hevc/mvs: simplify derive_temporal_colocated_mvsMickaël Raulet2014-07-221-13/+14
* | fate/hevc: update with new Rext bitstreamsMickaël Raulet2014-07-224-2/+44