summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: force -mconsole when linking SDL under MinGWStephen Hutchinson2015-08-181-0/+3
* Undeprecate av_opt_set_defaults2().Ronald S. Bultje2015-08-182-7/+10
* lavc: fix compilation with FF_API_XVMC.Ronald S. Bultje2015-08-183-12/+0
* options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje2015-08-183-9/+15
* libvpxenc: make flags i64 instead of dbl.Ronald S. Bultje2015-08-181-2/+2
* FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-1810-22/+22
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-1819-47/+65
* lavfi: add error message to help users convert to new lavfi syntax.Ronald S. Bultje2015-08-182-1/+15
* scale2ref: override request_frame() and correctly connect them to the corresp...Michael Niedermayer2015-08-181-0/+12
* avfilter/vf_scale: Set scale2ref ref output timebaseMichael Niedermayer2015-08-181-0/+1
* Move ff_dlog from lavc to lavu.Ronald S. Bultje2015-08-182-6/+6
* configure: Use pkg-config for libkvazaar.Arttu Ylä-Outinen2015-08-181-1/+1
* Merge commit '317cfaa5e09755ed0b34af512ec687963a67bdbf'Hendrik Leppkes2015-08-181-2/+4
|\
| * asfdec: prevent the memory leak in the asf_read_metada_objAlexandra Hájková2015-08-161-2/+4
* | Merge commit '58c3720a3cc71142b5d48d8ccdc9213f9a66cd33'Hendrik Leppkes2015-08-182-0/+20
|\ \ | |/
| * fate: Make sure a corner-case for ASF is coveredAlexandra Hájková2015-08-162-0/+20
* | Merge commit '72839fce6457fdb5d51b4a5381ac52914ee66389'Hendrik Leppkes2015-08-180-0/+0
|\ \ | |/
| * hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato2015-08-161-13/+15
* | Merge commit '7bf9647264308d2df74b2b50669f2d02a7ecc90b'Hendrik Leppkes2015-08-181-0/+4
|\ \ | |/
| * vp7: bound checking in vp7_decode_frame_headerFederico Tomassetti2015-08-161-0/+8
* | Merge commit 'f34b152eb7b7e8d2aee57c710a072cf74173fbe1'Hendrik Leppkes2015-08-181-11/+6
|\ \ | |/
| * libfdk-aacdec: Clean up properly if the init failsMartin Storsjö2015-08-161-11/+6
* | Merge commit '1b90433f79de857550d4d8c35c89fbe954920594'Hendrik Leppkes2015-08-181-46/+17
|\ \ | |/
| * libfdk-aacdec: Always decode into an intermediate bufferMartin Storsjö2015-08-161-50/+18
* | Merge commit '87de6ddb7b7674e329d5c96677bd8685bc7f7855'Hendrik Leppkes2015-08-181-1/+1
|\ \ | |/
| * libfdk-aacdec: Bump the max number of channels to 8Martin Storsjö2015-08-161-1/+1
* | Merge commit 'cb2dbe2c762dae44d890aa26620bcdd9022fd0f3'Hendrik Leppkes2015-08-181-1/+1
|\ \ | |/
| * configure: arm: Assume softfp ABI on darwinMartin Storsjö2015-08-161-1/+1
* | Merge commit '44b44441203177690305c294be6eff8d9c668954'Hendrik Leppkes2015-08-180-0/+0
|\ \ | |/
| * x86inc: Various minor backports from x264Henrik Gramner2015-08-131-11/+21
* | Merge commit '26ac22e5e7394346e9d59f800e7d4e91f4518d33'Hendrik Leppkes2015-08-182-9/+11
|\ \ | |/
| * movenc: Add a new flag for writing global sidx indexes for dashMartin Storsjö2015-08-122-7/+9
* | swscale: process horizontal lines in batchesPedro Arthur2015-08-183-16/+49
* | swscale: refactor horizontal scalingPedro Arthur2015-08-187-11/+751
* | fate: add -fflags +bitexact in a few places.Ronald S. Bultje2015-08-171-5/+5
* | fate: explicitly specify audio bitrate for adpcm/mp2fixed tests.Ronald S. Bultje2015-08-171-1/+2
* | fate: move -flags +mv0 -> -mpv_flags +mv0.Ronald S. Bultje2015-08-171-7/+8
* | avfilter: add scale2ref filterMichael Niedermayer2015-08-176-8/+103
* | lavc/mjpegdec: Detect more CMYK images.Carl Eugen Hoyos2015-08-171-0/+6
* | swscale/swscale-test: Fix slice height in random reference data creation.Michael Niedermayer2015-08-171-1/+1
* | avcodec/rv30: fix switching back to the original resolutionMichael Niedermayer2015-08-172-0/+8
* | ffmpeg_vdpau: Ignore decoder's max supported levelPhilip Langdale2015-08-162-1/+5
* | buffersink: introduce FIFO_INIT_ELEMENT_SIZE to complement FIFO_INIT_SIZEAndreas Cadhalpun2015-08-161-8/+8
* | ffmpeg: use av_buffersrc_add_frame instead of av_buffersrc_add_refAndreas Cadhalpun2015-08-161-5/+1
* | avfilter/avfiltergraph: Implement and use find_best_sample_fmt_of_2()Michael Niedermayer2015-08-161-0/+47
* | lavf/matroskadec: Fully parse and repack MP3 packetsRodger Combs2015-08-161-1/+3
* | doc/filter_design: Remove reference to the deprecated and unused cur_buf_copyMichael Niedermayer2015-08-161-1/+1
* | doc/examples: rename avio_list_dir -> avio_dir_cmdMariusz Szczepańczyk2015-08-165-5/+5
* | ffmpeg: Use the decoders dimensions in sub2video_get_blank_frame()Michael Niedermayer2015-08-151-2/+2
* | ffmpeg: Use actual frame dimensions in checks in sub2video_update()Michael Niedermayer2015-08-151-2/+1
OpenPOWER on IntegriCloud