]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-08-14 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-08-14 Michael NiedermayerMerge commit '6b58e11a8331690ec32e9869db89ae10c54614e9'
2013-08-14 Michael NiedermayerMerge commit '2427ac6ccd868811d1fe9df7c64c50ca58abe6f6'
2013-08-14 Michael NiedermayerMerge commit '5268bd2900effa59b51e0fede61aacde5e2f0b95'
2013-08-14 Michael NiedermayerMerge commit '3562684db716d11de0b0dcc52748e9cd90d68132'
2013-08-14 Michael NiedermayerMerge commit 'f13fe6020e6a3871f9b0c96b240e58e6ed4fb5d7'
2013-08-14 Michael NiedermayerMerge commit '62cc7a91080194d9ead162516f779f20931220d9'
2013-08-14 Michael NiedermayerMerge commit '2df0776c2293efb0ac12c003843ce19332342e01'
2013-08-14 Michael NiedermayerMerge commit 'feaaf5f7f0afac7223457f871af2ec9b99eb6cc6'
2013-08-14 Michael NiedermayerMerge commit '075dbc185521f193c98b896cd63be3ec2613df5d'
2013-08-14 Martin Storsjösdp: Add an option for sending RTCP packets to the...
2013-08-14 Martin Storsjörtpproto: Add an option for writing return packets...
2013-08-14 Michael NiedermayerMerge commit 'aae159a7cc4df7d0521901022b778c9da251c24e'
2013-08-14 Michael Niedermayerffmpeg_filter: check that the input media type match...
2013-08-13 Piotr Bandurskiavcodec/gsmdec: reject unsupported msn audio modes
2013-08-13 Timothy Gudoc/filters: reformat scale filter doc
2013-08-13 Paul B Maholtiff: frame multithreading support
2013-08-13 Martin Storsjörtpproto: Update the parameter documentation
2013-08-13 Michael Niedermayeravcodec/mpeg12dec: check slice size before trying to...
2013-08-13 Thilo BorgmannUpdate my email address.
2013-08-13 Compnriff: add msn audio comment
2013-08-13 Michael Niedermayeravcodec: free priv_data in avcodec_copy_context()
2013-08-13 Michael Niedermayerffserver: allocate rc_eq, prevent freeing invalid pointer
2013-08-13 Michael Niedermayeravcodec: clarify documentation of avcodec_copy_context()
2013-08-13 Luca Barbatosegafilm: Error out on impossible packet size
2013-08-13 Paul B Mahollavfi/ebur128: fix typo: s/negociation/negotiation
2013-08-13 Luca Barbatoogg: Always alloc the private context in vorbis_header
2013-08-13 Luca Barbatortjpeg: Use init_get_bits8
2013-08-13 Luca Barbatortjpeg: return meaningful error codes
2013-08-13 Luca Barbatonuv: Use av_fast_realloc
2013-08-13 Luca Barbatonuv: Reset the frame on resize
2013-08-13 Luca Barbatonuv: Pad the lzo outbuf
2013-08-13 Luca Barbatonuv: Do not ignore lzo decompression failures
2013-08-13 Nedeljko BabicMAINTAINERS: add myself as maintainer for MIPS and...
2013-08-13 Piotr Bandurskiavformat/riff: treat msn audio like gsm_ms
2013-08-13 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-08-13 Ian Taylorpng: allow encoding 16-bit grayscale
2013-08-13 Alexis BallierRemove FF_API_PKT_DUMP cruft. Not compiled since libavf...
2013-08-13 Alexis Ballierlibavformat/version.h: Drop FF_API_OLD_AVIO (unused...
2013-08-12 Thilo Borgmannavcodec/mjpegdec: Read EXIF metadata in JPEG input.
2013-08-12 Thilo Borgmannavcodec: Add EXIF metadata parser to libavcodec.
2013-08-12 Thilo Borgmannavcodec/tiff: Refactor TIFF tag related functions to...
2013-08-12 Michael Niedermayeravformat/asfdec: call ff_read_frame_flush() in asf_read...
2013-08-12 Michael Niedermayerlibavutil/opt.h: Fix duplicate words
2013-08-12 Michael Niedermayerlibavutil/file_open.c: Fix duplicate words
2013-08-12 Michael Niedermayerlibavcodec/xsubenc.c: Fix duplicate words
2013-08-12 Michael Niedermayerlibavcodec/rv40.c: Fix duplicate words
2013-08-12 Michael Niedermayerlibavcodec/mpegvideo.h: Fix duplicate words
2013-08-12 Michael Niedermayerlibavcodec/lpc.h: Fix duplicate words
2013-08-12 Michael Niedermayerlibavcodec/dv.c: Fix duplicate words
2013-08-12 Michael Niedermayerlibavcodec/bintext.h: Fix duplicate words
2013-08-12 Michael Niedermayerlibavcodec/bink.c: Fix duplicate words
2013-08-12 Michael Niedermayerlibavcodec/avcodec.h: Fix duplicate words
2013-08-12 Michael Niedermayerlibavcodec/ac3tab.c: Fix duplicate words
2013-08-12 Michael Niedermayerlibavcodec/ac3enc_template.c: Fix duplicate words
2013-08-12 Michael Niedermayerdoc/filters.texi: Fix duplicate words
2013-08-12 Michael Niedermayerdoc/filter_design.txt: Fix duplicate words
2013-08-12 Kirill Gavrilovpixfmt: extend description for planar YUV 9/10 bits...
2013-08-12 Kirill Gavrilovimg2dec: fix typo (double "with with")
2013-08-12 Paul B Maholffmpeg_filter: do not pick evil path for trim filters
2013-08-12 Paul B Mahollavfi/trim: check for right default value
2013-08-12 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-08-12 Thilo BorgmannFix wrong use of "an" in some comments.
2013-08-11 Michael Niedermayeravcodec: Remove ff_packet_free_side_data, use av_packet...
2013-08-11 wm4ape: check avio_read() return value
2013-08-11 Hendrik Leppkeswmall: use AVFrame API properly
2013-08-11 Reimar DöffingerMake new VDPAU easier to use by adding context to callback.
2013-08-11 Reimar Döffingervdpau: Add an allocation function for AVVDPAUContext.
2013-08-11 Reimar Döffingervdpau_internal.h: Add missing include for FF_API_BUFS_V...
2013-08-11 Reimar Döffingersanm: fix undefined behaviour on big-endian.
2013-08-11 Michael Niedermayertiff: continue parsing on non fatal errors
2013-08-11 Michael Niedermayermpeg4videodec: Parse newpred headers
2013-08-11 Michael Niedermayermpeg4videodec: check resolution marker bits
2013-08-11 Michael Niedermayeravutil/avstring: make const tables static const
2013-08-11 Michael Niedermayeravutil/parseutils:make const tables static const
2013-08-11 Michael Niedermayeravutil/ripemd:make const tables static const
2013-08-11 Michael Niedermayeravutil/xtea: make const tables static const
2013-08-11 Michael Niedermayeravutil/sha:make const tables static const
2013-08-11 Michael Niedermayeravutil/sha512: make const tables static const
2013-08-11 Mark Harrisavformat/id3v2enc: use UTF-16 in id3v2.3 APIC frame...
2013-08-11 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-08-11 Michael NiedermayerMerge commit '205a4502d3da9de2db75d2c965c9d065574e9266'
2013-08-11 Michael NiedermayerMerge commit 'd175a5730b42166704b7262b33f4b780d9d92f60'
2013-08-11 Michael NiedermayerMerge commit 'a435ca5b4d9efebf0759220681010977c36615f7'
2013-08-11 Michael NiedermayerMerge commit 'aa16a6b0c56e3f46c5d7efb706b87a8f7a1603ec'
2013-08-11 Michael NiedermayerMerge commit '8e1fe345577a42f99591caf8a06c447613449694'
2013-08-11 Michael NiedermayerMerge commit 'ba5393a609c723ec8ab7f9727c10fef734c09278'
2013-08-11 Michael NiedermayerMerge commit '4ebc7d659f0da6c1305ca08cf4303959203fff4b'
2013-08-11 Michael Niedermayeravcodec/avpacket: Fix memory allocation failure check
2013-08-11 Michael NiedermayerMerge commit '5a9a9d4a2abefa63d9a898ce26715453c569e89d'
2013-08-11 Michael NiedermayerMerge commit 'c1076d8479a6c0ee2e0c4b0e2151df5b0228438e'
2013-08-11 Michael NiedermayerMerge commit '5eb488bfa835f2902a31ba99d57c16ae36c4f598'
2013-08-11 Michael Niedermayersvq3: Fix ff_h264_check_intra_pred_mode() return code...
2013-08-11 Michael NiedermayerMerge commit 'b3dc260e7fa6f3f852dd5cb7d86763c4b5736714'
2013-08-10 Luca Barbatortmp: Do not misuse memcmp
2013-08-10 Thilo Borgmannlavu: fix grammar in doxy for av_frame_ref.
2013-08-10 James Almerlavd: Fix make checkheaders
2013-08-10 Derek Buitenhuisbprint: Include va_copy compat
2013-08-10 Nicolas Georgetests/fli: avoid rounding errors in -t option.
2013-08-10 Michael Niedermayeravutil/opt: make const tables static const
next