source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @640a905e   13 years stefano.sabatini-lala lavfi: remove gradfun mp wrapper The gradfun filter was already …
(edit) @6c4e9ca   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @4646ef87   13 years stefano.sabatini-lala lavfi: fix registration name for the buffersink sink Previously both …
(edit) @3c56a421   13 years stefano.sabatini-lala lavfi: avoid void* arithmetic in defaults.c:set_common_formats() …
(edit) @a8dcf5e   13 years stefano.sabatini-lala lavfi: add asink_abuffer - audio buffer sink Signed-off-by: Stefano …
(edit) @3e12b589   13 years stefano.sabatini-lala lavfi: fix doxygen doc for config_props() callback Update/extend …
(edit) @5f68a91   13 years stefano.sabatini-lala lavfi: remove default config_props() callback and refactor …
(edit) @4b788945   13 years stefano.sabatini-lala lavfi: remove avfilter_default_config_input_link() declaration The …
(edit) @b2700a5c   13 years rsbultje lavc: fix misspelling in comment Signed-off-by: Ronald S. Bultje …
(edit) @3e32bf3   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lsws: …
(edit) @680b1852   13 years alex.converse aac: propagate error return values for AV_LOG_ERROR-triggering events
(edit) @6e19cfb0   13 years michaelni ffmpeg: Fix doxygen comments for MetadataMap Signed-off-by: Michael …
(edit) @6a925512   13 years lu_zero lsws: remove optimization debug logs in sws_init_context() The logged …
(edit) @347167ec   13 years lu_zero lsws: use array for storing the supported in/out information Also …
(edit) @48734a54   13 years stefano.sabatini-lala filters.texi: fix wrong references in the "Filtergraph syntax" section
(edit) @84a6abd9   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @82b1516a   13 years stefano.sabatini-lala yadif: correct documentation on the parity parameter 0 is …
(edit) @9e63720b   13 years michaelni mpegvideo.h: remove the 1 line difference to qatar Signed-off-by: …
(edit) @1bf6cb85   13 years lu_zero applehttp: fix variant discard logic The v->ctx is always not NULL …
(edit) @31fe5d98   13 years Carl Eugen Hoyos Fix possible crash when decoding mpeg streams. This reverts …
(edit) @ad62507   13 years alex.converse h263dec: Fix asserts broken by the elimination of FF_COMMON_FRAME.
(edit) @64160ef3   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @72b0c9f5   13 years michaelni avidec: skip seek pos adjustment for non interleaved files. Fixes …
(edit) @4ce0a946   13 years stefano.sabatini-lala lsws: remove deprecated and unused stuff after the 0->1 major bump
(edit) @fed6c90b   13 years diego cosmetics: remove some stray comments from AVCodec declarations
(edit) @933a6fd5   13 years diego cosmetics: fix indentation/alignment in AVCodec declarations
(edit) @99c7b516   13 years Reimar.Doeffinger Abort if command offset decreases, avoids potential endless loop. …
(edit) @1816addc   13 years Reimar.Doeffinger Warn when falling back to unreliable UMF fps tag. Signed-off-by: …
(edit) @46eaaad8   13 years michaelni Detect NI-avi at playtime like mplayer. Fixes Ticket333 …
(edit) @652c7729   13 years michaelni avidec: Fix XAN DPCM demuxing. Signed-off-by: Michael Niedermayer …
(edit) @324b8adc   13 years Carl Eugen Hoyos Fix a possible miscompilation of cabac with old (broken) compilers.
(edit) @08d2cee4   13 years Carl Eugen Hoyos Fix -loop_input.
(edit) @eb29649   13 years Carl Eugen Hoyos Set bits_per_coded_sample when encoding ADPCM.
(edit) @f1b7c7e6   13 years stefano.sabatini-lala vf_boxblur: call avfilter_draw_slice() at the end of draw_slice()
(edit) @a3425177   13 years stefano.sabatini-lala vf_boxblur: fix out-of-buffer access when h > w Increase size of the …
(edit) @d68ba3fe   13 years stefano.sabatini-lala vf_boxblur: prefer the name "len" over "w" in the blur routines Make …
(edit) @9a83ada   13 years martin arm: Avoid using the movw instruction needlessly This fixes building …
(edit) @d0a2f0af   13 years martin Move an int64_t down in MpegEncContext This allows using the same arm …
(edit) @1d186e9   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Revert …
(edit) @62ee0e6   13 years rsbultje Revert "swscale: use 15-bit intermediates for 9/10-bit scaling." This …
(edit) @ac0fb593   13 years rsbultje swscale: use 15-bit intermediates for 9/10-bit scaling.
(edit) @18b131de   13 years rsbultje dct32: Add SSE2 ASM optimizations Signed-off-by: Ronald S. Bultje …
(edit) @6f7fe472   13 years rsbultje Correct chroma vector calculation for RealVideo 3. Old version …
(edit) @73e8e8db   13 years lu_zero lavf: Add an option to discard corrupted frames Signed-off-by: Zohar …
(edit) @50815142   13 years lu_zero mpegts: Mark wrongly-sized packets as corrupted Signed-off-by: Zohar …
(edit) @cdb9884a   13 years lu_zero mpegts: Move scan test to handle_packets This fixes an issue where …
(edit) @ce9e3165   13 years lu_zero mpegts: Mark corrupted packets Signed-off-by: Zohar Kelrich …
(edit) @c64f80b0   13 years lu_zero mpegts: Reset continuity counter on seek Signed-off-by: Zohar Kelrich …
(edit) @8b9df201   13 years lu_zero mpegts: Fix for continuity counter Make continuity counter respect …
(edit) @be9c0061   13 years lu_zero mpegts: Silence "can't seek" warning on unseekable Do not try to seek …
(edit) @5038f9b2   13 years lu_zero apichange: add an entry for AV_PKT_FLAG_CORRUPT
(edit) @9d39cbf   13 years lu_zero avpacket: signal possibly corrupted packets Use AV_PKT_FLAG_CORRUPT …
(edit) @4326f6f5   13 years diego mpeg4videodec: remove dead code that would have detected erroneous …
(edit) @a6c49f18   13 years alex.converse aac: Remove some suspicious illegal memcpy()s from LTP.
(edit) @e11a5fcc   13 years alex.converse bink: Eliminate unnecessary shadow declaration.
(edit) @03cbe6c8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Not …
(edit) @29d854d6   13 years tempn correct shorthand ffmpeg-dev > ffmpeg-devel
(edit) @b4ea1c5a   13 years anton Remove the ffserver test. It doesn't work and is therefore useless.
(edit) @e5fc6ab6   13 years anton Remove ffserver.h It's unused an serves no purpose.
(edit) @318fd9d   13 years Carl Eugen Hoyos Remove non-existing fourcc " Y8". This reverts a line of r1842.
(edit) @1c54806   13 years Carl Eugen Hoyos Support FourCC DreX as MPEG4 ASP.
(edit) @b36bd27f   13 years Carl Eugen Hoyos Rm lavfi-showfiltfmts on make testclean.
(edit) @940a116b   13 years Carl Eugen Hoyos Unbreak ffplay -s and ffplay -pix_fmt.
(edit) @8460b75   13 years Carl Eugen Hoyos Do not ignore opt_default() return values.
(edit) @222b333   13 years Carl Eugen Hoyos Cosmetics: Restore alphabetical order.
(edit) @9b60b076   13 years Carl Eugen Hoyos Support muxing MP1, MP2 and MP3 in caf.
(edit) @c6e0332f   13 years Carl Eugen Hoyos Explicitely fail for unsupported codecs when muxing caf.
(edit) @b35477a2   13 years Carl Eugen Hoyos Use av_get_bits_per_sample() for mBitsPerChannel in caf.
(edit) @7747a091   13 years Carl Eugen Hoyos Cosmetics: Fix indentation.
(edit) @335bbe4   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @18cb40f0   13 years rsbultje lavc: Deprecate unused FF_ER_VERY_AGGRESSIVE Signed-off-by: Ronald S. …
(edit) @b39f872a   13 years Reimar.Doeffinger Limit fsize before adding to pointer. This avoids a theoretically …
(edit) @1442d295   13 years anton x11grab: add show_region AVOption. Draw the current grabbing region …
(edit) @085791a9   13 years anton x11grab: add follow_mouse AVOption. -follow_mouse centered|PIXELS …
(edit) @84006072   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @42ba1288   13 years rsbultje Do not convert RGB buffer at once when stride does not fit exact …
(edit) @3b5ddf07   13 years stefano.sabatini-lala vf_pad: add an example employing the sar variable
(edit) @9959a767   13 years stefano.sabatini-lala ffplay: set input link sample aspect ratio in input_config_props() …
(edit) @45f9e05   13 years stefano.sabatini-lala vf_crop: add support for a, dar, sar, hsub, and vsub variables …
(edit) @61d55fda   13 years stefano.sabatini-lala lavfi: tweak display aspect ratio variables in pad and scale filters …
(edit) @8a54bfe8   13 years lu_zero build: make examples build normally The link target was missing …
(edit) @0e29c4f7   13 years Reimar.Doeffinger Revert bink dequantization hack that is no longer necessary. …
(edit) @faba79e0   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mxfdec: …
(edit) @1f6f58d5   13 years alex.converse mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating …
(edit) @a3bf7b86   13 years jason H.264: tweak some other x86 asm for Atom
(edit) @d9c23a0d   13 years stefano.sabatini-lala vf_transpose: avoid multiple calls to avfilter_draw_slice() …
(edit) @5ef953e8   13 years alex.converse probe: Fix insane flow control. A loop control variable was shadowed …
(edit) @298c4e3c   13 years anton mpegts: remove invalid error check mpegts_read_header is used by both …
(edit) @8f9d3f6   13 years anton s302m: use nondeprecated audio sample format API Signed-off-by: Anton …
(edit) @ec6402b7   13 years anton lavc: use designated initialisers for all codecs. It's more readable …
(edit) @3ad1684   13 years alex.converse x86: cabac: add operand size suffixes missing from 6c32576 This fixes …
(edit) @2dd2abe3   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @2a11952f   13 years rsbultje h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame …
(edit) @f5f004bc   13 years mans x86: cabac: don't load/store context values in asm Inspection of …
(edit) @6c325765   13 years jason H.264: optimize CABAC x86 asm for Atom
(edit) @8dcf5184   13 years rsbultje vp3/theora: flush after seek.
(edit) @41054438   13 years heydowns h264 - Correct implicit weight table computation for long ref pics …
(edit) @e80e2d5   13 years heydowns h264 - correct the check for invalid long term frame index in MMCO …
(edit) @188694b   13 years heydowns h264 - Fix PCM intra coded blocks in monochrome case
(edit) @e0e65ddb   13 years anton doc/fftools-common-opts: wording fixes missing from the previous commit.
Note: See TracRevisionLog for help on using the revision log.