source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8bc7fe4d   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @c83ef636   13 years michaelni build: Disable avconv more completely while leaving the user the …
(edit) @58c42af7   13 years diego doxygen: misc consistency, spelling and wording fixes
(edit) @31a68ad5   13 years Reimar.Doeffinger Update seek reference for added metadata to lavf tests. As far as I …
(edit) @8b494b7b   13 years diego vcr1: drop unnecessary emms_c() calls without MMX code Signed-off-by: …
(edit) @6c723f3f   13 years Reimar.Doeffinger lavf-regression: minimal metadata test. This tests writing the global …
(edit) @cd3716b9   13 years anton Replace all uses of av_close_input_file() with avformat_close_input().
(edit) @52660454   13 years anton lavf: add avformat_close_input(). It sets the supplied …
(edit) @3a7f7678   13 years anton lavf: deprecate av_close_input_stream(). And remove all its uses.
(edit) @59826cab   13 years anton lavf doxy: add some basic demuxing documentation.
(edit) @ccbc1068   13 years anton lavf doxy: add some general lavf information.
(edit) @abf2c2d7   13 years anton lavf doxy: add misc utility functions to a group.
(edit) @c8dffc02   13 years anton lavf doxy: add av_guess_codec/format to the encoding group.
(edit) @469c62d0   13 years anton lavf doxy: add core functions to a doxy group.
(edit) @1be32305   13 years anton Add basic libavdevice documentation.
(edit) @5b22d6e1   13 years anton lavc: convert error_recognition to err_recognition. Signed-off-by: …
(edit) @7d531e83   13 years michaelni mxfdec: Set DTS and PTS on video packets This involves computing …
(edit) @8a2cb2ab   13 years michaelni mxfdec: Only sort IndexTableSegments once Signed-off-by: Michael …
(edit) @0bcada9f   13 years michaelni mxfdec: Add Avid's essence element key Signed-off-by: Michael …
(edit) @1e14bfc1   13 years michaelni mxfdec: Add support for Avid indexes These indexes duplicate every …
(edit) @89cc8c17   13 years michaelni mxfdec: Check slice_count before freeing slice_offset_entries This …
(edit) @c0ee522d   13 years michaelni mxfdec: Bring back accumulated_offset that was removed in 5e67e3e I …
(edit) @80914cde   13 years Clément Bœsch timecode: rename internal ff_* symbols to avpriv_*. Those functions …
(edit) @fa4e30af   13 years Clément Bœsch drawtext: allow burning the timecode.
(edit) @ad5ade66   13 years Clément Bœsch timecode: add avpriv_timecode_to_string().
(edit) @98aca4bb   13 years Clément Bœsch timecode: better input checks in init function.
(edit) @66160bdb   13 years Clément Bœsch cleanup: remove two extraneous semicolons.
(edit) @ee731c1a   13 years michaelni ffmpeg: fix codecids with ffserver + ffmpeg + ffm Signed-off-by: …
(edit) @8349dbfe   13 years michaelni x86: Require 7 registers for the cabac asm The change in 599b4c6ef …
(edit) @f6cf4be8   13 years janne-libav avconv: update -map option help text
(edit) @f1dba9e4   13 years martin x86: Require 7 registers for the cabac asm The change in 599b4c6ef …
(edit) @5b0d35ea   13 years mans x86: bswap: remove test for bswap instruction Firstly, this test …
(edit) @f64c2e71   13 years mans bswap: make generic implementation more compiler-friendly With these …
(edit) @cd2f7ed0   13 years michaelni seek-test: use standard format specifiers in snprintf() …
(edit) @02a01c2f   13 years michaelni fate: replace forgotten avconv by ffmpeg in vsynth / asynth stuff …
(edit) @7fad19a6   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @5695ae46   13 years mans h264: remove useless cast Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @179ae53f   13 years mans proresdec: fix decode_slice() prototype Make the function prototype …
(edit) @599b4c6e   13 years mans x86: cabac: replace explicit memory references with "m" operands This …
(edit) @b11ce856   13 years justin.ruggles avplay: don't request a stereo downmix Multi-channel output works …
(edit) @4424fe9c   13 years mans wmapro: use av_float2int() Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @a09bb3ba   13 years mans lavc: avoid invalid memcpy() in avcodec_default_release_buffer() When …
(edit) @3383a53e   13 years mans lavu: replace int/float punning functions The existing functions …
(edit) @16abd687   13 years michaelni seektest: floatfree Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @5b3265a7   13 years anton lavfi: install libavfilter/vsrc_buffer.h It declares API necessary …
(edit) @616eaea8   13 years michaelni doc/ffmpeg.texi Merge changes done to avconv.texi since the last merge …
(edit) @373211d8   13 years mans Remove extraneous semicolons These semicolons cause invalid empty …
(edit) @c3068d43   13 years Reimar.Doeffinger Support VP8 in NSV. Signed-off-by: Reimar Döffinger …
(edit) @a7aa628e   13 years michaelni regressiontest: try mp2 for wtv our ac3 decoder outputs different …
(edit) @87d781de   13 years michaelni regressiontest: try to fix wtv Signed-off-by: Michael Niedermayer …
(edit) @cc235581   13 years Clément Bœsch life: add mold, mold_color, life_color and death_color options.
(edit) @c88d6b18   13 years Clément Bœsch life: add seed information in filter summary.
(edit) @6c44ff38   13 years stefasab lavfi: add cellauto source
(edit) @60b252e   13 years Reimar.Doeffinger Add caf format regression test. Signed-off-by: Reimar Döffinger …
(edit) @f22c5bae   13 years Reimar.Doeffinger Enable already existing rso regression test. Signed-off-by: Reimar …
(edit) @7c875c2d   13 years Reimar.Doeffinger Add regression test for "sox" format muxer/demuxer. Signed-off-by: …
(edit) @33a43695   13 years Reimar.Doeffinger Add wtv seek test. I am not entirely sure the seek functionality is …
(edit) @5335bff9   13 years Reimar.Doeffinger Add wtv lavf regression test. Signed-off-by: Reimar Döffinger …
(edit) @1f183733   13 years michaelni MAINTAINERS: extend syntax for entries Signed-off-by: Michael …
(edit) @bed04e2   13 years michaelni Correct use of OSX to Mac OS X and properly format yasm providers on …
(edit) @964912ab   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (21 …
(edit) @0ebd4083   13 years martin sdp: Restore the original mp4 format h264 extradata if converted If …
(edit) @e0a3c287   13 years martin rtpenc: Add support for mp4 format h264 Signed-off-by: Martin Storsjö …
(edit) @4dbac18e   13 years martin rtpenc: Simplify code by introducing a separate end pointer Also …
(edit) @e2484fb6   13 years martin movenc: Use the actual converted sample for RTP hinting If an annex b …
(edit) @da9cea77   13 years diego Fix a bunch of common typos.
(edit) @cdba9b61   13 years michaelni eval.texi: document that variables are not shared between expressions. …
(edit) @3dea28cc   13 years michaelni h264: Fix concealment regression introduced by …
(edit) @87434009   13 years michaelni h264: reset prev_poc_msb to the same value everywhere. Signed-off-by: …
(edit) @2e87b4c5   13 years anton Warn about avserver being broken. Also remove mentions of it from …
(edit) @5bf6638   13 years anton avconv: drop code for special handling of avserver streams. It's …
(edit) @e745d752   13 years anton rawdec: don't set codec timebase. It's not supposed to be set outside …
(edit) @489a7b0   13 years anton lavf doxy: add muxing stuff to lavf_encoding group
(edit) @370f27d   13 years anton lavf doxy: add demuxing stuff to lavf_decoding group
(edit) @28b4c06b   13 years anton lavf doxy: expand/reword metadata API doxy.
(edit) @eca06cbe   13 years anton lavf doxy: add installed headers to groups.
(edit) @fb42db7c   13 years anton lavf doxy: add avio groups into the lavf_io group.
(edit) @e4f4a1f9   13 years anton lavf doxy: rename lavf I/O group to lavf_io.
(edit) @b262a059   13 years anton lavf doxy: add metadata docs to the main lavf group
(edit) @934fe006   13 years michaelni ffmpeg: better warning about loop_input Signed-off-by: Michael …
(edit) @8bd1f1a4   13 years justin.ruggles ttadec: check channel count as read from extradata. fixes …
(edit) @7d18d17a   13 years diego Add CLJR encoding and decoding regression tests Signed-off-by: Diego …
(edit) @65c10114   13 years diego cljr: remove unused code Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @3c1f608   13 years justin.ruggles flacdec: Support for tracks in cuesheet metadata block Signed-off-by: …
(edit) @78fde932   13 years Reimar.Doeffinger Run zmbv regression without md5sum. Judging by the differences this …
(edit) @0849a0e   13 years Reimar.Doeffinger rtmpproto: make condition work in overflow case. Signed-off-by: …
(edit) @8b8a47f6   13 years Reimar.Doeffinger Make detection of single-stream flv work again. It had become dead …
(edit) @cc616431   13 years michaelni h264: improve "no picture" debug output. Signed-off-by: Michael …
(edit) @5b2873c1   13 years michaelni h264: switch from qatars has_b_frames calculation back to mine. Their …
(edit) @257c85cd   13 years michaelni adpcm: fix division by zero in fate/creative/intro-partial.wav with -s …
(edit) @8d61eef9   13 years janne-libav ptx: fix inverted check for sufficient data Fix regression introduced …
(edit) @337ce558   13 years nicolas.george fftools: add -report option.
(edit) @28101f6   13 years justin.ruggles flac muxer: fix writing of file header and STREAMINFO header from …
(edit) @2b53e696   13 years janne-libav ptx: emit a warning on insufficient picture data Return the whole …
(edit) @97334f10   13 years janne-libav utvideo: add fate tests covering all codec variants Signed-off-by: …
(edit) @708060d7   13 years lu_zero doc: update to refer to avconv
(edit) @0395d37   13 years lu_zero doc: remove some stale entries from the faq Some entries should be …
(edit) @5207f959   13 years Carl Eugen Hoyos Separate mxf_essence_container_uls for audio and video. It is a …
(edit) @2483f536   13 years Reimar.Doeffinger mxfdec: do not try to use an obviously broken index. Also fixes a …
(edit) @19341c58   13 years anton Dxtory capture format decoder Signed-off-by: Anton Khirnov …
Note: See TracRevisionLog for help on using the revision log.