summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* examples/filtering_audio,video: do not call avcodec_register_all()Stefano Sabatini2014-01-24
* doc/ffmpeg: reference time syntax sections in ffmpeg-utils for itsoffset and ...Stefano Sabatini2014-01-24
* avformat/nutenc: fix missing break in switchMichael Niedermayer2014-01-24
* avfilter/avfilter: fix use of uninitialized pointerMichael Niedermayer2014-01-24
* avcodec/vc1: fix type of tmpMichael Niedermayer2014-01-24
* avcodec/libopenjpegenc: Replace av_frame_alloc() and av_frame_ref() by av_fra...Michael Niedermayer2014-01-24
* avcodec/mjpegenc: Use av_frame_clone() instead of av_frame_ref()Michael Niedermayer2014-01-24
* avcodec/libopenjpegenc: Check the return code of av_frame_ref()Michael Niedermayer2014-01-24
* avcodec/h264_cabac: Fix use with the checked bitstream-readerMichael Niedermayer2014-01-24
* libavformat/mtv: add missing MTV_ prefix to macroReynaldo H. Verdejo Pinochet2014-01-23
* libavformat/mtv: make clear we assume bpp is always 16Reynaldo H. Verdejo Pinochet2014-01-23
* libavformat/mtv: donwgrade probe score for < 512Reynaldo H. Verdejo Pinochet2014-01-23
* libavformat/mtv: Check for min header size firstReynaldo H. Verdejo Pinochet2014-01-23
* Cinepak encoder: adding option handling for flexibilityaddr-see-the-website@aetey.se2014-01-23
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-23
|\
| * rtpdec_asf: Copy the need_parsing field from the chained demuxerMartin Storsjö2014-01-23
* | ffmpeg: use av_err2str() macroStefano Sabatini2014-01-23
* | ffmpeg: apply misc cosmetics to process_input() codeStefano Sabatini2014-01-23
* | avformat/matroskaenc: wrap V_QUICKTIME codec private in something that looks ...Michael Niedermayer2014-01-23
* | avformat/http: Properly handle cookies that specify sub-domain where the URL.Eli Kara2014-01-23
* | avformat/tls: Fix windows build with openSSL enabled.Matt Oliver2014-01-23
* | avcodec/x86/lossless_videodsp: disable median optimizations for 16bpsMichael Niedermayer2014-01-23
* | avcodec/lossless_videodsp: Pass AVCodecContext to initMichael Niedermayer2014-01-23
* | avcodec/bitstream: assert that no integer overflow happened when writing code...Michael Niedermayer2014-01-23
* | examples/muxing: reindent after previous commitStefano Sabatini2014-01-23
* | examples/muxing: flush encoders at the endStefano Sabatini2014-01-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-22
|\|
| * mpegvideo_enc: Don't call ff_h263dsp_init unconditionallyMartin Storsjö2014-01-22
* | avcodec/x86/lossless_videodsp: port sub_hfyu_median_prediction_int16 to yasmMichael Niedermayer2014-01-22
* | avcodec/x86/lossless_videodsp: Port sub_hfyu_median_prediction_mmxext to int16Michael Niedermayer2014-01-22
* | avcodec/x86/lossless_videodsp: port add_hfyu_median_prediction_mmxext to 16bitMichael Niedermayer2014-01-22
* | avcodec/x86/lossless_videodsp: add diff_int16_mmx/sse2Michael Niedermayer2014-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-22
|\|
| * bfin: vp3: Mark all binary object sections appropriatelyDiego Biurrun2014-01-22
* | Merge commit 'ea49f60523c4f4c43cb06a35166b44478d473e51'Michael Niedermayer2014-01-22
|\|
| * h264: skip chroma edges at the picture boundary while deblocking 4:4:4Janne Grunau2014-01-22
* | Merge commit '8267f9363532b23b3b8b4e27491ee2d412a8aec3'Michael Niedermayer2014-01-22
|\|
| * configure: Set default HOSTCFLAGS/HOSTCPPFLAGS after compiler detectionDiego Biurrun2014-01-22
* | avcodec/cinepakenc: fixes and improvementsaddr-see-the-website@aetey.se2014-01-22
* | Adding Cinepak encoderTomas Härdin2014-01-22
* | Merge remote-tracking branch 'lukaszmluki/master'Michael Niedermayer2014-01-22
|\ \
| * | lavf/ftp: remove double spaceLukasz Marek2014-01-22
| * | lavf/libssh: fix seek with whence==SEEK_CURLukasz Marek2014-01-22
| * | lavf/libssh: rename context variable from s into libsshLukasz Marek2014-01-22
| * | lavf/libssh: add av_cold attributesLukasz Marek2014-01-22
| * | lavf/libssh: factorize create_sftp_session functionLukasz Marek2014-01-22
| * | lavf/libssh: factorize create_ssh_session functionLukasz Marek2014-01-22
| * | lavf/libssh: factorize file_stat functionLukasz Marek2014-01-22
| * | lavf/libssh: factorize open_file functionLukasz Marek2014-01-22
| * | lavf/libssh: add private_key optionLukasz Marek2014-01-22