summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* examples: rename avcodec.c to decoding_encoding.cStefano Sabatini2014-04-234-4/+4
* avformat/mux: Check for and remove invalid packet durationsMichael Niedermayer2014-04-231-0/+6
* avformat/flvdec: also include file position in debug outputMichael Niedermayer2014-04-231-1/+1
* avutil/avutil.h: remove duplicate rational.h includeMichael Niedermayer2014-04-231-1/+0
* Merge commit 'b0bdc2a7123abd0287de435726ab68e9e475a8d8'Michael Niedermayer2014-04-231-6/+5
|\
| * avutil: move av_get_time_base_q() after include rational.hMichael Niedermayer2014-04-221-5/+5
* | Merge commit '502512ea0f179165782777265f441d4061ff6012'Michael Niedermayer2014-04-230-0/+0
|\ \ | |/
| * avutil: Add av_get_time_base_q()Derek Buitenhuis2014-04-224-1/+15
* | Merge commit '9155c595f1a9c5a089a59e2c0aefdfabd0a6c59b'Michael Niedermayer2014-04-230-0/+0
|\ \ | |/
| * fic: Support rendering cursorsDerek Buitenhuis2014-04-221-1/+111
* | Merge commit '40b331e1f41cf118bd1b0807cac801437255636f'Michael Niedermayer2014-04-220-0/+0
|\ \ | |/
| * fic: Use proper quantization matrix indexDerek Buitenhuis2014-04-221-1/+2
* | Merge commit '3956a5e0ea46ed7e27ca888fe11c47986ad99261'Michael Niedermayer2014-04-225-0/+122
|\ \ | |/
| * aarch64: NEON vorbis_inverse_couplingJanne Grunau2014-04-225-0/+122
* | Merge commit '8f9fe6ae3461ce270bce6b7083fda5ec314cdad4'Michael Niedermayer2014-04-225-0/+269
|\ \ | |/
| * aarch64: NEON fixed/floating point MPADSP apply_windowJanne Grunau2014-04-225-0/+269
* | Merge commit 'f4d5a2cc35fcdf06ec031fabe8b0710e995fe924'Michael Niedermayer2014-04-225-0/+419
|\ \ | |/
| * aarch64: NEON float to s16 audio conversionJanne Grunau2014-04-225-0/+419
* | Merge commit 'ee2bc5974fe64fd214f52574400ae01c85f4b855'Michael Niedermayer2014-04-223-0/+334
|\ \ | |/
| * aarch64: NEON float (i)MDCTJanne Grunau2014-04-223-0/+334
* | Merge commit '650c4300d94aa9398ff1dd4f454bf39eaa285f62'Michael Niedermayer2014-04-225-0/+483
|\ \ | |/
| * aarch64: NEON float FFTJanne Grunau2014-04-225-0/+483
* | avutil: move av_get_time_base_q() after include rational.hMichael Niedermayer2014-04-221-5/+6
* | avutil: Add av_get_time_base_q()Derek Buitenhuis2014-04-224-1/+15
* | fic: Use proper quantization matrix indexDerek Buitenhuis2014-04-221-1/+2
* | Add "const" to avoid compiler warning.Reimar Döffinger2014-04-221-1/+1
* | Add missing ';'.Reimar Döffinger2014-04-221-1/+1
* | Various small spelling fixes.Reimar Döffinger2014-04-2212-26/+26
* | avcodec/dvbsubdec: use av_mallocz_array()Michael Niedermayer2014-04-221-1/+1
* | avcodec/cook: use av_malloc_array()Michael Niedermayer2014-04-221-1/+1
* | avcodec/dsddec: use av_malloc_array()Michael Niedermayer2014-04-221-1/+1
* | avformat/mpegtsenc: make the pes packet length omission optionalMichael Niedermayer2014-04-221-1/+5
* | avformat/mpegtsenc: Changed Video PES packet length to 0.Graham Booker2014-04-222-1/+4
* | vc1dsp: fix build without inline asmHendrik Leppkes2014-04-222-14/+12
* | Merge commit 'f9157463dbcd2db8fe9504197c0c04d0d7d04f31'Michael Niedermayer2014-04-221-6/+0
|\ \ | |/
| * lavf: do not use the parser duration for videoAnton Khirnov2014-04-221-6/+0
* | Merge commit '1ae8198bca749a0cff205196cc83d35b9962849b'Michael Niedermayer2014-04-221-2/+1
|\ \ | |/
| * avconv: always reset packet pts after decoding an audio frameAnton Khirnov2014-04-221-3/+2
* | Merge commit 'b19a5e51981be5b69cf550a3bc17fe5300d0dbc9'Michael Niedermayer2014-04-221-6/+11
|\ \ | |/
| * lavc: improve AVCodecContext.delay doxyAnton Khirnov2014-04-221-6/+11
* | Merge commit 'a4ed995cabf220029f1d0e185a6fb45eed7b4091'Michael Niedermayer2014-04-221-2/+3
|\ \ | |/
| * txd: do not set the codec timebase.Anton Khirnov2014-04-223-16/+17
* | avformat/avidec: Speed up keyframe detection codeMichael Niedermayer2014-04-221-1/+1
* | MAINTAINERS: Add myself as FIC maintainerDerek Buitenhuis2014-04-211-0/+1
* | avcodec/wma: use av_malloc_array()Michael Niedermayer2014-04-221-4/+4
* | avfilter/pthread: Use av_mallocz_array()Michael Niedermayer2014-04-221-1/+1
* | avcodec/libxavs: Use av_mallocz_array()Michael Niedermayer2014-04-221-1/+1
* | avcodec/cngenc: Use av_malloc_array()Michael Niedermayer2014-04-221-2/+2
* | avcodec/snow: use FF_ALLOC(Z)_ARRAY_OR_GOTOMichael Niedermayer2014-04-221-6/+6
* | avutil/internal: add FF_ALLOC_ARRAY_OR_GOTO & FF_ALLOCZ_ARRAY_OR_GOTOMichael Niedermayer2014-04-221-0/+18
OpenPOWER on IntegriCloud