source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1672624d   12 years michaelni mpegvideo_enc: fix gray flag with 444 jpeg Fixes Ticket2155 …
(edit) @2d704468   12 years michaelni ffmpeg_opt: add -to option to specify stop time Signed-off-by: Jean …
(edit) @997a3623   12 years michaelni mpeg12: Detect MXF essence stuff at the end of frames Fixes some of …
(edit) @e4eedb98   12 years michaelni swscale-test: fix 3 pointer type warnings Signed-off-by: Michael …
(edit) @c6d3b3be   12 years michaelni aacsbr: Silence warning: max_qmf_subbands may be used uninitialized in …
(edit) @e907aa98   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @a984efd1   12 years michaelni Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' * commit …
(edit) @9b1a0c2e   12 years michaelni Merge commit '76b19a3984359b3be44d4f7e4e69b7b86729a622' * commit …
(edit) @6fbddc80   12 years michaelni Merge commit 'e8da807537e314d74cb6d93598f1dcfb891fa655' * commit …
(edit) @13fa0741   12 years michaelni Merge commit 'e951b6d94c441d46b396ef12da1428297d77251d' * commit …
(edit) @2b277f29   12 years michaelni Merge commit 'b58b00aeca21de00ab6da2944684f784d9d6bc47' * commit …
(edit) @f6fff8e5   12 years michaelni ac3enc_template: silence may be used uninitialized in this function …
(edit) @5bcb379f   12 years michaelni motion-test: fix warning: dsp_mask is deprecated Signed-off-by: …
(edit) @bfcc21a4   12 years michaelni libavcodec/motion-test: set the bitexact flag this is needed for …
(edit) @3a02b688   12 years diego configure: icc: Drop nonsense adding of cpuflags to LDFLAGS This …
(edit) @c242bbd8   12 years diego Remove unnecessary dsputil.h #includes
(edit) @76b19a3   12 years diego Fix a number of incorrect intmath.h #includes.
(edit) @d925cca9   12 years justin.ruggles avconv: remove an unused variable
(edit) @e8da807   12 years justin.ruggles cmdutils: only use libavresample when it is enabled avprobe and …
(edit) @e951b6d9   12 years justin.ruggles vorbisdec: cosmetics: rename variable avccontext to avctx This is …
(edit) @699d02b8   12 years justin.ruggles libschroedinger: cosmetics: rename variable avccontext to avctx This …
(edit) @09031b4   12 years justin.ruggles vorbisenc: cosmetics: rename variable avccontext to avctx This is …
(edit) @bfcc38ef   12 years michaelni libvpx: check if CQ level is in correct bounds Check whether CQ level …
(edit) @188947c3   12 years michaelni libvpx: allow 0 as min quantizer value Allow setting the min …
(edit) @af0e8144   12 years michaelni ffmpeg_opt: cosmetics Signed-off-by: Jean First <jeanfirst@gmail.com> …
(edit) @e6f2734   12 years michaelni pmpdec: make i unsigned, avoid undefined behavior of i++ Reviewed-by: …
(edit) @a960f3b9   12 years michaelni pmpdec: fix integer overflow Its unlikely this affects any valid …
(edit) @b2d688ea   12 years diego configure: Identify icc compiler with a less ambiguous pattern
(edit) @b58b00ae   12 years diego configure: Separate "ln" command line arguments This is more …
(edit) @b8f69128   12 years onemda fate: update pixfmts_hflip Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @e0ccb5fa   12 years onemda lavfi/hflip: support more formats Signed-off-by: Paul B Mahol …
(edit) @eac93932   12 years onemda lavfi/geq: improve support for formats with alpha plane …
(edit) @875f8831   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @f7dc6aa5   12 years michaelni Merge commit '5b47c19bfda92273ae49e83db26a565afcaed80a' * commit …
(edit) @a0312a2e   12 years michaelni Merge commit 'fc386f2eea8d93ecd4f81e1646c835d1645c56a0' * commit …
(edit) @cb72f698   12 years michaelni Merge commit '11dcecfcca0eca1a571792c4fa3c21fb2cfddddc' * commit …
(edit) @23bd9ef4   12 years lu_zero vorbisdec: Accept 0 amplitude_bits The specification does not prevent …
(edit) @5b47c19b   12 years lu_zero vorbisdec: Add missing checks Rate and order must not be 0 even if …
(edit) @fc386f2e   12 years lu_zero vorbisdec: cosmetics Use the commonly used "if (!var)" instead of "if …
(edit) @11dcecfc   12 years lu_zero vorbisdec: Error on bark_map_size equal to 0. The value is used to …
(edit) @bb7bc344   12 years michaelni af_biquads: memset(0) cache Fixes valgrind warnings Signed-off-by: …
(edit) @35aaa306   12 years michaelni swr: make the default of nopts for first_pts actually work Fixes …
(edit) @7f2ab129   12 years michaelni fate: force a first_pts=0 for the aresample test This is needed to …
(edit) @e420289   12 years michaelni ffmpeg: Force a first_pts of 0 for the first configuration of -async …
(edit) @394130ef   12 years stefasab ffplay: reindent and remove pointless cast in audio_decode_frame() code
(edit) @a3fa27e3   12 years stefasab ffplay: set type for channel_layout AudioParams field to int64_t …
(edit) @566560b8   12 years stefasab lavfi/abuffersink: fix weird indent and spacing
(edit) @b59cd089   12 years stefasab lavfi/abuffersink: add sample_rates field to AVABufferSinkParams …
(edit) @5085b464   12 years stefasab lavc: change type of AVFrame.channels field from int64_t to int …
(edit) @ad899522   12 years michaelni ffmpeg: use a AVDictionary instead of the context to move swr …
(edit) @f3abdf43   12 years michaelni cmdutils: fix null pointer dereference Signed-off-by: Michael …
(edit) @8b3affda   12 years michaelni swr: support a seperate output sample bits. This avoids user apps …
(edit) @c4c702b6   12 years michaelni avfilter/avfiltergraph.h: Move public field out of the private fields …
(edit) @2abbe6d0   12 years michaelni swr: add duplicate cutoff for compatibility Based on commit …
(edit) @8a7d177   12 years onemda fate: add animated gif decoder tests Signed-off-by: Paul B Mahol …
(edit) @bc980d57   12 years onemda fate: add animated gif demuxer test Signed-off-by: Paul B Mahol …
(edit) @c65eb790   12 years Reimar.Doeffinger mpeg12: Fix non-hwaccel VDPAU decode. Previously avctx->hwaccel would …
(edit) @db6e2e84   12 years Reimar.Doeffinger hls: do not access pb->opaque for custom IO. As the name indicates we …
(edit) @3d035d5a   12 years diego dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation
(edit) @036df234   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @214cb30b   12 years michaelni Merge commit '3fc09b0081184f26edbb62d2d72ae89bf9e21768' * commit …
(edit) @5f8f9dc4   12 years michaelni Merge commit '45235ac488363e3360bf2f2275102d1ec66eba0f' * commit …
(edit) @6db37c94   12 years michaelni Merge commit '5c7db097ebe1fb5c233cedd8846615074e7d6044' * commit …
(edit) @71cf094   12 years michaelni Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf' * commit …
(edit) @f7c4b76c   12 years michaelni Merge commit 'd7c450436fcb9d3ecf59884a574e7684183e753d' * commit …
(edit) @dbabea2f   12 years michaelni configure: hwaccel autodetection has been removed in …
(edit) @fdd392ed   12 years michaelni configure: Simplify VDPAU header check Conflicts: configure
(edit) @8cf9253a   12 years michaelni Merge commit '82ca17ac7a0a08784cb6808384ee237ac28e8334' * commit …
(edit) @60cc4a32   12 years michaelni Merge commit '215cdd35efd625ec28ef5846f1692b18f7c2c230' * commit …
(edit) @7b12554   12 years onemda exr: make sure that data_size is not bigger than expected …
(edit) @74a78bfe   12 years onemda exr: simplify filling channel_buffer[] Signed-off-by: Paul B Mahol …
(edit) @645f96f1   12 years onemda exr: check color channel subsampling too If there is unsupported …
(edit) @1a08758e   12 years onemda exr: slice threading Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @845bf993   12 years michaelni Merge commit '4cc4b33f71d3982df404fceb4405d656c538bc74' * commit …
(edit) @42b41199   12 years michaelni Merge commit '2aac411fd4c74e22b978525206f3b8257de1842b' * commit …
(edit) @56c245f9   12 years michaelni Merge commit '9840130edf3a969ec06dd0faa61dcf8d90c5f67a' * commit …
(edit) @74c92452   12 years michaelni Merge commit '0a8da1a3e5f0b9329dfb89d17356ff5444c02351' * commit …
(edit) @409890ca   12 years michaelni Merge commit '7432e872066d6960a9fbd31c51a94ebe6183389e' * commit …
(edit) @2fc662a   12 years michaelni Merge commit '040c565e51985477a8fa5e42d2ddfb26ebde6608' * commit …
(edit) @5ecf8189   12 years michaelni pnm: use av_pix_fmt_desc_get() Using the table directly may cause …
(edit) @198ea7a9   12 years michaelni Merge commit 'b5f536d24b5ae360503935c34d5d59fa5181b94d' * commit …
(edit) @a77a27a2   12 years michaelni Merge commit '2f325a6fd4421c4dd4e26d7065e5d4bf26ed52f2' * commit …
(edit) @6f5f0671   12 years michaelni Merge commit '7b4f91155bd4ef5a8d4e9af65c48b42bfa5b52c6' * commit …
(edit) @9ba38e62   12 years michaelni Merge commit 'e10659244782b26061e7d52c06437de32a43a7af' * commit …
(edit) @9748cac5   12 years michaelni Merge commit '4f3b058c84f570e261d743c7c22f865617fd28ac' * commit …
(edit) @663ebae   12 years michaelni Merge commit '56daf10e0313c5e36f43e773f457d2a99ff0df10' * commit …
(edit) @ea2de3d0   12 years nicolas.george lavf/concatdec: add the "duration" directive.
(edit) @b92c7a8f   12 years nicolas.george tools: add seek_print. Useful for testing seek implementations.
(edit) @33796645   12 years michaelni loco: check the last plane too Signed-off-by: Michael Niedermayer …
(edit) @714ff448   12 years michaelni Merge commit '067432c1c95882c7221e694f33d9f3bdbe46de7f' * commit …
(edit) @4ba35194   12 years michaelni Merge commit 'f935aca44c674d30e3ed940ef73bbad1228a5855' * commit …
(edit) @ccc7bcc4   12 years nicolas.george lavc: check return values consistency when decoding subtitles.
(edit) @e568d432   12 years nicolas.george lavfi/formats: reindent after last commit.
(edit) @2d98dd3d   12 years nicolas.george lavfi: fix merging of formats and clarify exception. The following …
(edit) @3d7f4f8   12 years nicolas.george lavf/avio: check that the protocol supports the open mode. Fix trac …
(edit) @bf0712c2   12 years nicolas.george libavfilter/af_amerge: fix segfault if init fails.
(edit) @04cccb5f   12 years diego configure: List external libs used using print_enabled() This cuts …
(edit) @3fc09b00   12 years diego configure: Move list of external libs to a separate variable …
(edit) @45235ac4   12 years diego configure: Move x11grab option to a more suitable place in the help output
(edit) @066739f6   12 years michaelni pmpdec: check packet sizes Reviewed-by: Reimar Döffinger …
Note: See TracRevisionLog for help on using the revision log.