aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avformat/mxfenc: Do not crash if there is no packet in the first streamMichael Niedermayer2015-12-131-0/+4
* avfilter/af_sofalizer: remove reorder hackPaul B Mahol2015-12-131-135/+89
* avfilter/af_sofalizer: move modulo operation out of loopPaul B Mahol2015-12-131-6/+10
* lavf/tee: fix side data double free.Nicolas George2015-12-131-0/+2
* avformat/hlsenc: Check the return code of avformat_write_header()Michael Niedermayer2015-12-131-2/+5
* avformat/mov: Enable parser for mp3s by old HandBrakeMichael Niedermayer2015-12-132-0/+14
* avformat/mxfenc: Fix integer overflow in length computationMichael Niedermayer2015-12-131-2/+2
* avfilter/af_sofalizer: make it possible to configure speaker elevationPaul B Mahol2015-12-131-74/+81
* avformat/segment: Fix memory leak of cur_entry.filenameLvqier2015-12-121-3/+3
* doc/general: add missing @tab for ADPCM VIMAPaul B Mahol2015-12-121-1/+1
* avfilter/af_sofalizer: display some info when loading sofa filePaul B Mahol2015-12-121-8/+41
* avfilter: add SOFAlizer audio filterPaul B Mahol2015-12-129-1/+1069
* mips: i6400 core does have an FPU, so not disable itVicente Olivert Riera2015-12-121-1/+0
* mips: add i6400 core optimizationsVicente Olivert Riera2015-12-121-3/+4
* mips: remove --mips64r6 configure optionVicente Olivert Riera2015-12-122-9/+1
* avcodec/aacsbr_template: Add Check to read_sbr_envelope()Michael Niedermayer2015-12-121-8/+33
* lavf/matroskadec: Set codec_tag also for audio codecs.Carl Eugen Hoyos2015-12-121-0/+2
* avfilter/vf_delogo: Use AVPixFmtDescriptor.nb_componentsJean Delvare2015-12-121-1/+1
* avcodec/aarch64/neon.S: Update neon.s for transpose_4x4Hzjh88902015-12-121-2/+2
* doc: fix selectivecolor filter positionClément Bœsch2015-12-121-67/+67
* avcodec/aacsbr: Split the env_facs tableMichael Niedermayer2015-12-123-40/+14
* lavc: typo fix cliping -> clipping, saftey -> safetyGanesh Ajjanagadde2015-12-112-4/+4
* avformat/mpegtsenc: Add basic multi program supportMichael Niedermayer2015-12-111-15/+42
* ffmpeg: Add basic support to mux multiple programsMichael Niedermayer2015-12-113-0/+45
* avformat: Add av_program_add_stream_index()Michael Niedermayer2015-12-117-7/+10
* doc/issue_tracker.txt: various updatesLou Logan2015-12-111-12/+36
* lavc/mdct_template: use lrint instead of floor hackGanesh Ajjanagadde2015-12-111-2/+3
* lavc/dcaenc: avoid wasteful cos callsGanesh Ajjanagadde2015-12-111-1/+9
* lavc/nellymoserdec: replace pow by exp2Ganesh Ajjanagadde2015-12-111-1/+1
* lavfi/formats: fix segfault when allocation failsGanesh Ajjanagadde2015-12-111-1/+1
* ffmpeg: change command line option -dump to work without -loglevel debugTom Marecek2015-12-111-1/+1
* avutil/softfloat: Assert that the exponent did not overflow the legal range i...Michael Niedermayer2015-12-111-0/+1
* avfilter/af_aemphasis: more declarations abovePaul B Mahol2015-12-111-1/+1
* sbr_qmf_analysis: sanitize input for 32-bit imdctAndreas Cadhalpun2015-12-111-0/+18
* sbrdsp_fixed: assert that input values are in the valid rangeAndreas Cadhalpun2015-12-111-0/+5
* aacsbr: ensure strictly monotone time bordersAndreas Cadhalpun2015-12-111-2/+2
* diracdec: remove duplicate codeblock decodingRostislav Pehlivanov2015-12-101-13/+0
* diracdec: Fix FPE on invalid low_delay dataKieran Kunhya2015-12-101-0/+5
* diracdec: Replace dirac parse codes with better onesKieran Kunhya2015-12-102-14/+25
* diracdec: Read picture types by using parse_codeKieran Kunhya2015-12-101-15/+42
* diracdec: Store version major/minor flagsKieran Kunhya2015-12-101-8/+7
* diracdec: Support new extended quantiser rangeKieran Kunhya2015-12-101-21/+37
* diracdec: Extract version parametersKieran Kunhya2015-12-104-2/+12
* diracdec: Make slice parameters common between lowdelay and future hq profileKieran Kunhya2015-12-101-17/+19
* diracdec: Rename lowdelay_subband to decode_subband because it is shared with...Kieran Kunhya2015-12-101-10/+8
* diracdec: Template DSP functions adding 10-bit versionsKieran Kunhya2015-12-109-549/+726
* diracdec: Move strides to bytes, and pointer types to uint8_t.Kieran Kunhya2015-12-104-104/+165
* lavfi/vf_alphamerge: fix unitialized pointersGanesh Ajjanagadde2015-12-101-1/+1
* lavfi/vf_overlay: fix unitialized pointersGanesh Ajjanagadde2015-12-101-2/+2
* avfilter/x86/vf_maskedmerge: move %define out of .nextrowPaul B Mahol2015-12-101-2/+2