source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1f797a58   13 years nicolas.george doc: add a list of errno codes on some systems.
(edit) @20af3af5   13 years nicolas.george mov: replace AVERROR(EOF) with AVERROR_EOF.
(edit) @a40f6a5c   13 years michaelni mpeg12dec: reset first_field with picture_structure changes. Fixes …
(edit) @1fbb859c   13 years michaelni Merge remote-tracking branch 'tjoppen/mxf_fixes_20111220' * …
(edit) @c3846e3e   13 years michaelni lavc: Do not fail audio decoding if user has set a custom get_buffer. …
(edit) @077b086d   13 years michaelni avio: remove ENOTSUP mention in doxy as its not available on all …
(edit) @3be1a4b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @134aaa79   13 years michaelni indeo3: Fix null ptr dereference Fixes Ticket804 Bug found by: Oana …
(edit) @fc739b79   13 years michaelni golomb: fix end of bitstream check Fixes Ticket806 Bug found by Oana …
(edit) @7feb7f16   13 years michaelni mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps() …
(edit) @37c0dc62   13 years lu_zero lavc: always align height by 32 pixel Interlaced content for most …
(edit) @91b1e6f0   13 years lu_zero raw: add 10bit YUV definitions Signed-off-by: Luca Barbato …
(edit) @432f0e5b   13 years lu_zero nut: support 10bit YUV Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(edit) @1ce1578e   13 years diego mpegvideo_enc: separate declarations and statements …
(edit) @a55eb158   13 years diego oma: make header compile standalone
(edit) @bc4d1561   13 years diego vp3: Reorder some functions to fix VP3 build with Theora disabled.
(edit) @19277d93   13 years diego build: fix standalone compilation of ADX encoder The encoder depends …
(edit) @18725fcd   13 years diego build: fix standalone compilation of ADPCM decoders The generic ADPCM …
(edit) @606c9297   13 years diego build: fix standalone compilation of mpc7/mpc8 decoders These …
(edit) @f27930c   13 years michaelni indeo5: Fix null pointer dereference Fixes Ticket803 Bug found by: …
(edit) @452406bd   13 years michaelni ff*: Fix duplicatedly printed version info with -version …
(edit) @1443ea93   13 years justin.ruggles 4xm: Use bytestream2 functions to prevent overreads Fixes Bug 110. …
(edit) @fd22616   13 years justin.ruggles bytestream: add a new set of bytestream functions with overread …
(edit) @b0aaf30   13 years nicolas.george Replace PATCHWELCOME by relevant error codes. This supersedes commit …
(edit) @41bdd4ad   13 years alex.converse mpegts: Suppress invalid timebase warnings on DMB streams. …
(edit) @d9b89b2   13 years alex.converse mpegts: Fix typo in handling sections in the PMT. This was an error …
(edit) @154c0a8c   13 years michaelni replace ENOTSUP by AVERROR_PATCHWELCOME This unbreaks compilation …
(edit) @d1c1e35   13 years michaelni doc: make developer.texi point to correct fate doc Signed-off-by: …
(edit) @c1acd581   13 years michaelni roq: fix excessive memory alloc Fixes Ticket802 Bug found by: Oana …
(edit) @a8469223   13 years michaelni alac: Check for bitstream overread Fixes Ticket801 Bug found by: Oana …
(edit) @65f0f918   13 years michaelni tm2: Check remaining size before init_get_bits() Fixes a null pointer …
(edit) @3c7f75bd   13 years michaelni avidec: move eof check before continue. Fixes a infinite loop Fixes …
(edit) @abab4408   13 years michaelni doc: fate: Support building a plain text version Also create a …
(edit) @a4872cfe   13 years michaelni doc: fate: Move documentation from .txt to .texi The fate.txt file …
(edit) @e5cbf24e   13 years michaelni doc: build: TEXIDEP: Recognize verbatim includes When generating …
(edit) @f1622a17   13 years stefasab lavd/lavfi: reindent block in lavfi_read_header
(edit) @4d475f7e   13 years stefasab lavd/lavfi: add check in case pix_fmts cannot be allocated in …
(edit) @5b718009   13 years tomas.hardin mxfdec: Sanity-check SampleRate This avoids a SIGFPE if SampleRate is …
(edit) @1888bd1b   13 years tomas.hardin mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps() …
(edit) @aa1c590b   13 years michaelni swr: fix assert failure Bug found by: Oana Stratulat GCI-id: 7211207 …
(edit) @1fa0ee12   13 years michaelni Changelog: split version next and 0.9 Signed-off-by: Michael …
(edit) @6168e581   13 years Carl Eugen Hoyos Fix off-by-one error when decoding rigth-to-left targa.
(edit) @b797f735   13 years martin vc1dec: Use the right pointer type for the tmp pointer This fixes …
(edit) @54cbbdd2   13 years tomas.hardin mxfdec: Remove unused variables
(edit) @6e9081f4   13 years tomas.hardin mxfdec: Make sure x < index_table->nb_ptses Without this the demuxer …
(edit) @085249a3   13 years tomas.hardin mxfdec: Ignore the last entry in Avid's index table segments The last …
(edit) @0edf7ebc   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @c8a441ef   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @729ebb2f   13 years janne-libav h264: clear trailing bits in partially parsed NAL units Trailing bits …
(edit) @708df4ac   13 years Marton Balint ffplay: remove global video state Signed-off-by: Marton Balint …
(edit) @0a6aff69   13 years martin vc1: Handle WVC1 interlaced stream Signed-off-by: Martin Storsjö …
(edit) @b08a742   13 years michaelni siff: simplify code by using ffio_limit() Signed-off-by: Michael …
(edit) @00aad121   13 years martin xl: Fix overreads Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @1dcce49   13 years michaelni soxdec: check av_malloc return. Bug found by: durandal_1707 …
(edit) @1c668624   13 years lu_zero mpegts: rename payload_index to payload_size It holds the size of the …
(edit) @02e8f032   13 years lu_zero segment: introduce segmented chain muxer It behaves similarly to …
(edit) @1ee5b5e8   13 years lu_zero lavu: add AVERROR_BUG error value It should be used to mark codepath …
(edit) @c9aa4cfd   13 years justin.ruggles avplay: clear pkt_temp when pkt is freed. Signed-off-by: Michael …
(edit) @1d0ae92a   13 years michaelni eamad: pass & check errors Signed-off-by: Michael Niedermayer …
(edit) @03a9c993   13 years michaelni eamad: fix excessive memory allocation. Fixes Ticket792 Bug found by …
(edit) @25c2d76b   13 years diego qcelpdec: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @2fd2918   13 years diego qcelpdec: cosmetics: drop some pointless parentheses
(edit) @32a92d32   13 years michaelni sws: Print an error in case of av_malloc() failure Signed-off-by: …
(edit) @90cad5ed   13 years michaelni swscale: Fix several (real world) integer overflows. Fixes Ticket795 …
(edit) @30bbd5cb   13 years diego x86: conditionally compile dnxhd encoder optimizations
(edit) @9c5104e8   13 years michaelni dsicin demuxer: Fix excessive malloc() use ffio_limit() Fixes Ticket …
(edit) @e39eeb10   13 years michaelni lavf: split out ffio_limit() Signed-off-by: Michael Niedermayer …
(edit) @f85334f5   13 years michaelni tqi: Fix passing errors from the MB decode. This silences some …
(edit) @60870800   13 years michaelni adpcm: Fix crash Fixes half of Ticket794 Bug found by: Oana Stratulat …
(edit) @29179239   13 years michaelni proresdec: add UPDATE_CACHE, should fix decoding with -Os …
(edit) @358ea75e   13 years janne-libav Revert "h264: skip start code search if the size of the nal unit is …
(edit) @7c29313b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @7b3894be   13 years rsbultje swscale: fix formatting and indentation of unscaled conversion …
(edit) @f371396d   13 years michaelni rl2demux: Fix FPE Fixes Ticket788 Bug found by Oana Stratulat …
(edit) @87eebb34   13 years janne-libav h264: skip start code search if the size of the nal unit is known …
(edit) @2e7905ee   13 years janne-libav cljr: fix buf_size sanity check Signed-off-by: Janne Grunau …
(edit) @652d81b2   13 years janne-libav cljr: Check if width and height are positive integers Width and …
(edit) @2a216ca2   13 years mans APIchanges: fill in revision for AVFrame.age deprecation …
(edit) @8400b126   13 years mans avcodec: deprecate AVFrame.age This was intended as an optimisation …
(edit) @a9ef21bb   13 years michaelni Merge remote-tracking branch 'tjoppen/proper_mxf_track_linking' * …
(edit) @1c73391d   13 years michaelni siff: Fix excessive memory allocation. Bug found by: Oana Stratulat …
(edit) @af3f2a87   13 years michaelni mov: detect EOF in mov_read_dref() This fixes a (near) infinite loop …
(edit) @7859740c   13 years michaelni adx_parser: rewrite. The previous code ended in multiple different …
(edit) @6b6b84ae   13 years michaelni adxdec: Fix division by zero Signed-off-by: Michael Niedermayer …
(edit) @bdd62a61   13 years michaelni adxdec: Do not require extradata. Signed-off-by: Michael Niedermayer …
(edit) @3bf1d787   13 years michaelni adx_parser: Fix infinite loop. Signed-off-by: Michael Niedermayer …
(edit) @bc78cee   13 years justin.ruggles 4xm: remove unneeded check for remaining unused data. This is …
(edit) @93fc5a9f   13 years anton lavf: force threads to 1 in avformat_find_stream_info() Fixes …
(edit) @d49352c7   13 years rsbultje swscale: fix overflows in vertical scaling at top/bottom edges. This …
(edit) @f40e7eb5   13 years anton lavf: add OpenMG audio muxer. Signed-off-by: Anton Khirnov …
(edit) @ee20b332   13 years anton omadec: split data that will be used in the muxer to a separate file.
(edit) @08f7af0c   13 years anton lavf: rename oma.c -> omadec.c
(edit) @488a5b3f   13 years rsbultje tmv decoder: set correct pix_fmt Previously the decoder only worked …
(edit) @1af0ace3   13 years Carl Eugen Hoyos Fix channel order for some less common TrueHD layouts. Reported and …
(edit) @b9d8af03   13 years Carl Eugen Hoyos mlpdec: fix channel order for wide 7.1 truehd layouts
(edit) @9a972b51   13 years Carl Eugen Hoyos Cosmetics: Fix indentation after last commit.
(edit) @290e7eb   13 years Carl Eugen Hoyos Fix possible endless loop when decoding amr. Fixes bug 151. …
(edit) @b6b00675   13 years Carl Eugen Hoyos Assume architecture arm for machine hardware name iPad*. uname -m …
(edit) @6d7b5011   13 years nicolas.george sbgdec: change -1 into AVERROR(EINVAL). This is not as accurate as …
(edit) @4734fb0   13 years michaelni sbgdec: Replace ELOOP by -1 to fix compilation on win32. This should …
Note: See TracRevisionLog for help on using the revision log.