summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* zerocodec: check if the previous frame is missingPaul B Mahol2012-05-061-0/+4
* doc: clarify check for NULL pointer styleLuca Barbato2012-05-061-0/+4
* dfa: use more meaningful return codesKostya Shishkov2012-05-061-27/+27
* eatgv: check vector_bitsMichael Niedermayer2012-05-061-0/+6
* eatgv: check motion vectorsKostya Shishkov2012-05-061-6/+8
* Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun2012-05-063-5/+9
* dvdec: drop const qualifier from variable to eliminate a warningDiego Biurrun2012-05-061-1/+1
* avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.Robert Nagy2012-05-061-1/+1
* tests/utils: don't ignore the return value of fwrite()Sean McGovern2012-05-061-3/+12
* lavfi/formats: use sizeof(var) instead of sizeof(type).Anton Khirnov2012-05-061-7/+7
* lavfi: remove avfilter_default_config_input_link() declarationStefano Sabatini2012-05-061-3/+0
* lavfi: always enable the scale filter and depend on sws.Anton Khirnov2012-05-063-6/+9
* vf_split: support user-specifiable number of outputs.Anton Khirnov2012-05-062-13/+68
* avconv: remove stray useless comment.Anton Khirnov2012-05-061-1/+0
* mpegmux: add stuffing to avoid incomplete PCM framesJanne Grunau2012-05-061-0/+6
* rtsp: avoid const warnings from strtol() callMans Rullgard2012-05-061-5/+6
* avserver: check return value of ftruncate()Mans Rullgard2012-05-061-1/+4
* lagarith: make offset array type unsignedKostya Shishkov2012-05-061-1/+1
* dfa: add some checks to ensure that decoder won't write past frame endKostya Shishkov2012-05-061-1/+7
* aacps: NEON optimisationsMans Rullgard2012-05-055-2/+337
* aacps: align some arraysMans Rullgard2012-05-056-37/+41
* aacps: move some loops to function pointersMans Rullgard2012-05-055-161/+331
* rtpdec_h264: Add missing newlines to av_log callsMartin Storsjö2012-05-051-4/+4
* rtpdec_h264: Free old extradata before clearing the pointerMartin Storsjö2012-05-051-1/+1
* rtpdec_h264: Reorder code blocksMartin Storsjö2012-05-051-16/+15
* rtpdec_h264: Make start_sequence a static const arrayMartin Storsjö2012-05-051-2/+2
* rtpdec_h264: Cleanup debug packet type countingMartin Storsjö2012-05-051-9/+9
* rtpdec_h264: Cosmetic cleanupMartin Storsjö2012-05-051-66/+71
* rtpdec_h264: Clean up commentsMartin Storsjö2012-05-051-22/+29
* rtpdec_h264: Convert commented out code into setting an unused variableMartin Storsjö2012-05-051-1/+1
* tests: Refactor rotozoom/videogen common code into a separate file.Diego Biurrun2012-05-054-252/+150
* tests: Mark some file-internal symbols as static.Diego Biurrun2012-05-052-11/+11
* build: Drop leftover .exp pattern from LIBSUFFIXES list.Diego Biurrun2012-05-051-1/+1
* vsrc_buffer: return EAGAIN if no frame is available.Nicolas George2012-05-051-3/+1
* WMAL: Shift output samples by the specified number of padding zeroes.Jakub Stachowski2012-05-051-2/+2
* WMAL: Restore removed code in mclms_predict()Mashiat Sarker Shakkhar2012-05-051-0/+2
* rtpdec_h264: Remove a useless ifdefMartin Storsjö2012-05-051-2/+0
* rtpdec_h264: Remove outdated/useless/incorrect commentsMartin Storsjö2012-05-051-21/+7
* rtpdec_h264: Remove useless memory corruption checksMartin Storsjö2012-05-051-23/+1
* rtpdec_h264: Return proper error codesMartin Storsjö2012-05-051-2/+2
* rtpdec_h264: Check the available data length before readingMartin Storsjö2012-05-051-2/+2
* rtpdec_h264: Add input size checksIvan Kovtunov2012-05-051-3/+13
* png: check bit depth for PAL8/Y400A pixel formats.Ronald S. Bultje2012-05-041-2/+4
* ea: check chunk_size for validity.Ronald S. Bultje2012-05-041-1/+6
* celp filters: Do not read earlier than the start of the 'out' vector.Alex Converse2012-05-041-3/+1
* configure: add POWER[5-7] supportSean McGovern2012-05-041-1/+4
* arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6Mans Rullgard2012-05-031-1/+3
* vqavideo: return error if image size is not a multiple of block sizeMans Rullgard2012-05-031-0/+6
* cosmetics: indentationJustin Ruggles2012-05-031-9/+10
* avformat: only fill-in interpolated timestamps if duration is non-zeroJustin Ruggles2012-05-031-0/+3