source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9c943e07   9 years Michael Niedermayer Merge commit '69b92f1b99f3f210be19ee6ec06f6c0de1733031' * commit …
(edit) @f929081f   9 years Michael Niedermayer Merge commit 'f5c4d38c78347b09478e21a661befff4b2d44643' * commit …
(edit) @7093e215   9 years Michael Niedermayer Merge commit '6b15874fc2c3f565732201f7907ae1112727d6ae' * commit …
(edit) @2dbaec69   9 years Michael Niedermayer ffmpeg_filter: Check that filters have connected outputs before …
(edit) @bc3f1964   9 years Michael Niedermayer Merge commit '6d592fbd0d8e89ecade3fc93b36ea200213dc01c' * commit …
(edit) @8271a840   9 years derek.buitenhuis avfilter: Add reverse filter Signed-off-by: Derek Buitenhuis …
(edit) @c7dd2365   9 years Michael Niedermayer Merge commit 'be101bc1e357c50fcb740bc4870b3bacc93a5727' * commit …
(edit) @3b0534e   9 years Michael Niedermayer Merge commit '1959351aecf09fc3e90208ff775f4849801dc13f' * commit …
(edit) @15fbf3e7   9 years Michael Niedermayer Merge commit 'ab7b038906f3e40ed474676d8e3029902a2078f5' * commit …
(edit) @edd110ee   9 years Michael Niedermayer Merge commit 'bd2ab27c488ae92c7820efe11d4f53d84e94d58e' * commit …
(edit) @247f4d1f   9 years Michael Niedermayer Merge commit '6d5d9246042acb804a652e6fedfb7afe0ca85614' * commit …
(edit) @db3e12a8   9 years Michael Niedermayer Merge commit '59245e0c5e10a849e67c632cccf4f677b2442e82' * commit …
(edit) @843be56e   9 years Michael Niedermayer ffmpeg_opt: Fix stream copy flag for attachments Signed-off-by: …
(edit) @8534c8c7   9 years Michael Niedermayer Merge commit '56c2f37727015212a404cae0f444d8bc8704d691' * commit …
(edit) @3d4297f8   9 years Michael Niedermayer Merge commit 'e61f39849c2e2b7f492c17b42058242ed2fa4d57' * commit …
(edit) @74aba007   9 years Michael Niedermayer Merge commit '2883ef34b59c9b427c4cfad4620c3235e5778406' * commit …
(edit) @80a37fc3   9 years Michael Niedermayer Merge commit '0989d3ad1fbd7509815208b0a5792918492d2a68' * commit …
(edit) @f509c95   9 years Michael Niedermayer Merge commit '406627287e015ce381795e85e2557b12bf60ca35' * commit …
(edit) @69b92f1b   9 years anton qsvenc: properly handle asynchronous encoding Wait for async_depth …
(edit) @f5c4d38c   9 years anton qsvdec: properly handle asynchronous decoding Wait for async_depth …
(edit) @6b15874f   9 years anton af_resample: do not touch the timestamps if we are not resampling …
(edit) @6d592fbd   9 years anton avconv: split creating and (re-)configuring complex filtergraphs The …
(edit) @be101bc1   9 years anton avconv: create the complex filtergraphs earlier Since global options …
(edit) @1959351a   9 years anton avconv: move the no streams failure to open_output_file() It is a …
(edit) @ab7b0389   9 years anton avconv: factor out the output stream initialization
(edit) @bd2ab27c   9 years anton avconv: use read_file() for reading the 2pass stats Also, drop the …
(edit) @6d5d9246   9 years anton avconv: move handling the 2pass logfile into avconv_opt It more …
(edit) @59245e0c   9 years anton avconv: set the encoding/decoding_needed flags earlier This will be …
(edit) @56c2f377   9 years anton avconv: drop update_sample_fmt() There is only one decoder left that …
(edit) @e61f3984   9 years anton asfdec: make nb_sub to be unsigned int number of subpayloads should …
(edit) @2883ef34   9 years anton asfdec: read the replicated data in a separate function …
(edit) @0989d3ad   9 years anton asfdec: convert condition for the replicated data reading to be safer …
(edit) @40662728   9 years anton asfdec: do not read replicated data when their length is 0 …
(edit) @5488215   9 years Michael Niedermayer avcodec/hevc_parser: Treat extradata parsing differently, as it should …
(edit) @bd487645   9 years James avutil/x86/bswap: force inline asm versions with ICC Recent ICC …
(edit) @78347549   9 years James avutil/intmath: check for ICC before GCC Intel compiler also defines …
(edit) @9a829a2b   9 years onemda avfilter/vf_blend: unbreak tblend Signed-off-by: Paul B Mahol …
(edit) @5c7f7086   9 years onemda fate: add tblend filter test Signed-off-by: Paul B Mahol …
(edit) @b5e716ae   9 years Michael Niedermayer avformat/mpegtsenc: Add sdt_period, similar to pat_period …
(edit) @34da54f   9 years Michael Niedermayer avformat/mpegtsenc: Support a user specified PAT/PMT period Can be …
(edit) @a9c1545a   9 years Michael Niedermayer avformat/mpegtsenc: support storing PAT/PMT per frame Signed-off-by: …
(edit) @e3e4f17   9 years Michael Niedermayer doc/developer: add url for sample files Signed-off-by: Ganesh …
(edit) @efd4e5fe   9 years onemda avfilter/vf_blend: implement 16bit support Signed-off-by: Paul B …
(edit) @e03cb1e1   9 years onemda fate: add test for mergeplanes filter Signed-off-by: Paul B Mahol …
(edit) @599d746e   9 years Michael Niedermayer avcodec/vp8: Check buffer size in vp8_decode_frame_header() avoids …
(edit) @a84f0e8d   9 years Michael Niedermayer avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free() …
(edit) @1c5b712c   9 years Michael Niedermayer avcodec/diracdec: Check for hpel_base allocation failure Fixes null …
(edit) @a1942989   9 years Michael Niedermayer avformat/movenc: Drop redundant bit exact field from context …
(edit) @3197c0aa   9 years Michael Niedermayer avcodec/rv34: Clear pointers in ff_rv34_decode_init_thread_copy() …
(edit) @129785b5   9 years Michael Niedermayer avutil/frame: Update AVFrame docs library references These where …
(edit) @2927b61   9 years Michael Niedermayer avfilter/af_dynaudnorm: Use av_frame_get_channels() Signed-off-by: …
(edit) @f8e4d37   9 years Michael Niedermayer avcodec/hevc_ps: Also print depth in failure path of …
(edit) @f6870495   9 years Michael Niedermayer avformat: increase first_frames threshold for mp3,ac3 Fixes …
(edit) @9010be25   9 years Michael Niedermayer Merge commit 'c9f8cfb6d9b34f3c51f1b7152c4dc3f2f8724dc4' * commit …
(edit) @e6b01480   9 years Michael Niedermayer Merge commit '82e6ac85ff9aa7631b8c01521b3d6b5ca0bc8014' * commit …
(edit) @3ad30d1b   9 years Michael Niedermayer Merge commit 'cb33f8d0f48b1e9d642ca1cbea142dcbedd08a27' * commit …
(edit) @78274b19   9 years Michael Niedermayer Merge commit '6cc4d3e9a982e926494f4b919d9733fe29774acf' * commit …
(edit) @c0894e62   9 years Michael Niedermayer Merge commit '256ef19844892c6cf8e0386e3287bae970ec6320' * commit …
(edit) @b1861f18   9 years Michael Niedermayer Merge commit 'fc56868399213d3e9be19bdebeb64df233b39a7e' * commit …
(edit) @f477a3f5   9 years Michael Niedermayer avformat/async: support filling with a background thread. …
(edit) @c9f8cfb6   9 years janne-libav fate: add checkasm target
(edit) @82e6ac85   9 years janne-libav checkasm: test all architectures with optimisations
(edit) @cb33f8d0   9 years janne-libav checkasm: Give macro a body to avoid potential unexpected syntax issues
(edit) @6cc4d3e9   9 years janne-libav checkasm: exit with status 0 instead of 1 if there are no tests to perform
(edit) @256ef198   9 years janne-libav h264: arm: use intra pred8x8 functions only for chroma_format_idc <= 1
(edit) @72d1409e   9 years Michael Niedermayer Merge commit 'd37f23263584774e1798e9ac909a398304a05091' * commit …
(edit) @52b6d962   9 years Michael Niedermayer Merge commit 'a344e5d094ebcf9a23acf3a27c56cbbbc829db42' * commit …
(edit) @c7c33ab7   9 years Michael Niedermayer Merge commit 'f5ee23004d1177ca6dd99b92cb4ff4b94b2eae09' * commit …
(edit) @65b0f7ce   9 years Michael Niedermayer Merge commit 'a623aa0069dff586241ad2ffedcd45ed840e2553' * commit …
(edit) @115a9b50   9 years Michael Niedermayer Merge commit 'd42191c78befc1983f23b1899b2dda513b72f1ed' * commit …
(edit) @3500eccb   9 years Michael Niedermayer Merge commit 'd4aea1aa4060fb5ba7f5f426823b697d2a5af08b' * commit …
(edit) @fd29dd43   9 years Michael Niedermayer Merge commit '5cb4bdb2a03c3643f8f1e7d21d7094e61e0a4418' * commit …
(edit) @189f2ed9   9 years Michael Niedermayer avcodec/libx264: fix MPEG2 support Found-by: rcombs Signed-off-by: …
(edit) @77cd5193   9 years Michael Niedermayer Merge commit '575ec60e542114b2ef5b2f88b28eeb72389dda45' * commit …
(edit) @ccd3edf8   9 years Michael Niedermayer Merge commit '2edc77dc7be5f4a006c6295f4c827e5471f85262' * commit …
(edit) @948a151   9 years Michael Niedermayer Merge commit 'b075869bc1e1aadea0a8dc819ebfb758adb9e3d0' * commit …
(edit) @fd280de7   9 years Michael Niedermayer Merge commit '4da585ae478f8b6f865ab13779af399aee20d899' * commit …
(edit) @fc568683   9 years lu_zero cosmetics: Reformat checkasm tests
(edit) @e56f1465   9 years Michael Niedermayer Merge commit 'e1319aa1c1be9b64117c19170344fb78841dd67c' * commit …
(edit) @4c7c0d37   9 years Michael Niedermayer avfilter/af_dynaudnorm: Fix "ISO C90 forbids mixed declarations and …
(edit) @2ea8a480   9 years Michael Niedermayer avfilter/af_aresample: Check ff_all_* for allocation failures Fixes: …
(edit) @d37f2326   9 years lu_zero checkasm: Add unit tests for bswapdsp Signed-off-by: Luca Barbato …
(edit) @a344e5d0   9 years lu_zero x86: bswapdsp: Don't treat 32-bit integers as 64-bit The upper halves …
(edit) @f5ee2300   9 years vittorio.giovara configure: Factor out g722dsp module
(edit) @a623aa0   9 years vittorio.giovara configure: Factor out wmv2dsp module
(edit) @d42191c7   9 years vittorio.giovara configure: Factor out vp8dsp module
(edit) @d4aea1aa   9 years vittorio.giovara configure: Factor out vp56dsp module
(edit) @5cb4bdb2   9 years vittorio.giovara configure: Factor out rv34dsp module
(edit) @575ec60e   9 years vittorio.giovara configure: Factor out mss34dsp module
(edit) @2edc77dc   9 years vittorio.giovara configure: Factor out ividsp module
(edit) @b075869b   9 years vittorio.giovara configure: Factor out flacdsp module
(edit) @1cdfae0   9 years Michael Niedermayer Merge commit '0cf5588d69922aa3e063bac6304c09c543a9ef52' * commit …
(edit) @187f4278   9 years Michael Niedermayer Merge commit 'a53540840d26beb57a5e53b7f488c23ddf86e193' * commit …
(edit) @694f9ab1   9 years Michael Niedermayer Merge commit 'f1840b070dd449ad25e1ebbab463f10863a5e0f1' * commit …
(edit) @441d5a70   9 years Michael Niedermayer Merge commit 'b0017579b6e8de3d0d13dcfe0a4dd848dc6baa37' * commit …
(edit) @ec6bef68   9 years onemda avfilter: bump minor and add Changelog entry Signed-off-by: Paul B …
(edit) @297df52f   9 years onemda avfilter/af_compand: fix clipping with default options Decays and …
(edit) @21436b95   9 years onemda avfilter: add Dynamic Audio Normalizer filter
(edit) @3b365dda   9 years onemda avfilter/af_astats: measure minimal and mean difference between two …
(edit) @4da585ae   9 years lu_zero OS/2: Cleanup slib_create_def_cmd Export symbols by name rather then …
Note: See TracRevisionLog for help on using the revision log.