summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '57231e4d5b467833fb289439cd35a92513bb55c1'Michael Niedermayer2012-12-085-32/+36
|\
| * tak: demuxer, parser, and decoderPaul B Mahol2012-12-0716-2/+1579
* | doc/filters: move volumedetect documentation below volumeStefano Sabatini2012-12-081-40/+40
* | lavfi: drop af_volume_stefano.c in favor of af_volume_justin.cStefano Sabatini2012-12-086-263/+16
* | doc/filters: fix copy&paste error in volume_justin documentationStefano Sabatini2012-12-081-1/+1
* | lavfi/volume_justin: add support to option shorthands and introspectionStefano Sabatini2012-12-083-19/+19
* | lavfi/volume_justin: fix a few grammar inconsistencies in options descriptionStefano Sabatini2012-12-082-6/+6
* | doc: sync avoid_negative_ts option with internal help.Clément Bœsch2012-12-081-1/+2
* | Merge commit '096abfa15052977eed93f0b5e01afd2d47c53c1f'Michael Niedermayer2012-12-085-18/+95
|\ \ | |/
| * parser: fix large overreadsMichael Niedermayer2012-12-071-1/+3
| * bitstream: add get_bits64() to support reading more than 32 bits at onceMichael Niedermayer2012-12-072-13/+18
| * arm: detect cpu features at runtime on LinuxMans Rullgard2012-12-072-1/+86
* | get_bits: rename get_bits_longlong to get_bits64Michael Niedermayer2012-12-084-4/+4
* | mpegts: rename get_bits64 to get_ts64Michael Niedermayer2012-12-081-3/+3
* | Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30'Michael Niedermayer2012-12-088-15/+15
|\ \ | |/
| * arm: rename ARMVFP config symbol to VFPMans Rullgard2012-12-078-15/+15
* | Merge commit '637606de2d2e0af0a9fa2f23f943765d7d7c5cd5'Michael Niedermayer2012-12-0811-21/+23
|\ \ | |/
| * configure: arm: make _inline arch ext symbols depend on inline_asmMans Rullgard2012-12-071-0/+2
| * arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard2012-12-0710-21/+21
* | Merge commit '7f2b3dcabd108926bde819ad574017f4161d1546'Michael Niedermayer2012-12-081-6/+8
|\ \ | |/
| * configure: arm: check inline and external asm support for extensionsMans Rullgard2012-12-071-6/+8
* | Merge commit 'c6ebc9faa2210d7f36a3036c357f6f199520f575'Michael Niedermayer2012-12-081-5/+16
|\ \ | |/
| * configure: add check_insn functionMans Rullgard2012-12-071-0/+6
| * configure: clean up check_inline_asm and check_as functionsMans Rullgard2012-12-071-5/+10
* | Merge commit 'f0fe245bc31cf4fa3b3ed0240cd1ab6f0d5043ea'Michael Niedermayer2012-12-081-2/+7
|\ \ | |/
| * configure: arm: set fast_clz and fast_unaligned in cpuflags sectionMans Rullgard2012-12-071-2/+7
* | Merge commit '1234c66a315b139339d52ca193b3f1d67af9ce19'Michael Niedermayer2012-12-081-0/+32
|\ \ | |/
| * configure: arm: detect toolchain default arch versionMans Rullgard2012-12-071-0/+32
* | Merge commit '9ebd45c2d58ad9241ad09718679f0cf7fb57da52'Michael Niedermayer2012-12-084-10/+10
|\ \ | |/
| * configure: do not bypass cpuflags section if --cpu not givenMans Rullgard2012-12-071-6/+5
| * dct-test: arm: indicate required cpu features for optimised funcsMans Rullgard2012-12-071-3/+3
| * snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793Anton Khirnov2012-12-072-3/+5
| * arm: fix use of uninitialised value in ff_fft_fixed_init_arm()Mans Rullgard2012-12-071-1/+1
| * avpicture: Don't assume a valid pix fmt in avpicture_get_sizeMartin Storsjö2012-12-071-0/+2
* | lavf: improve avoid_negative_ts help textReimar Döffinger2012-12-081-1/+1
* | lavfi/sendcmd: switch to filter_frame APIStefano Sabatini2012-12-081-9/+7
* | lavfi/swapuv: switch to filter_frame APIStefano Sabatini2012-12-081-8/+12
* | lavc/mlpdec: reset layout when channels change.Nicolas George2012-12-081-1/+4
* | gifdec: port to bytestream2 APIPaul B Mahol2012-12-083-58/+46
* | opt_list: fix vertical alignment of typesMichael Niedermayer2012-12-081-12/+12
* | opt: print ranges in opt_list()Michael Niedermayer2012-12-081-0/+42
* | opt: Add support to query rangesMichael Niedermayer2012-12-084-2/+144
* | lavc: check dimensions for video encodersMichael Niedermayer2012-12-071-0/+7
* | sws_scale: check input against NULLMichael Niedermayer2012-12-071-2/+9
* | lavf: VobSub demuxer.Clément Bœsch2012-12-076-1/+268
* | lavfi/alphaextract: consistently prefer "cur" over "in" in filter_frame()Stefano Sabatini2012-12-071-4/+4
* | lavfi/alphaextract: access outlink properties rather than out_buf->videoStefano Sabatini2012-12-071-3/+3
* | lavfi/alphaextract: fix assignment of invalid size value to memcpy in case li...Stefano Sabatini2012-12-071-1/+1
* | lavfi/alphaextract: switch to filter_frame() APIStefano Sabatini2012-12-071-7/+21
* | lavfi/alphaextract: drop cur_linesize = out_linesize branch in draw_slice()Stefano Sabatini2012-12-071-5/+0