aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '1d8aa23794cc63e9517d5055a2d48040b843b1cf'Michael Niedermayer2015-01-220-0/+0
|\
| * dashenc: Fix format string generationRodger Combs2015-01-221-1/+1
* | avformat/dashenc: fix format string generationRodger Combs2015-01-221-1/+1
* | lavc/pnm: Support decoding ya16.Carl Eugen Hoyos2015-01-222-1/+11
* | lavc/pamenc: Support encoding ya16be.Carl Eugen Hoyos2015-01-221-1/+11
* | lavc/tiffenc: Support encoding ya16le.Carl Eugen Hoyos2015-01-221-2/+3
* | lavc/pngenc: Support encoding ya16be.Carl Eugen Hoyos2015-01-221-1/+5
* | librtmp: Allow changing the socket send buffer sizeBrian Brice2015-01-211-0/+8
* | libavformat/img2dec: fix warning when !HAVE_GLOBChristophe Gisquet2015-01-211-1/+3
* | Merge commit 'da9bffaf08a1173451da1b4e1ae50881e7093642'Michael Niedermayer2015-01-210-0/+0
|\|
| * doc/platform: Reference only MSYS2 and MinGW-w64Derek Buitenhuis2015-01-211-6/+7
* | swscale/input: fix rgba64 alpha non nativeMichael Niedermayer2015-01-211-5/+15
* | swscale/input: Fix alpha of YA16 inputMichael Niedermayer2015-01-211-2/+6
* | avfilter/vf_showinfo: show timebase & framerate tooMichael Niedermayer2015-01-211-1/+27
* | avfilter/vf_lenscorrection: support 8bit planar RGB formatsPaul B Mahol2015-01-211-0/+1
* | doc/platform: Reference only MSYS2 and MinGW-w64Derek Buitenhuis2015-01-211-6/+7
* | doc/APIchanges: fill in and correct some valuesMichael Niedermayer2015-01-211-3/+3
* | doc/APIchanges: Add av_find_best_pix_fmt_of_2() and av_get_pix_fmt_loss()Michael Niedermayer2015-01-211-0/+4
* | avcodec/nvenc: set repeatSPSPPS flag for streamingagathah2015-01-211-0/+1
* | ffprobe: fix memleaks on errorsMichael Niedermayer2015-01-211-7/+12
* | libavcodec/ppc/mpegvideoencdsp.c: fix stack smashing in pix_norm1_altivec() a...Andreas Cadhalpun2015-01-211-2/+2
* | Merge commit '440119b18836887d98c9e337c5911563bb43588c'Michael Niedermayer2015-01-201-2/+1
|\|
| * libopenh264enc: Move a declaration of a variable into an ifdefMartin Storsjö2015-01-201-2/+1
* | Merge commit 'bba02479260d0e7dec8c530a7e75a1c7aa53c06e'Michael Niedermayer2015-01-201-1/+0
|\|
| * libopenh264enc: Remove a workaround for silencing warnings about unused varia...Martin Storsjö2015-01-201-1/+0
* | Merge commit 'ea3fc9fe68752eb1b9078b28bea18a1e781d1c2c'Michael Niedermayer2015-01-200-0/+0
|\|
| * smoothstreamingenc: Add a missing "goto fail"Michael Niedermayer2015-01-191-0/+1
* | avfilter/af_join: swap av_mallocz_array() args for consistency with the proto...Paul B Mahol2015-01-201-6/+6
* | avfilter/af_join: Use av_mallocz_array()Paul B Mahol2015-01-201-6/+6
* | avfilter/af_ashowinfo: Use av_realloc_array()Michael Niedermayer2015-01-201-1/+1
* | avdevice/alsa-audio-common: Use *alloc_array()Michael Niedermayer2015-01-201-2/+2
* | fix Makefile: remove ilpackPaul B Mahol2015-01-201-1/+0
* | lavfi: remove mp=ilpackPaul B Mahol2015-01-204-462/+1
* | changed name of erase_display_memory to screen_changedAnshul Maheshwari2015-01-201-4/+4
* | Initilaize array to known sizeAnshul Maheshwari2015-01-201-1/+1
* | CHAR_DEBUG to av_dlogAnshul Maheshwari2015-01-201-7/+5
* | Cosmetic changes in cc_captionAnshul Maheshwari2015-01-201-39/+49
* | Revert "avcodec/h264: also show frames with missing fields when CODEC_FLAG2_S...Michael Niedermayer2015-01-201-4/+1
* | avcodec/snowdec: AVMotionVector supportMichael Niedermayer2015-01-202-0/+41
* | avcodec/snowdec: set AVFrame.pict_type correctlyMichael Niedermayer2015-01-201-0/+3
* | avfilter/vf_idet: factorize av_frame_free(&idet->prev)Michael Niedermayer2015-01-191-3/+2
* | h264: unref leaking error recovery picturewm42015-01-191-0/+1
* | avcodec/xsubdec: Check av_mallocz() return codesMichael Niedermayer2015-01-191-1/+14
* | avcodec/xan: Use av_realloc_array()Michael Niedermayer2015-01-191-2/+2
* | avfilter/avfilter: allow idet like scale to have parameter changesMichael Niedermayer2015-01-191-1/+2
* | avfilter/vf_idet: flush internal buffers on parameter changesMichael Niedermayer2015-01-191-0/+12
* | avfilter/vf_idet: reduce noisyness if the filter has been auto insertedMichael Niedermayer2015-01-191-3/+4
* | ffmpeg: Reduce noisiness of frame clipping in rate convertionMichael Niedermayer2015-01-191-1/+4
* | ffmpeg: Favor filter graph based duration over ost->frame_rate in fps codeMichael Niedermayer2015-01-192-7/+5
* | avdevice/openal-dec: Check the return code of av_new_packet()Michael Niedermayer2015-01-191-1/+2