source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @91f10449   13 years michaelni vp6:Reset the internal state when aborting key frames header parsing …
(edit) @57764c69   13 years michaelni h264: Check for out of bounds reads in ff_h264_decode_extradata(). …
(edit) @87f5e797   13 years stefasab vf_drawtext: use ctx for expressing outlink and dtext in end_frame …
(edit) @3de68420   13 years stefasab vf_drawtext: perform misc cosmetics changes to uninit In particular: …
(edit) @275516f8   13 years stefasab vf_drawtext: set string defaults in the options array Simplify.
(edit) @482ce0ce   13 years stefasab vf_drawtext: make x and y options parametric Address trac issue #378.
(edit) @163854bc   13 years stefasab vf_drawtext: drop text wrapping feature Or in other word, do not go …
(edit) @d7d587db   13 years stefasab vf_drawtext: fix missed update in docs
(edit) @9569a3c   13 years michaelni Add new pix_fmt RGBA64
(edit) @3715e675   13 years michaelni ffplay: fix order of operations for sdl audio open. Fixes Ticket149 …
(edit) @3419d9b8   13 years michaelni postproc: fix compilation failure, now really forgot git add ... …
(edit) @d16ebec7   13 years michaelni postproc: Fix compilation failure. …
(edit) @a7758884   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtp: …
(edit) @f7e797aa   13 years michaelni tiffenc: initialize forgotten avctx.
(edit) @43c481e5   13 years michaelni tiffenc: Add forgotten avclass to context.
(edit) @0bc5d4fd   13 years michaelni aacdec: fix channel reconfigs on LATM Fixes Ticket200 Signed-off-by: …
(edit) @b6aaa6d   13 years michaelni aacdec: Make aac-latm closer to the spec (not reading random data …
(edit) @ad51833a   13 years michaelni aacsbr: prevent multiple ff_aac_sbr_ctx_init() Signed-off-by: Michael …
(edit) @abe0dbea   13 years michaelni aacsbr: add a assert0 to check for a inconsistency that occurd during …
(edit) @0c378ea1   13 years lu_zero rtp: factorize dynamic payload type fallback Move the identical code …
(edit) @bafff166   13 years martin flvdec: Ignore the index if it's from a creator known to be different …
(edit) @5e06f743   13 years michaelni MAINTAINERS: loose svn reference Signed-off-by: Michael Niedermayer …
(edit) @3f7dc480   13 years michaelni psxstr: improve probe to not misdetect so much. The score of 50 can …
(edit) @4bd37ca6   13 years stefasab MAINTAINERS: update status of 0.6 release Its current maintainer is …
(edit) @e1b10155   13 years janne-libav cmdutils: move grow_array out of #if CONFIG_AVFILTER fixes programs …
(edit) @cab2860c   13 years Carl Eugen Hoyos Use a colon in the stream description, this matches how -map works now.
(edit) @dc3e76f3   13 years anton avconv: actually set InputFile.rate_emu
(edit) @6d789f50   13 years michaelni flvdec: Inject in stream extradata, into the stream. The code before …
(edit) @9b73fbcf   13 years michaelni h264dec: Decode in stream avc extradata. Signed-off-by: Michael …
(edit) @4ba39683   13 years michaelni h264: pass buffer & size to ff_h264_decode_extradata() Signed-off-by: …
(edit) @57d5d5f6   13 years michaelni Minor documentation clarification regarding AVStream.start_time semantics
(edit) @9815039   13 years michaelni aacdec: disable locking code for parse_adts_frame_header() non zero …
(edit) @d554b33e   13 years lu_zero ratecontrol: update last_qscale_for sooner In order to make …
(edit) @4d4d0e81   13 years diego Fix unnecessary shift with 9/10bit vertical scaling Signed-off-by: …
(edit) @5cc2530f   13 years diego prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()
(edit) @167d3b16   13 years diego prores: return more meaningful error values
(edit) @21612824   13 years diego prores: improve error message wording
(edit) @27ba121e   13 years diego prores: cosmetics: prettyprinting, drop useless parentheses
(edit) @2983f1f   13 years diego prores: lowercase AVCodec name entry All other codecs use lowercase …
(edit) @b87d4c2b   13 years stefasab vf_drawtext: do not set limitations on fontsize It may be needed to …
(edit) @93c220e8   13 years michaelni forgot git add prores_*c Authorship of the decoders is elvis / maxim. …
(edit) @28d37384   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Add …
(edit) @6c4cc0f6   13 years michaelni matroskadec: Fix seeking for matroska files with CUES before first …
(edit) @dcb9f6a2   13 years janne-libav Add LATM demuxer This is a raw demuxer for the AAC LATM decoder and …
(edit) @59df4b82   13 years justin.ruggles avplay: flush audio decoder with empty packets at EOF if the decoder …
(edit) @1993c684   13 years justin.ruggles 8svx/iff: fix decoding of compressed stereo 8svx files. Make the iff …
(edit) @fda459ce   13 years justin.ruggles 8svx: log an error message if output buffer is too small Based on a …
(edit) @0ac3b8fc   13 years justin.ruggles 8svx: check packet size before reading the initial sample value.
(edit) @e3718784   13 years justin.ruggles 8svx: output 8-bit samples instead of 16-bit. Based on a patch by …
(edit) @ac68607b   13 years justin.ruggles 8svx: split delta decoding into a separate function. Based on a patch …
(edit) @1c2e07b8   13 years alex.converse mp4: Don't read an empty Decoder Config Descriptor
(edit) @e8d8517b   13 years michaelni lavf/utils: only complain about aspect missmatch when the difference …
(edit) @f9bb7395   13 years michaelni mpeg4videoenc: remove forgotten return -1 Signed-off-by: Michael …
(edit) @20e1829   13 years diego fate.sh: Ignore errors from rm command during cleanup. The install …
(edit) @12ad0677   13 years diego fate.sh: Run git-pull in quiet mode to avoid console spam. Since …
(edit) @394781a   13 years michaelni mpeg4videoenc: guess a good aspect when we cant store the exact one. …
(edit) @be64629a   13 years martin Apple ProRes decoder Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @ff60d1b7   13 years Carl Eugen Hoyos Cosmetics: Fix typo.
(edit) @b14629e5   13 years martin rtmp: Make the input FLV parser handle data cut at any point This …
(edit) @fe476e5a   13 years martin rv34: Check for invalid slices offsets Signed-off-by: Martin Storsjö …
(edit) @775af761   13 years anton eval: test isnan(sqrt(-1)) instead of just sqrt(-1) sqrt(-1) returns …
(edit) @e116d15c   13 years michaelni presets: use private options in libx264-ipod ffpresets Change flags2 …
(edit) @8a732463   13 years michaelni prores: skip alpha if present
(edit) @3a87dce6   13 years stefasab vf_drawtext: remove useless and misnamed intermediary "baseline" …
(edit) @500b3210   13 years stefasab vf_drawtext: fix background box coloring with RGB formats != RGBA …
(edit) @db56a750   13 years stefasab vf_drawtext: prefer int over unsigned int This avoids overflow errors …
(edit) @751df79d   13 years stefasab vf_drawtext: use @itemize environment for showing examples in docs …
(edit) @7c249d4f   13 years michaelni Check for huffman tree building error in vp6 decoder. Signed-off-by: …
(edit) @dba20b84   13 years michaelni Release old pictures after a resolution change in vp5/6 decoder …
(edit) @6a0e7892   13 years michaelni Check for missing reference in vp5/6 decoder. Signed-off-by: Michael …
(edit) @b64269ce   13 years michaelni Check for invalid slices offsets in RV30/40 decoder. Signed-off-by: …
(edit) @741ec30   13 years michaelni Check output buffer size in nellymoser decoder. Signed-off-by: …
(edit) @00320ac0   13 years Clément Bœsch ffprobe: remove misplaced and pointless comment.
(edit) @b70fd6fa   13 years Clément Bœsch ffprobe: use av_get_pix_fmt_name() instead of accessing …
(edit) @03d0ea0   13 years Clément Bœsch ffprobe: remove media_type_string() by inlining av_x_if_null().
(edit) @a70e7874   13 years Clément Bœsch lavu: add av_x_if_null().
(edit) @3039c686   13 years Carl Eugen Hoyos Fix dxva2 decoding for some H264 samples.
(edit) @e71322cb   13 years Carl Eugen Hoyos Support Sorenson Spark in f4v. Such files are produced by the Flash …
(edit) @d5d02768   13 years Carl Eugen Hoyos Use the parser for AC-3 in mov. Fixes ticket #494.
(edit) @3e1a7ae4   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: swfdec: …
(edit) @05fc9e40   13 years alex.converse swfdec: Add support for sample_rate_code 0 (5512 Hz)
(edit) @ae2e8971   13 years mans dct-test: factor out some common code and do whas was likely intended …
(edit) @dd8d808   13 years diego doc: library versions need to be bumped in version.h
(edit) @9aa1f87d   13 years anton Revert "ffmpeg: get rid of useless AVInputStream.nb_streams." This …
(edit) @609a2fa1   13 years anton Remove some forgotten AVCodecContext.palctrl usage.
(edit) @9ecfbb3e   13 years anton lavc/utils: move avcodec_init() higher in the file. Fixes build on …
(edit) @e5b29c1f   13 years anton lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*
(edit) @feedc075   13 years anton ac3dec: actually use drc_scale private option
(edit) @63e4c8a6   13 years anton lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT macros They are …
(edit) @4d77d57d   13 years anton alsa: add missing header Fixes compile with next lavc major.
(edit) @a3e0135d   13 years diego msmpeg4: remove leftover unused debug variable declaration
(edit) @95a06eb4   13 years diego Fix assert() calls that need updates after FF_COMMON_FRAME macro …
(edit) @35a68558   13 years diego Fix av_dlog invocations with wrong or missing logging context. This …
(edit) @be4e8908   13 years anton vf_yadif: add support to yuva420p Signed-off-by: Anton Khirnov …
(edit) @4703a7b5   13 years anton vf_yadif: correct documentation on the parity parameter 0 is …
(edit) @5feb67f   13 years anton vf_yadif: copy buffer properties like aspect for second frame as well …
(edit) @61f4387d   13 years anton oma: support for encrypted files Signed-off-by: David Goldwich …
(edit) @7a019df   13 years anton id3v2: add support for non-text and GEOB type tag frames This extends …
(edit) @b3e144a7   13 years anton des: add possibility to calculate DES-CBC-MAC with small buffer This …
(edit) @358d837d   13 years michaelni prores: Add forgotten Copyright statements Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.