summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | avcodec/rawdec: Support CODEC_CAP_PARAM_CHANGEMichael Niedermayer2014-09-021-14/+16
* | segment: fix copying stream metadataMika Raento2014-09-021-0/+1
* | segment: use mpegts_flags instead of the deprecated resend_headers optionMika Raento2014-09-021-1/+1
* | avformat/segment: Use avformat_alloc_output_context2()Michael Niedermayer2014-09-021-4/+5
* | Support decoding of ImageJ png in avi.Carl Eugen Hoyos2014-09-021-0/+1
* | segment: don't access outside seg->frames arrayMika Raento2014-09-021-1/+1
* | Merge commit 'e48d1ea541be4592ebac89875557407ca958b7a9'Michael Niedermayer2014-09-021-16/+42
|\ \ | |/
| * ismindex: improve diagnosticsMika Raento2014-09-021-14/+43
* | tools/normalize.py: both input and output file names are requiredMark Harris2014-09-021-1/+1
* | avutil/pixelutils: add small buffers testsClément Bœsch2014-09-022-19/+87
* | build sys: enable the decoding_encoding example under the ffmpeg/doc/examplesRong Yan2014-09-022-0/+2
* | Fix standalone compilation of the snow decoder.Carl Eugen Hoyos2014-09-011-1/+1
* | doc/filters.texi: fix filter name in examplesMark Harris2014-09-011-2/+2
* | Add missing changelog entryThomas Volkert2014-09-011-0/+1
* | Merge commit 'e205fe6831fe1b5445f7827b5c916425620b4ab5'Michael Niedermayer2014-09-011-1/+1
|\ \ | |/
| * mpeg4videodec: Fix low_delay error messageGabriel Dume2014-09-011-1/+1
* | Merge commit '63f800ca5f4f6b38f3789a7edb03bfabe8bacdd2'Michael Niedermayer2014-09-011-1/+1
|\ \ | |/
| * aac_adtstoasc_bsf: Return proper error codeGabriel Dume2014-09-011-1/+1
* | Merge commit 'b8962d64cc71af241601bcab5c3fcdc5735ef4ae'Michael Niedermayer2014-09-011-4/+1
|\ \ | |/
| * dxva2: Clean up definition of _WIN32_WINNTDiego Biurrun2014-09-012-1/+4
* | Merge commit '4600a85eaa6182e5a27464f6b9cae5a9ddbf3098'Michael Niedermayer2014-09-013-4/+12
|\ \ | |/
| * dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer()Diego Biurrun2014-09-013-4/+12
* | ffmpeg: Enable compute_edt only when the subtitles are used for a output stre...Michael Niedermayer2014-09-013-4/+11
* | avcodec/dvbsubdec: make compute_edt user settableMichael Niedermayer2014-09-012-2/+3
* | h261dec, ituh263dec: Move condition.Reimar Döffinger2014-09-012-11/+11
* | h261dec, ituh263dec: ensure CLOSE_READER is done on error paths, too.Reimar Döffinger2014-09-012-2/+4
* | h261dec, ituh263dec: Avoid unnecessary -1 inside inner loop.Reimar Döffinger2014-09-012-7/+9
* | general: Fix usage of @floatTimothy Gu2014-09-011-1/+1
* | RELEASE_NOTES: mention libmodplug detection changeClément Bœsch2014-09-011-0/+1
* | lavu/avstring: check for overlong encodings in av_utf8_decode()Stefano Sabatini2014-09-011-1/+14
* | build: use pkg-config to detect libmodplugClément Bœsch2014-09-011-1/+1
* | Merge commit '37c46743ee42df1d6986ba3c996e3af5b95511f7'Michael Niedermayer2014-09-010-0/+0
|\ \ | |/
| * avcodec: fix missing doxygen comment markerMichael Niedermayer2014-09-011-1/+1
* | avformat/mpegts: favor DESC_types over probed codecsMichael Niedermayer2014-09-011-1/+1
* | ffserver: tests, use image2 instead of pgmyuvReynaldo H. Verdejo Pinochet2014-08-311-1/+1
* | ituh263dec: Optimize new RL_VLC based decoding.Reimar Döffinger2014-08-311-21/+18
* | h261dec: Optimize new RL_VLC based decoding.Reimar Döffinger2014-08-311-5/+3
* | h261, h263 decoders: convert to RL_VLC.Reimar Döffinger2014-08-314-38/+60
* | aacps_tablegen: replace TABLE_CONST by const.Reimar Döffinger2014-08-311-1/+1
* | intmath.h: Remove duplicated ARM include.Reimar Döffinger2014-08-311-4/+0
* | avcodec/mjpegdec: fix green line at the bottom with upscale vMichael Niedermayer2014-08-311-1/+1
* | avcodec/mjpegdec: fix green vertical line at the right with upscale hMichael Niedermayer2014-08-311-1/+4
* | vf_drawtext: move "static const" before "struct".Reimar Döffinger2014-08-311-2/+2
* | lavu/hash.c: Add missing "static const".Reimar Döffinger2014-08-311-1/+1
* | Add av_cold to table generation functions.Reimar Döffinger2014-08-316-9/+13
* | WMA: add "const" to avoid warnings with hardcoded tables.Reimar Döffinger2014-08-312-3/+3
* | ac3dec_fixed: add missing "static const".Reimar Döffinger2014-08-311-1/+1
* | lavfi: add const/static const to pix_fmts arrays.Reimar Döffinger2014-08-314-4/+4
* | sipr16kdata.h: add forgotten const.Reimar Döffinger2014-08-312-2/+2
* | fft_template: Move variables to where they are used.Reimar Döffinger2014-08-311-7/+4
OpenPOWER on IntegriCloud