summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '28f5cd312c9da9072108edf8b7685d009374ea96'Michael Niedermayer2014-09-252-74/+3
|\
| * fate: Switch ra4-288 test from framecrc() to pcm()Katerina Barone-Adesi2014-09-252-74/+3
* | Merge commit 'd07ddc93e29a4fdf12cd426953a7ecd5abe5e36d'Michael Niedermayer2014-09-251-1/+1
|\ \ | |/
| * avcodec: Fix a doxy comment to refer to the right functionMartin Storsjö2014-09-251-1/+1
* | avcodec/mpegvideo_enc: write a log message at verbose level if frame re-encod...Michael Niedermayer2014-09-251-0/+1
* | x86/idctdsp: port {put,add}_pixels_clamped to yasmJames Almer2014-09-245-139/+112
* | avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_sizeJames Almer2014-09-2412-31/+32
* | Merge commit '2f172f1ae984b763c06069adb51d0053b3834f4b'Michael Niedermayer2014-09-251-0/+1
|\ \ | |/
| * rtsp: Clear the session id on redirectsMartin Storsjö2014-09-241-0/+1
* | Merge commit 'ddf5fb71ee9c8b2d9a23c0f661a84896cd7050fc'Michael Niedermayer2014-09-254-27/+19
|\ \ | |/
| * rtpenc: HEVC/H.265 supportThomas Volkert2014-09-247-2/+153
* | Merge commit 'a2efbecc4ed12d287cf29856418c4da4a7648d95'Michael Niedermayer2014-09-253-17/+22
|\ \ | |/
| * libavformat: Move avc mp4 startcode parsing to a shared fileMartin Storsjö2014-09-243-17/+22
* | avcodec/x86: use function pointers for {put,add}_pixels_clampedJames Almer2014-09-243-7/+10
* | libavutil/opt: fix av_opt_set_channel_layout() to access correct memory addressPhilip DeCamp2014-09-241-1/+1
* | x86/videodsp: add ff_emu_edge_{hfix,hvar}_avx2James Almer2014-09-242-1/+63
* | libavformat/ffmetadec: Make unchanged function arguments constMichael Niedermayer2014-09-241-4/+6
* | libavformat/dv: Make unchanged function arguments constMichael Niedermayer2014-09-241-5/+5
* | libavformat/avienc: Make unchanged function arguments constMichael Niedermayer2014-09-241-1/+1
* | libavformat/avidec: Make unchanged function arguments constMichael Niedermayer2014-09-241-1/+1
* | Merge commit 'c463dfc7e49929a9891884312b23b27d14729c51'Michael Niedermayer2014-09-243-13/+0
|\ \ | |/
| * rtpdec_hevc: Drop a duplicated, nonstandard entryVittorio Giovara2014-09-243-13/+0
* | doc/APIchanges: fix typoMichael Niedermayer2014-09-241-1/+1
* | postproc: add basic deblock filter visualization supportMichael Niedermayer2014-09-245-6/+34
* | ffplay: use av_codec_get_pkt_timebase()Michael Niedermayer2014-09-241-1/+1
* | configure: Check if "-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600" is needed ...Michael Niedermayer2014-09-241-0/+9
* | configure: fail if SDL is unavailable and --enable-sdl is specifiedMichael Niedermayer2014-09-241-1/+4
* | configure: reindent the --disable-sdl related codeMichael Niedermayer2014-09-241-15/+15
* | configure: support --disable-sdlMichael Niedermayer2014-09-241-1/+5
* | hevc: move intermediate bidir bufferChristophe Gisquet2014-09-242-8/+7
* | hevc: remove unneeded buffer.Christophe Gisquet2014-09-241-1/+0
* | x86/videodsp: fix warning about discarded 'const' qualifierJames Almer2014-09-231-2/+2
* | avcodec/libvpxdec: don't check for formats other than i420 when vp9 decoding ...James Almer2014-09-231-0/+2
* | tests/fate-run.sh: Cat .err file in case of error with V>0Michael Niedermayer2014-09-241-0/+1
* | Skip decklink_common_c.h when running make checkheaders.Carl Eugen Hoyos2014-09-231-1/+2
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2014-09-231-149/+175
|\ \
| * | ffplay: move pts calculating code to generic decoderMarton Balint2014-09-231-30/+37
| * | ffplay: factorize decoder functions to generic decoderMarton Balint2014-09-231-121/+140
| * | ffplay: handle fullscreen status on resize eventMarton Balint2014-09-231-1/+1
* | | Fix compile error on arm4/arm5 platformBernd Kuhls2014-09-232-0/+4
|/ /
* | avformat/riffenc: Filter out "BottomUp" in ff_put_bmp_header()Benoit Fouet2014-09-231-4/+8
* | avcodec/webp: fix default palette color 0xff000000 -> 0x00000000Pascal Massimino2014-09-231-1/+1
* | avcodec/asvenc: fix AAN scalingMichael Niedermayer2014-09-239-66/+73
* | avcodec/asvenc: Fix integer overflow in levelMichael Niedermayer2014-09-231-5/+9
* | x86/vp9: add AVX and AVX2 MCJames Almer2014-09-223-88/+150
* | ffmpeg: replace impossible dts/pts combinations by a reasonable guess instead...Michael Niedermayer2014-09-231-9/+11
* | doc/decoders: adding documentation for lavc/dvdsubdec.c option "forced_subs_o...Nicholas Robbins2014-09-221-0/+5
* | libavcodec/dvdsubdec: Add option forced_subs_only to only decode forced subti...Nicholas Robbins2014-09-221-0/+5
* | avformat/asfenc: Make asf_write_indexs index argument constMichael Niedermayer2014-09-221-1/+1
* | avformat/adtsenc: buf isnt changed in adts_decode_extradata(), make it constMichael Niedermayer2014-09-221-1/+1