source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @20b965a1   11 years michaelni avcodec/ffv1dec: check global header version Signed-off-by: Michael …
(edit) @259292f9   11 years michaelni avcodec/mpegvideo: Dont incorrectly warn about missing keyframes …
(edit) @24b4e6c3   11 years michaelni snow: Check av_frame_alloc() failures Signed-off-by: Michael …
(edit) @c4224fff   11 years michaelni avcodec/snow: gray support Fixes Ticket839 Signed-off-by: Michael …
(edit) @ec120efa   11 years michaelni doc/snow: add gray/alpha/gbr Signed-off-by: Michael Niedermayer …
(edit) @811d58e0   11 years michaelni avcodec/utils: support non edge emu for grayscale Signed-off-by: …
(edit) @cf06dee5   11 years michaelni libavcodec/snow: change AVFrame to pointers to AVFrame for ABI …
(edit) @1cefdc39   11 years michaelni avcodec/snowenc: remove now unneeded include <assert.h> …
(edit) @2bc8348c   11 years michaelni avcodec/snowenc: convert all asserts to av_asserts Signed-off-by: …
(edit) @f07b569   11 years michaelni snowenc: remove disabled QUANTIZE2 code Signed-off-by: Michael …
(edit) @f896f923   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @e1c3e62   11 years michaelni Merge commit 'f0389eb777b1ab4291329d4f709098cdfa7384dc' * commit …
(edit) @946f080b   11 years michaelni Merge commit '7ffda66fd5c81af4725bff7c2c4f207ba2aa0613' * commit …
(edit) @99e7c702   11 years michaelni Merge commit 'bd549cbaacd33dfb7be81d0619c9b107b8a85be7' * commit …
(edit) @01cac26f   11 years michaelni Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557' * commit …
(edit) @c49b6c3d   11 years michaelni Merge commit '4e0799a4d04404abfa8fbc072640be76465158cf' * commit …
(edit) @c5cec9a   11 years michaelni Merge commit '3aa682f25324d811ec284edc808eb71a46eae950' * commit …
(edit) @5ff1b588   11 years michaelni Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19' * commit …
(edit) @4399e727   11 years michaelni Merge commit '6af2c351b3ae61e4478950ffddd0dfcad06188b8' * commit …
(edit) @3e75f986   11 years michaelni Merge commit 'de81b6ae4f38273ff27020f494cc46539110d34b' * commit …
(edit) @8251529f   11 years michaelni Merge commit '70dd8892bf00923af838756dfbb356a9b1e4e40d' * commit …
(edit) @37494bdb   11 years michaelni Merge commit 'cd529172377229f2e86987869ccc08f426bfe114' * commit …
(edit) @db6b389c   11 years michaelni Merge commit 'a519583991c38d38503ab08357716513facc5725' * commit …
(edit) @477641e9   11 years michaelni Merge commit 'a64f6a04ac5773aeff2003897455dadb9609f18b' * commit …
(edit) @29daad5b   11 years michaelni Merge commit 'f61bece684d9685b07895508e6c1c733b5564ccf' * commit …
(edit) @2a60666   11 years michaelni Merge commit '8410d6e93c2e074881f1c7b7e4cdefd2e497d52e' * commit …
(edit) @c83d7949   11 years michaelni Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b' * commit …
(edit) @18a9deed   11 years michaelni Merge commit '91d4cfb8127f1de6c4ad173a30fffe584700046d' * commit …
(edit) @8f68ef46   11 years michaelni Merge commit '84146963d23d76b09af633e97413cd97d9b3021e' * commit …
(edit) @5f9b1aa   11 years michaelni Merge commit '6454c44f9f74dbaed17d32cf0eaec185386c27fa' * commit …
(edit) @8b79a458   11 years michaelni avfilter/vf_fps: fix ABI compatibility with AV_NOPTS starttime …
(edit) @88262e1c   11 years michaelni Merge commit 'cb8f70c96e14c1b4824ef23d21d78d10fc5a4b93' * commit …
(edit) @d49f2603   11 years onemda truemotion2: check return value of av_malloc(z) Signed-off-by: Paul B …
(edit) @67e6a9f5   11 years diego cosmetics: Place arch initialization calls in alphabetical order
(edit) @f0389eb7   11 years diego arm: fmtconvert: Split armv6 fmtconvert code off from vfp code
(edit) @7ffda66f   11 years diego arm: float_dsp: Propagate cpu_flags to vfp initialization function
(edit) @bd549cba   11 years diego arm: dcadsp: Move synth filter initialization to dcadsp file
(edit) @1909f6b1   11 years diego swscale: cosmetics: Drop silly camelCase from swScale function pointer name
(edit) @4e0799a4   11 years diego swscale: Add some missing av_cold to arch-specific init functions
(edit) @3aa682f2   11 years diego swscale: consistent names for arch-specific acceleration functions
(edit) @c2503d9c   11 years diego swscale: ppc: Hide arch-specific initialization details Also give …
(edit) @f3ace37a   11 years lukasz.m.luki lavf/ftp: fix possible crash
(edit) @c4810fbe   11 years michaelni avformat/utils: fix av_probe_input_buffer2() so it returns the probe …
(edit) @6af2c351   11 years diego ppc: Add missing AltiVec cpuflag detection invocations
(edit) @7528fdcd   11 years stefasab doc/APIchanges: add missing entry for av_format_probe_score() function …
(edit) @083f058   11 years stefasab doc/formats: remove probe_score entry, since it's not an option
(edit) @de81b6ae   11 years diego ppc: fdct: Remove vim editor settings comment
(edit) @70dd8892   11 years diego mpegvideo: Replace arch initialization ifdeffery by standard conditionals
(edit) @cd529172   11 years diego x86: rv40dsp: Move inline assembly optimizations out of YASM init section
(edit) @a5195839   11 years diego swscale: x86: Hide arch-specific initialization details Also give …
(edit) @a64f6a04   11 years diego dsputil: x86: Hide arch-specific initialization details Also give …
(edit) @f61bece6   11 years diego ppc: Add and use convenience macro to check for AltiVec availability
(edit) @8410d6e9   11 years diego avutil: Refactor CPU extension availability macros
(edit) @b78b10c4   11 years diego avutil: Move internal CPU detection function declarations to private header
(edit) @e31db621   11 years michaelni avformat: export probe score Signed-off-by: Michael Niedermayer …
(edit) @91d4cfb8   11 years justin.ruggles apedec: do not buffer decoded samples over AVPackets Only consume an …
(edit) @90411f7e   11 years michaelni snowenc: Fix memleak of the ratecontrol related memory Signed-off-by: …
(edit) @f13e7331   11 years michaelni avcodec/snow: check for malloc* failures Also return and pass on …
(edit) @84146963   11 years diego configure: x86: Fix handling of i686 and cpunop features The i686 …
(edit) @6454c44f   11 years martin rtmpproto: Fix limelight authentication with abbreviated app names …
(edit) @cb8f70c9   11 years martin vf_fps: use double constants for default/min/max for start_time When …
(edit) @129f5069   11 years michaelni snowenc: check for memory allocation failures Signed-off-by: Michael …
(edit) @48480da6   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: doc: …
(edit) @bc6e535d   11 years michaelni Merge commit '0ce1a7598e84abe6fb3684d0d5b0872d36f001d7' * commit …
(edit) @983ed20c   11 years michaelni Merge commit 'ef51692a49d58963966adca55c62da9c34c3c7e1' * commit …
(edit) @a8ddafb0   11 years michaelni Merge commit '4332bf98dc051fd1ffbd9d4ddc1c5e55790c96f1' * commit …
(edit) @72196a4b   11 years michaelni Merge commit '310cc4bf82824f09bdd0b9147ed725cdbeaf9bdd' * commit …
(edit) @7efa9b17   11 years michaelni Merge commit 'b1f9cdc37ff5d5b391d2cd9af737ab4e5a0fc1c0' * commit …
(edit) @bfa1b42b   11 years michaelni Merge commit '818d1f1a3e89d35213af0bd5dc4a772713951882' * commit …
(edit) @f0ee0341   11 years michaelni Merge commit '6258d362b82934a2c27557e0984aed372d98091a' * commit …
(edit) @946902e5   11 years michaelni Merge commit 'f4634ae8a83d13a1abf3baac8956a3111aa09ed2' * commit …
(edit) @a13af77f   11 years michaelni Merge commit '21015109ec0fac0f104a5355f272ecb956ba3f4e' * commit …
(edit) @87d38ad8   11 years michaelni Merge commit 'f812eeda17e38797df5cb733ce99cdfd829d84ca' * commit …
(edit) @48f2e53a   11 years lu_zero doc: document the asf demuxer And drop a typo from the previous FLV entry.
(edit) @70106e73   11 years michaelni cmdutils: Filter non user AVOptions out from what can be set over the …
(edit) @0ce1a759   11 years diego vf_interlace: fix file permissions Signed-off-by: Diego Biurrun …
(edit) @ef51692a   11 years martin Revert "w32pthread: help compiler figure out undeeded code" This …
(edit) @4332bf98   11 years martin w32threads: Don't use function pointers when linking directly to newer …
(edit) @310cc4bf   11 years martin smoothstreamingenc: Write to a temp file while updating the manifest …
(edit) @b1f9cdc3   11 years lu_zero ac3: Return proper error codes
(edit) @818d1f1   11 years lu_zero ac3: Clean up the error paths
(edit) @6258d362   11 years lu_zero ac3: Do not clash with normal AVERROR The parsing function return …
(edit) @f4634ae8   11 years lu_zero flv: Fix the help string
(edit) @21015109   11 years lu_zero doc: Document the flv demuxer
(edit) @16c3ed58   11 years michaelni libavutil: cast truncated values to uint32_t programs using ffmpeg …
(edit) @f812eeda   11 years anton matroskaenc: Fix writing TRACKDEFAULTFLAG The element was only being …
(edit) @23120138   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: movenc: …
(edit) @da203822   11 years michaelni Merge commit '2bbad1f94cbc5eab0aa2d937bc79d085477d0242' * commit …
(edit) @ef4fcb30   11 years michaelni Merge commit '3559fb97c459c88b4f1d0eef80d55933d3b7fabe' * commit …
(edit) @0bd15938   11 years michaelni Merge commit '4d122b01e4ce539269ee2df193b061772c7374f6' * commit …
(edit) @0fb3e1c6   11 years martin movenc: Check for errors from mov_create_chapter_track On failures in …
(edit) @2bbad1f   11 years martin movenc: Properly free allocated data on failures in mov_write_header …
(edit) @3559fb97   11 years martin movenc: Check that tracks->enc exists before trying to free extradata …
(edit) @4d122b01   11 years martin movenc: Check for allocation failures in mov_create_chapter_track …
(edit) @535d9a93   11 years michaelni avformat/ftp: make const tables static const Reviewed-by: Lukasz M …
(edit) @b74213db   11 years onemda wavpackenc: remove duplicate 'const' declaration specifier …
(edit) @e6e26b8   11 years onemda msrledec: use memset() Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @66387389   11 years onemda msrledec: use bytestream2_get_bufferu() Signed-off-by: Paul B Mahol …
(edit) @f12c27da   11 years onemda sgidec: use bytestream2_get_bufferu() Signed-off-by: Paul B Mahol …
(edit) @fcaf5fa2   11 years michaelni avcodec/fft-test: put ff_dct* code under CONFIG_DCT Signed-off-by: …
Note: See TracRevisionLog for help on using the revision log.