Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-05doc/demuxers.texi: avoid comma splice in image2 documentationStefano Sabatini
2012-08-05lavf/img2doc: document optionsStefano Sabatini
2012-08-05lavf/img2dec: improve error logging in case of find_image_range() failureStefano Sabatini
2012-08-05lavf/img2dec: sort options by nameStefano Sabatini
2012-08-05lavf/img2dec: introduce and use FIRST_INDEX_SEARCH_RANGE macro in find_image_...Stefano Sabatini
2012-08-05lavf/img2dec: fix out-of-range check in find_image_range()Stefano Sabatini
2012-08-05lavf/img2dec: doxygen find_image_range() functionStefano Sabatini
2012-08-05lavf/img2dec: rename find_image_range() "max_start" parameter to "start_index"Stefano Sabatini
2012-08-05lavf/img2dec: fix weird start_number count logicStefano Sabatini
2012-08-05examples/muxing: simplify alloc_picture()Stefano Sabatini
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-05cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis
2012-08-04ffmpeg: insert bitmap subtitles as video in filters.Nicolas George
2012-08-04lavfi: document the constraints on incoming frames.Nicolas George
2012-08-04lavfi: use a new field for automatic buffer copy.Nicolas George
2012-08-04Merge remote-tracking branch 'dwbuiten/master'Michael Niedermayer
2012-08-04movtextenc: Remove dangling reference to movtext.hPhilip Langdale
2012-08-04zerocodec: Fix memleak in decode_frameDerek Buitenhuis
2012-08-04zerocodec: CosmeticsDerek Buitenhuis
2012-08-04zerocodec: Fix memleak in decode_frameDerek Buitenhuis
2012-08-04zerocodec: CosmeticsDerek Buitenhuis
2012-08-04avformat/srtdec: Write duration into packet from srt demuxer.Philip Langdale
2012-08-04movenc: Handle need for extra packets to express subtitle duration.Philip Langdale
2012-08-04movtextenc: 3GPP TS 26.245 Timed Text Encoder.Philip Langdale
2012-08-04mpegdemux: support MLP/AOBMichael Niedermayer
2012-08-04mpegdemux: move private stream 1 handling out of mpegps_read_pes_headerMichael Niedermayer
2012-08-04mpegdemux: remove redundant dvd audio codeMichael Niedermayer
2012-08-04lavr: fix handling of custom mix matricesJustin Ruggles
2012-08-04compute_pkt_fields: do not attempt to calculate dts when the delay hasnt been...Michael Niedermayer
2012-08-04lavf: move nb_decoded_frames out of info.Michael Niedermayer
2012-08-04has_decode_delay_been_guessed: adjust value for has_b_frames=0Michael Niedermayer
2012-08-04lavf: move has_decode_delay_been_guessed() up to make it accessible to earlie...Michael Niedermayer
2012-08-04h264: print num_reorder_frames in debug outputMichael Niedermayer
2012-08-04fate: force pix_fmt in lagarith-rgb32 testMans Rullgard
2012-08-04fate: Rename FATE_SAMPLES make file variable to FATE_EXTERNAlexander Strasser
2012-08-04fate: add tests for lagarith lossless video codec.Ronald S. Bultje
2012-08-04LICENSE: Document all GPL filesDerek Buitenhuis
2012-08-04matroskadec: check element size against stream limit in ebml_parse_elem()Michael Niedermayer
2012-08-04ARMv6: vp8: fix stack allocation with Apple's assemblerMans Rullgard
2012-08-04ARM: vp56: allow inline asm to build with clangMans Rullgard
2012-08-04fft: 3dnow: fix register name typo in DECL_IMDCT macroRonald S. Bultje
2012-08-04motion_est_template: switch to av_assertMichael Niedermayer
2012-08-04dvdec: switch to av_assertMichael Niedermayer
2012-08-04g732_1: reduce difference to qatarMichael Niedermayer
2012-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04x86: dct32: port to cpuflagsDiego Biurrun
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-08-03libopenjpegdec: increase max lowres from 5 to 31Michael Bradshaw
2012-08-03Revert "wmapro: prevent division by zero when sample rate is unspecified"Ronald S. Bultje
2012-08-03wmapro: prevent division by zero when sample rate is unspecifiedSean McGovern