source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9098f0ec   10 years michaelni ffmpeg: remove common factors from copied timebase Signed-off-by: …
(edit) @8e7c8325   10 years michaelni Merge commit '3f3232a371cc88696184d9aef1f812656264e56c' * commit …
(edit) @4b13ec69   10 years michaelni Merge commit 'c9c1265c52910578d3db1a6205c85b91ead0903f' * commit …
(edit) @714d9bd6   10 years michaelni Merge commit 'abda15a990527557c20848f6ca2f82eb85e76dc9' * commit …
(edit) @76a35f78   10 years michaelni avcodec/roqvideoenc: Print the correct max resolution Thanks-to: …
(edit) @9af59db   10 years michaelni avcodec/roqvideoenc: More verbose warning about no power of 2 …
(edit) @a32dcaaa   10 years michaelni avcodec/dvdsubenc: Add dvdsub workaround for some players The issue …
(edit) @e36916a6   10 years michaelni avcodec/pthread_frame: fix setting hwaccel with threads and …
(edit) @31d49db7   10 years michaelni avutil/bprint:ædd io.h, try to fix msvc build Suggested-by: jamrial …
(edit) @b83e0903   10 years michaelni avformat/m4vdec: raise threshold slightly for detection Fixes …
(edit) @f32c5d1a   10 years michaelni avcodec/mpegvideo: clip mv visualization arrows so that their …
(edit) @3f3232a3   10 years anton avconv: set the output stream timebase This is required by the new API.
(edit) @c9c1265c   10 years anton avformat: update muxing doxy The callers should now set the stream …
(edit) @abda15a9   10 years anton cdg: set the keyframe flag on the first packet Bug-Id: 55
(edit) @d6e7881c   10 years Carl Eugen Hoyos Fix wmv1 encoding if all other msmpeg4-related encoders were disabled.
(edit) @e4dfc3f9   10 years Carl Eugen Hoyos Fix wmv1 decoding if no other msmpeg4-related decoder was compiled.
(edit) @c8b2cf49   10 years michaelni avcodec/mpegvideo: flip motion vector visualization for backward …
(edit) @98eab981   10 years michaelni avdevice/pulse_audio_dec: reimplement using the non simple API This …
(edit) @352756ec   10 years michaelni avformat/movenc: respect color_range when encoding dnxhd. Set the …
(edit) @7125b6ca   10 years michaelni avformat/segment: remove gettimeofday() use, remove sys/time.h It …
(edit) @2375b094   10 years michaelni alpha/idctdsp: move idct init code out of dsputil Signed-off-by: …
(edit) @86359543   10 years michaelni avformat/mpegts: pass MpegTSContext ptr explicitly (fixes #3721) …
(edit) @fd3388d6   10 years michaelni Merge commit '18fb38fb9ea7e2d5997c096fccfcd4cb43f70294' * commit …
(edit) @839688bc   10 years michaelni Merge commit 'cf280ed004b5c618560f8f43d14ff264bd1e4c3d' * commit …
(edit) @a26ecba0   10 years michaelni Merge commit '52a1c32c0a86e84d43f977c5148e62975a0c6917' * commit …
(edit) @eee6ad38   10 years michaelni avdevice/lavfi: add io.h, should fix msvc build Signed-off-by: …
(edit) @550bda74   10 years michaelni avcodec/alpha/dsputil_alpha: fix build Disable moved functions to …
(edit) @18fb38fb   10 years martin mov: Remove a variable that is set but never used This silences a …
(edit) @cf280ed0   10 years martin avplay: Handle pixel aspect ratio properly This was broken (left …
(edit) @52a1c32c   10 years lu_zero nut: Use nut->version in the version range check It was wrongly left …
(edit) @7cb8f7de   10 years michaelni avcodec/proresenc_anatoliy: check against maximum dimensions …
(edit) @7c7441b3   10 years michaelni avcodec/roqvideoenc: check dimensions against maximum Signed-off-by: …
(edit) @fe4c76b3   10 years michaelni avcodec/roqvideoenc: fix infinite lambda increasing loop The …
(edit) @a981d1b   10 years michaelni avformat/nutdec: if all else fails try to lookup video tag in isom …
(edit) @5a4edf6f   10 years michaelni avformat/movenc: check that the video resolution is supported …
(edit) @1f935c3   10 years michaelni Merge commit '79fce1ec8abd017593c003917fc123f7119a78d6' * commit …
(edit) @70b423e1   10 years michaelni Merge commit '3d90f27ad5843ccd63d34fd6da4d4bff212c1bfe' * commit …
(edit) @e1f729d9   10 years michaelni Merge commit 'd3cfd7aff86ee3d449ca68aba21d67b9b2136a9b' * commit …
(edit) @79fce1e   10 years martin arm: Avoid using the 'setend' instruction on ARMv7 and newer This …
(edit) @3d90f27a   10 years anton avformat_new_stream: make the AVCodec parameter const Signed-off-by: …
(edit) @d3cfd7af   10 years anton af_compand: make sure request_frame always outputs at least one frame …
(edit) @14e2406d   10 years michaelni Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3' * commit …
(edit) @5c7bf354   10 years michaelni avcodec/crystalhd: Add #if HAVE_UNISTD_H around #include <unistd.h> …
(edit) @0ffba9fe   10 years michaelni avutil/cpu: Use HAVE_UNISTD_H instead of HAVE_SYSCONF for #include …
(edit) @576ced55   10 years michaelni avfilter/vf_drawtext: Add #if HAVE_UNISTD_H around #include …
(edit) @0dbcecc   10 years michaelni avdevice/oss_audio: Add #if HAVE_UNISTD_H around #include <unistd.h> …
(edit) @8e6a66b6   10 years michaelni doc: add doxygen target tag Signed-off-by: Timothy Gu …
(edit) @cee98aad   10 years michaelni doc: make doxygen program configurable Signed-off-by: Timothy Gu …
(edit) @865a7610   10 years michaelni doc: add doxy-wrapper.sh to doc/doxygen/html dependencies …
(edit) @307239bd   10 years michaelni ffserver: add HAVE_UNISTD_H around #include <unistd.h> Signed-off-by: …
(edit) @1574eedd   10 years michaelni tools/yuvcmp: add HAVE_UNISTD_H around #include <unistd.h> …
(edit) @39ea2171   10 years michaelni avcodec/libxvid: add HAVE_UNISTD_H around #include <unistd.h> …
(edit) @0ebcf878   10 years michaelni protect unistd.h with #if HAVE_UNISTD_H in code from recent …
(edit) @5b58692e   10 years michaelni swresample: misc. doxy improvements Signed-off-by: Timothy Gu …
(edit) @9ccc7aee   10 years michaelni doc/Doxyfile: use 5 columns for alphabetical index This reverts a …
(edit) @242b3c29   10 years michaelni Merge commit '1e9a93bfca2c2f43a07e01f2ef9fd5cbafe6c22d' * commit …
(edit) @75be508f   10 years michaelni Merge commit 'a863c97e99bf30a88baa74f83bab9e3ab25984dc' * commit …
(edit) @154954c2   10 years michaelni avcodec/vmdvideo: remove unneeded include Signed-off-by: Michael …
(edit) @b8d017ad   10 years michaelni avformat/segment: simplify localtime* use Signed-off-by: Michael …
(edit) @8cda23f3   10 years michaelni avformat/segment: Support cutting at clocktime Signed-off-by: Deti …
(edit) @a9aee08d   10 years diego dsputil: Split off FDCT bits into their own context
(edit) @2229a6df   10 years michaelni avdevice/lavfi: allow non-mmappable files for graph_file Use …
(edit) @fcd1f6bc   10 years michaelni avutil/bprint: Add av_bprint_fd_contents() Signed-off-by: Michael …
(edit) @1e9a93bf   10 years martin libfdk-aacdec: Decode the first AAC frame to reliably identify the …
(edit) @a863c97   10 years martin smoothstreamingenc: Fix a memory leak on errors Signed-off-by: Martin …
(edit) @06dae71d   10 years michaelni Merge commit '246f869590b8c7313d26e1c2ef56db01f6fd2503' * commit …
(edit) @246f8695   10 years diego vmd: Split audio and video decoder Signed-off-by: Diego Biurrun …
(edit) @5320b34   10 years michaelni avcodec/cljrdec: remove unneeded include Signed-off-by: Michael …
(edit) @3790801f   10 years michaelni Merge commit '3c650efb81aaa3b395ba4606ee68a47ee4efb57b' * commit …
(edit) @020865f   10 years michaelni Merge commit 'c166148409fe8f0dbccef2fe684286a40ba1e37d' * commit …
(edit) @462c6cdb   10 years michaelni Merge commit '8d686ca59db14900ad5c12b547fb8a7afc8b0b94' * commit …
(edit) @8324bd51   10 years michaelni avcodec/mpegvideo_enc: fix b frame strategy 2 Fixes Ticket3757 …
(edit) @3be9072   10 years michaelni transcoding: fix Doxygen file path Signed-off-by: Timothy Gu …
(edit) @7ac7e879   10 years clement avcodec/mpegvideo: small indent fix in vismv code
(edit) @5f4dbf3c   10 years clement avcodec: make vismv option as flag types This allows for example …
(edit) @58640698   10 years michaelni avcodec/roqvideodec: set JPEG output color range Signed-off-by: Eric …
(edit) @705eb5a1   10 years michaelni Merge commit 'a7985cfd4c51b7fe2b870fc4ecd109707ee035d6' * commit …
(edit) @52ea7ffd   10 years michaelni Merge commit 'd69243d39b773b64614792487cd93f6ceb237b25' * commit …
(edit) @28c03195   10 years michaelni Merge commit 'd6902070c52151ec1e8154ce9b22283a1d0bc192' * commit …
(edit) @3c650efb   10 years diego dsputil: Move draw_edges() to mpegvideoencdsp
(edit) @96761e93   10 years michaelni Merge commit '2fc85fe96e7e0e5fc433b98eacebf4d3511d2d58' * commit …
(edit) @8be23d4   10 years michaelni avcodec/roqvideo: use JPEG color range Signed-off-by: ejlasota …
(edit) @c1661484   10 years diego dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc
(edit) @8d686ca5   10 years diego dsputil: Split off *_8x8basis to a separate context
(edit) @064945b3   10 years michaelni swresample: organize functions into doxy groups Signed-off-by: …
(edit) @81f47e27   10 years michaelni swresample: better doxy for configuration-returning functions …
(edit) @2711b470   10 years michaelni swresample: improve Doxygen introduction Signed-off-by: Timothy Gu …
(edit) @77c5f546   10 years michaelni swresample: add SwrContext doxy Signed-off-by: Timothy Gu …
(edit) @fc71434   10 years michaelni swresample: add SwrDitherType doxy Signed-off-by: Timothy Gu …
(edit) @c0d9b026   10 years michaelni swresample: group all the option constants in a section in doxy …
(edit) @0c583882   10 years michaelni swresample: grammar/capitalization fixes Signed-off-by: Timothy Gu …
(edit) @02ca9ef   10 years michaelni avutil: actually install hash.h This header is designed as a public …
(edit) @a7985cfd   10 years diego audio_fifo: Split into a separate doxygen module Signed-off-by: …
(edit) @d69243d3   10 years diego samplefmt: Add doxygen categories Categorize the enum and functions …
(edit) @195f7bd2   10 years michaelni x86/svq1enc: use unaligned mov on SSE2 Might fix fate failures on …
(edit) @d690207   10 years diego dsicin: Split audio and video decoder Signed-off-by: Diego Biurrun …
(edit) @0d1994ee   10 years michaelni Merge commit 'b0633f83f277c05bf1f617a99c7aedd2db8306e3' * commit …
(edit) @225c5cc8   10 years michaelni Merge commit '373a6dda5422186bc057297342a9e559a564595e' * commit …
(edit) @2fc85fe9   10 years diego bmv: Split audio and video decoder Signed-off-by: Diego Biurrun …
(edit) @3a29af4e   10 years michaelni Merge commit '02a7a5e330ec4373a761f63c292220a1de13b968' * commit …
Note: See TracRevisionLog for help on using the revision log.