summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: remove common factors from copied timebaseMichael Niedermayer2014-07-091-1/+2
* Merge commit '3f3232a371cc88696184d9aef1f812656264e56c'Michael Niedermayer2014-07-091-0/+2
|\
| * avconv: set the output stream timebaseAnton Khirnov2014-07-091-0/+2
* | Merge commit 'c9c1265c52910578d3db1a6205c85b91ead0903f'Michael Niedermayer2014-07-091-3/+3
|\ \ | |/
| * avformat: update muxing doxyAnton Khirnov2014-07-091-3/+3
* | Merge commit 'abda15a990527557c20848f6ca2f82eb85e76dc9'Michael Niedermayer2014-07-091-0/+11
|\ \ | |/
| * cdg: set the keyframe flag on the first packetAnton Khirnov2014-07-091-0/+11
* | avcodec/roqvideoenc: Print the correct max resolutionMichael Niedermayer2014-07-091-1/+1
* | avcodec/roqvideoenc: More verbose warning about no power of 2 dimensionsMichael Niedermayer2014-07-091-1/+1
* | avcodec/dvdsubenc: Add dvdsub workaround for some playersOliver Fromme2014-07-091-0/+25
* | avcodec/pthread_frame: fix setting hwaccel with threads and get_format()Michael Niedermayer2014-07-091-1/+1
* | avutil/bprint:ædd io.h, try to fix msvc buildMichael Niedermayer2014-07-091-0/+3
* | avformat/m4vdec: raise threshold slightly for detectionMichael Niedermayer2014-07-091-1/+1
* | avcodec/mpegvideo: clip mv visualization arrows so that their direction is ma...Michael Niedermayer2014-07-091-0/+28
* | Fix wmv1 encoding if all other msmpeg4-related encoders were disabled.Carl Eugen Hoyos2014-07-092-0/+2
* | Fix wmv1 decoding if no other msmpeg4-related decoder was compiled.Carl Eugen Hoyos2014-07-091-0/+1
* | 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
OpenPOWER on IntegriCloud