summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpegvideo: flip motion vector visualization for backward motion vectorsMichael Niedermayer2014-07-091-5/+15
* avdevice/pulse_audio_dec: reimplement using the non simple APIMichael Niedermayer2014-07-092-54/+235
* avformat/movenc: respect color_range when encoding dnxhd.Mark Boorer2014-07-091-1/+5
* avformat/segment: remove gettimeofday() use, remove sys/time.hMichael Niedermayer2014-07-081-6/+6
* alpha/idctdsp: move idct init code out of dsputilJames Almer2014-07-089-44/+102
* avformat/mpegts: pass MpegTSContext ptr explicitly (fixes #3721)Alexander V. Lukyanov2014-07-081-6/+4
* Merge commit '18fb38fb9ea7e2d5997c096fccfcd4cb43f70294'Michael Niedermayer2014-07-081-2/+1
|\
| * mov: Remove a variable that is set but never usedMartin Storsjö2014-07-081-2/+1
* | Merge commit 'cf280ed004b5c618560f8f43d14ff264bd1e4c3d'Michael Niedermayer2014-07-080-0/+0
|\ \ | |/
| * avplay: Handle pixel aspect ratio properlyMartin Storsjö2014-07-081-0/+2
* | Merge commit '52a1c32c0a86e84d43f977c5148e62975a0c6917'Michael Niedermayer2014-07-081-5/+5
|\ \ | |/
| * nut: Use nut->version in the version range checkLuca Barbato2014-07-081-3/+4
* | avdevice/lavfi: add io.h, should fix msvc buildMichael Niedermayer2014-07-081-0/+3
* | avcodec/alpha/dsputil_alpha: fix buildMichael Niedermayer2014-07-081-12/+16
* | avcodec/proresenc_anatoliy: check against maximum dimensionsMichael Niedermayer2014-07-081-0/+6
* | avcodec/roqvideoenc: check dimensions against maximumMichael Niedermayer2014-07-081-0/+5
* | avcodec/roqvideoenc: fix infinite lambda increasing loopMichael Niedermayer2014-07-081-2/+9
* | avformat/nutdec: if all else fails try to lookup video tag in isomMichael Niedermayer2014-07-081-0/+2
* | avformat/movenc: check that the video resolution is supportedMichael Niedermayer2014-07-081-0/+5
* | Merge commit '79fce1ec8abd017593c003917fc123f7119a78d6'Michael Niedermayer2014-07-081-1/+5
|\ \ | |/
| * arm: Avoid using the 'setend' instruction on ARMv7 and newerMartin Storsjö2014-07-081-1/+5
* | Merge commit '3d90f27ad5843ccd63d34fd6da4d4bff212c1bfe'Michael Niedermayer2014-07-080-0/+0
|\ \ | |/
| * avformat_new_stream: make the AVCodec parameter constRoman Savchenko2014-07-082-2/+2
* | Merge commit 'd3cfd7aff86ee3d449ca68aba21d67b9b2136a9b'Michael Niedermayer2014-07-081-2/+8
|\ \ | |/
| * af_compand: make sure request_frame always outputs at least one frameAndrew Kelley2014-07-081-3/+15
* | Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3'Michael Niedermayer2014-07-0825-102/+253
|\ \ | |/
| * dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-0721-93/+238
* | avcodec/crystalhd: Add #if HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer2014-07-081-1/+4
* | avutil/cpu: Use HAVE_UNISTD_H instead of HAVE_SYSCONF for #include <unistd.h>Michael Niedermayer2014-07-081-1/+1
* | avfilter/vf_drawtext: Add #if HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer2014-07-081-0/+2
* | avdevice/oss_audio: Add #if HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer2014-07-081-0/+2
* | doc: add doxygen target tagTimothy Gu2014-07-081-0/+1
* | doc: make doxygen program configurableTimothy Gu2014-07-083-4/+15
* | doc: add doxy-wrapper.sh to doc/doxygen/html dependenciesTimothy Gu2014-07-081-1/+1
* | ffserver: add HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer2014-07-081-0/+2
* | tools/yuvcmp: add HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer2014-07-081-1/+3
* | avcodec/libxvid: add HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer2014-07-082-2/+8
* | protect unistd.h with #if HAVE_UNISTD_H in code from recent av_bprint_fd_cont...Michael Niedermayer2014-07-082-2/+9
* | swresample: misc. doxy improvementsTimothy Gu2014-07-081-19/+64
* | doc/Doxyfile: use 5 columns for alphabetical indexMichael Niedermayer2014-07-081-1/+1
* | Merge commit '1e9a93bfca2c2f43a07e01f2ef9fd5cbafe6c22d'Michael Niedermayer2014-07-072-2/+2
|\ \ | |/
| * libfdk-aacdec: Decode the first AAC frame to reliably identify the bitstreamOmer Osman2014-07-072-2/+2
* | Merge commit 'a863c97e99bf30a88baa74f83bab9e3ab25984dc'Michael Niedermayer2014-07-070-0/+0
|\ \ | |/
| * smoothstreamingenc: Fix a memory leak on errorsMichael Niedermayer2014-07-071-1/+2
* | avcodec/vmdvideo: remove unneeded includeMichael Niedermayer2014-07-071-1/+0
* | avformat/segment: simplify localtime* useMichael Niedermayer2014-07-071-7/+4
* | avformat/segment: Support cutting at clocktimeDeti fliegl2014-07-072-2/+45
* | avdevice/lavfi: allow non-mmappable files for graph_fileAndrey Utkin2014-07-071-16/+17
* | avutil/bprint: Add av_bprint_fd_contents()Andrey Utkin2014-07-073-2/+26
* | Merge commit '246f869590b8c7313d26e1c2ef56db01f6fd2503'Michael Niedermayer2014-07-073-217/+240
|\ \ | |/
OpenPOWER on IntegriCloud