summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swscale/yuv2rgb: fix width % 8 != 0 and rgb/bgr8 outputMichael Niedermayer2014-12-241-1/+21
* avfilter/vf_uspp: use av_malloc_array()Michael Niedermayer2014-12-231-2/+2
* avformat/aea: reduce false positives in probingMichael Niedermayer2014-12-231-8/+13
* avformat/avidec: optimize probeMichael Niedermayer2014-12-231-2/+2
* avformat/rtpdec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-231-4/+4
* avformat/rtpdec_latm: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-231-2/+2
* avformat/rtpdec_xiph: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-231-2/+2
* doc/faq: explain pkg-config basic setup.Nicolas George2014-12-231-0/+50
* x86/vp9: remove duplicate function prototypesJames Almer2014-12-231-7/+0
* tools/probetest: support testing a single specified input formatMichael Niedermayer2014-12-231-6/+31
* frame_thread_encoder: use ref-counting to avoid memcpy of all input framesHendrik Leppkes2014-12-231-16/+8
* avcodec/h264: also show frames with missing fields when CODEC_FLAG2_SHOW_ALL ...Michael Niedermayer2014-12-221-1/+4
* cdxl: fix durationPiotr Bandurski2014-12-221-1/+13
* avformat/rtmpproto: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-221-4/+3
* avformat/riffdec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-221-1/+1
* avformat/os_support: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-221-3/+3
* avformat/img2dec: check w/h in dpx_probeMichael Niedermayer2014-12-211-1/+10
* avformat/swfdec: Check frame size rectangle in probe()Michael Niedermayer2014-12-211-1/+18
* avformat/mpegtsenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-211-4/+4
* avformat/mpegenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-211-1/+1
* avfilter/vf_boxblur: Support 10bit planar formatsMichael Niedermayer2014-12-211-19/+68
* avfilter/vf_boxblur: add gbrp pixfmtMichael Niedermayer2014-12-211-0/+1
* avfilter/vf_spp: Fix overflow in 8bit store sliceMichael Niedermayer2014-12-213-3/+3
* avfilter/vf_boxblur: avoid one addition per lineMichael Niedermayer2014-12-211-2/+1
* avfilter/vf_boxblur: factor rounder offset outMichael Niedermayer2014-12-211-6/+8
* avfilter/vf_spp: fix overflows with depth > 8Michael Niedermayer2014-12-201-9/+11
* Merge commit '9cfa68c560bdec82d2d5ec079f9c5b0f9ca37af0'Michael Niedermayer2014-12-202-6/+7
|\
| * mpegts: add support for OpusKieran Kunhya2014-12-204-22/+191
* | avfilter/vf_spp: add support for 9bit YUV and GBR as well as GBRP10Michael Niedermayer2014-12-201-0/+4
* | avcodec/idctdsp: use the 10bit code for 9 bit tooMichael Niedermayer2014-12-201-1/+1
* | avcodec/fdctdsp: use the 10bit code for 9 bit tooMichael Niedermayer2014-12-201-1/+1
* | avformat/mmst: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-201-2/+2
* | avformat/http: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-201-3/+3
* | avformat/id3v2: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-201-4/+4
* | x86/vp3dsp: port put_vp_no_rnd_pixels8_l2_mmx to yasmJames Almer2014-12-202-63/+50
* | Makefile: add dependencies which require ffversion.hMichael Niedermayer2014-12-201-1/+1
* | avformat/westwood_aud: replace != 0 error check by <0Michael Niedermayer2014-12-201-1/+1
* | avformat/asfenc: replace != 0 error check by <0Michael Niedermayer2014-12-201-1/+1
* | Merge commit '8ebf02f8f530240edf7e45f35f7647ef9dd44a58'Michael Niedermayer2014-12-202-5/+16
|\ \ | |/
| * libavformat: Only use MoveFileExA when targeting the desktop API subsetMartin Storsjö2014-12-192-5/+16
* | Merge commit 'fc308b30bb24e623fed042ec78b10803b2362a18'Michael Niedermayer2014-12-201-3/+1
|\ \ | |/
| * rtpenc_mpegts: Call write_trailer for the mpegts muxer even if no output buff...Martin Storsjö2014-12-191-3/+1
* | Merge commit 'e2ce16392205d8efe9143329ed3fb5fcb15498fa'Michael Niedermayer2014-12-201-1/+2
|\ \ | |/
| * mpegts: Support running the write_trailer function without an AVIOContextMartin Storsjö2014-12-191-1/+2
* | Merge commit '4895aa65c6ddec2e33ec3c023f221b1bafcbaf9f'Michael Niedermayer2014-12-200-0/+0
|\ \ | |/
| * libavformat: Allow calling av_write_trailer with a NULL AVIOContextMartin Storsjö2014-12-191-1/+1
* | avformat/rsd: make tag_buf string largerClément Bœsch2014-12-201-1/+1
* | avformat/apngdec: make tag_buf string largerClément Bœsch2014-12-201-1/+1
* | avformat/wavdec: make start_code string largerClément Bœsch2014-12-191-2/+2
* | wavdec: avoid output of arbitrary charsThomas Volkert2014-12-191-1/+3
OpenPOWER on IntegriCloud