]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-02-24 Paul B Maholexr: slice threading
2013-02-24 Michael NiedermayerMerge commit '4cc4b33f71d3982df404fceb4405d656c538bc74'
2013-02-24 Michael NiedermayerMerge commit '2aac411fd4c74e22b978525206f3b8257de1842b'
2013-02-24 Michael NiedermayerMerge commit '9840130edf3a969ec06dd0faa61dcf8d90c5f67a'
2013-02-24 Michael NiedermayerMerge commit '0a8da1a3e5f0b9329dfb89d17356ff5444c02351'
2013-02-24 Michael NiedermayerMerge commit '7432e872066d6960a9fbd31c51a94ebe6183389e'
2013-02-24 Michael NiedermayerMerge commit '040c565e51985477a8fa5e42d2ddfb26ebde6608'
2013-02-24 Michael Niedermayerpnm: use av_pix_fmt_desc_get()
2013-02-24 Michael NiedermayerMerge commit 'b5f536d24b5ae360503935c34d5d59fa5181b94d'
2013-02-24 Michael NiedermayerMerge commit '2f325a6fd4421c4dd4e26d7065e5d4bf26ed52f2'
2013-02-24 Michael NiedermayerMerge commit '7b4f91155bd4ef5a8d4e9af65c48b42bfa5b52c6'
2013-02-24 Michael NiedermayerMerge commit 'e10659244782b26061e7d52c06437de32a43a7af'
2013-02-24 Michael NiedermayerMerge commit '4f3b058c84f570e261d743c7c22f865617fd28ac'
2013-02-24 Michael NiedermayerMerge commit '56daf10e0313c5e36f43e773f457d2a99ff0df10'
2013-02-24 Nicolas Georgelavf/concatdec: add the "duration" directive.
2013-02-24 Nicolas Georgetools: add seek_print.
2013-02-24 Michael Niedermayerloco: check the last plane too
2013-02-24 Michael NiedermayerMerge commit '067432c1c95882c7221e694f33d9f3bdbe46de7f'
2013-02-24 Michael NiedermayerMerge commit 'f935aca44c674d30e3ed940ef73bbad1228a5855'
2013-02-24 Nicolas Georgelavc: check return values consistency when decoding...
2013-02-24 Nicolas Georgelavfi/formats: reindent after last commit.
2013-02-24 Nicolas Georgelavfi: fix merging of formats and clarify exception.
2013-02-24 Nicolas Georgelavf/avio: check that the protocol supports the open...
2013-02-24 Nicolas Georgelibavfilter/af_amerge: fix segfault if init fails.
2013-02-23 Michael Niedermayerpmpdec: check packet sizes
2013-02-23 Michael Niedermayerpmpdec: fix signedness
2013-02-23 Michael Niedermayerpmpdec: read index before creating audio streams
2013-02-23 Reimar Döffingerpmpdec: check for EOF while reading index.
2013-02-23 Michael Niedermayeravformat: Allocate duration_error separately
2013-02-23 Michael Niedermayermatroskaenc: fix cue tracknum off by 1 error
2013-02-23 Diego Biurrunbuild: Add proper infrastructure for adding and checkin...
2013-02-23 Diego Biurrunconfigure: Simplify VDPAU header check
2013-02-23 Diego Biurrunconfigure: Simplify VDA header and extralibs check
2013-02-23 Mans Rullgardconfigure: Do not redundantly list enabled hwaccel...
2013-02-23 Diego Biurrunconfigure: Add print_3_columns helper function and...
2013-02-23 Diego Biurrundoc: developer: Allow tabs in the vim configuration...
2013-02-23 Diego BiurrunRemove pointless av_cold attributes in header files
2013-02-23 Michael Niedermayervf_mp: Set pseudo pal
2013-02-23 Michael Niedermayerrtmpproto: increase APP_MAX_LENGTH
2013-02-23 Michael Niedermayerrtmpproto: Check APP_MAX_LENGTH
2013-02-23 Kostya Shishkovpnm: add high-bitdepth PGMYUV support for both encoder...
2013-02-23 Paul B Maholdoc/filters: add forgotten sentence for blend filter...
2013-02-23 Michael Niedermayerh264: Silence warning: comparison of distinct pointer...
2013-02-23 Michael Niedermayerbmp: Fix warning X may be used uninitialized in this...
2013-02-23 John Van Sicklelibx264: change i_qfactor to use x264cli's default
2013-02-23 Anton Khirnovqtrle: use AV_LOG_ERROR in an error message.
2013-02-23 Anton Khirnovqtrle: cosmetics, reformat CHECK_PIXEL_PTR() macro
2013-02-23 Anton Khirnovqtrle: add more checks against pixel_ptr being negative.
2013-02-23 Anton Khirnovcavs: initialize various context tables to 0
2013-02-23 Anton Khirnovmlpdec: do not try to allocate a zero-sized output...
2013-02-23 Anton Khirnovmov: use the format context for logging.
2013-02-23 Michael Niedermayeraacdec: Fix warning: initialization from incompatible...
2013-02-23 Michael Niedermayervf_overlay: silence warning: X may be used uninitialize...
2013-02-23 Michael Niedermayeravfilter: Silence warning: passing argument 3 of av_ima...
2013-02-23 Anton Khirnovflicvideo: avoid an infinite loop in byte run compression
2013-02-23 Anton Khirnovloco: check that there is data left after decoding...
2013-02-23 Anton Khirnovlagarith: avoid infinite loop in lag_rac_refill()
2013-02-23 Anton Khirnovav_memcpy_backptr: avoid an infinite loop for back = 0
2013-02-23 Anton Khirnov4xm: check the return value of read_huffman_tables().
2013-02-22 Clément Bœschfate/subtitles: add character encoding conversion test.
2013-02-22 Stefano Sabatinitests: fix parseutils test after 12a269a5229d3a37be0743...
2013-02-22 Stefano Sabatinidoc/muxers: fix reference to @anchor defined in another...
2013-02-22 Stefano Sabatinilavu/parseutils: remove spurious "]]" in date format...
2013-02-22 Senthilnathan Mlavu/parseutils: allow MM:SS format for duration in...
2013-02-22 Malcolm BechardImprove QTRLE encoding performance, no change to output...
2013-02-22 Michael Niedermayeravutil/mem: do a small set of checks for memalign hack...
2013-02-22 Paul B Maholexr: shorter channel buffer names
2013-02-22 Paul B Maholexr: remove superfluous check
2013-02-22 Paul B Maholexr: cosmetics: reindent
2013-02-22 Paul B Maholexr: check if line offset table is complete only once...
2013-02-22 Paul B Maholexr: support more line orders
2013-02-22 Paul B Maholexr: fix overflow check in lineoffset processing
2013-02-22 Paul B Maholexr: merge multiple if () blocks
2013-02-22 Paul B Maholexr: check version too
2013-02-22 Stefano Sabatinidoc/filters: apply minor spacing fixes to boxblur docs
2013-02-22 Stefano Sabatinilavfi/boxblur: add support to named options
2013-02-22 Michael Niedermayeraac: reconfigure output on pop
2013-02-22 Paul B Maholcafenc: do not leak caf->pkt_sizes
2013-02-22 Michael Niedermayeraacdec: dont pop random configurations
2013-02-22 Paul B Maholmxg: do not leak mxg->buffer
2013-02-22 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-02-22 Michael Niedermayerdxva2: move _WIN32_WINNT handling to public header
2013-02-21 Michael Niedermayerlibavcodec/mips/aacsbr_mips: fix ;;
2013-02-21 Mirjana Vulinmips: optimization for float aac decoder (ps module)
2013-02-21 Mirjana Vulinmips: optimization for float aac decoder (sbr module)
2013-02-21 James Almerconfigure: Use libiconv on systems that lack built...
2013-02-21 Matt WolenetzFix Win64 AVX h264_deblock by not using redzone on...
2013-02-21 Michael Niedermayerh264: ensure that get_format() is called when changing...
2013-02-21 Andrea3000matroska: fix missing ,
2013-02-21 Michael Niedermayeravcodec_decode_audio4: check got_frame_ptr before handl...
2013-02-21 Paul B Maholblend filter
2013-02-21 Michael Niedermayerh264: move next/last picture init to decode_slice_header
2013-02-21 Michael Niedermayerec: check that reference pictures have matching paramet...
2013-02-21 Michael Niedermayerh264: check that luma and chroma depth match
2013-02-21 Matt Wolenetzx86: h264: Don't use redzone in AVX h264_deblock on...
2013-02-21 Paul B Maholexr: constify s in rle_uncompress()
2013-02-21 Paul B Maholexr: reset compression in decode_frame()
2013-02-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-02-21 Nicolas Georgeffmpeg: set resample_pix_fmt for sub2video.
2013-02-21 Nicolas Georgelavfi/buffersrc: set channel layout if it is known.
next