source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c3660c36   12 years michaelni Merge commit '0aed0bfc62b273a780a2bfba3be56039fccd7423' * commit …
(edit) @45a73d2b   12 years michaelni Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a' * commit …
(edit) @7cb5467a   12 years michaelni Merge commit '46ce9ded96ffcb798b03da894cdb5fdac376a6ee' * commit …
(edit) @2976e2a1   12 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
(edit) @d2021f74   12 years onemda jpeg2000dec: remove redundant error log message Signed-off-by: Paul B …
(edit) @a44d39ae   12 years onemda wavpack: remove redundant error log message Signed-off-by: Paul B …
(edit) @0f740fea   12 years onemda tta: use interger instead of pointer to iterate output samples for …
(edit) @e2f89f78   12 years onemda tta: move GetBitContext out of private context Signed-off-by: Paul B …
(edit) @50a4d076   12 years nicolas.george lavfi/trim: mark link closed on EOF. Fix trac ticket #2620.
(edit) @fc82f4a1   12 years nicolas.george ffmpeg: ignore EOF when pushing frames to filters. EOF is not a fatal …
(edit) @582f36ca   12 years michaelni tools/qt-faststart: Fix unintended sign extension of current_offset …
(edit) @69ce34c7   12 years michaelni tools/qt-faststart: Fix unintended sign extension of atom_size Fixes …
(edit) @c1075d6a   12 years michaelni tools/ffhash: close file handle on error Fixes CID1026768 …
(edit) @de488525   12 years michaelni tools/ffeval: Check return value of av_expr_parse_and_eval() Fixes …
(edit) @0aed0bfc   12 years kostya.shishkov vmd: fix mode 3 decoding
(edit) @636c2dd4   12 years michaelni avutil/sha: reorder Maj arguments about 1% speedup Signed-off-by: …
(edit) @c011ceef   12 years diego swscale: ppc: Remove commented-out define cruft
(edit) @9f84ed8c   12 years diego nsvdec: Remove commented-out debug cruft
(edit) @f0ce1d99   12 years diego cpu: Restructure code to avoid pointless ret variable indirection …
(edit) @46ce9ded   12 years diego tiff: K&R formatting cosmetics
(edit) @514cb9bb   12 years onemda tta encoder Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @2e67dde9   12 years onemda tta: move code that will be shared with encoder to separate file …
(edit) @a4b5863e   12 years Carl Eugen Hoyos Fix compilation of libavcodec/tiff.c
(edit) @379ad978   12 years onemda tiff: planar rgb Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @09d6beee   12 years michaelni avutil/sha512: Reshuffle Maj() operands This reduces dependancy …
(edit) @682b2273   12 years michaelni lavu: Add SHA-2 512 hashing Signed-off-by: James Almer …
(edit) @a4037066   12 years michaelni use Kostyas full name in copyrights This fixes 2 files that where not …
(edit) @54ddbb47   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @4d4f5911   12 years michaelni Merge commit '28306e6d620c109ddd672f7243adfbc2bbb3b18f' * commit …
(edit) @5711e4fd   12 years michaelni fate: use TARGET_SAMPLES in mcdeint tests Signed-off-by: Michael …
(edit) @58b36959   12 years onemda tta: use get_unary() Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @c28aafe6   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @ec34963   12 years stefasab lavfi/mp: drop mcdeint wrapper It was ported to a native libavfilter …
(edit) @5fa252b2   12 years stefasab tests: add mcdeint tests
(edit) @e89182fc   12 years stefasab lavfi: port mcdeint filter from libmpcodecs
(edit) @3a2b9911   12 years stefasab lavfi/mp/mcdeint: avoid uninited data read Do not read padding or …
(edit) @534f1a28   12 years Clément Bœsch lavc/avcodec: decodimg → decoding.
(edit) @f514b5df   12 years Carl Eugen Hoyos Fix libcdio-paranoia detection. Fixes ticket #2614.
(edit) @f849a77   12 years lu_zero network: factor out connect-listening code Introduce …
(edit) @28306e6d   12 years lu_zero network: factor out bind-listening code Introduce ff_listen_bind, to …
(edit) @07f6a66b   12 years Clément Bœsch lavf/webvttdec: factorize identifier and settings side data code.
(edit) @8f75ba9   12 years Clément Bœsch lavf/webvttdec: save cue id and settings as side data Currently the …
(edit) @151b4947   12 years Clément Bœsch lavc/avpacket: fill padding area on side data split. The padding data …
(edit) @9054e725   12 years michaelni jpeg2000: make sure s->numXtiles / s->numYtiles are reset when tile is …
(edit) @de421b20   12 years kostya.shishkov use my full first name instead of short one in copyrights
(edit) @30d724bd   12 years Marton Balint ffplay: detect when the created overlay buffers are not valid for the …
(edit) @87917a32   12 years Marton Balint ffplay: do not allow wider window than 16383 SDL surface pitch is …
(edit) @3b6f1526   12 years Marton Balint ffplay: use 0 frame delay if redisplaying an already displayed frame …
(edit) @97e42551   12 years Marton Balint ffplay: use more sane frame timer resetting logic Signed-off-by: …
(edit) @35b2f30f   12 years Marton Balint ffplay: only update pts if not redisplaying a frame Signed-off-by: …
(edit) @e341cb11   12 years Marton Balint ffplay: fix compute_target_delay to better handle frames with long …
(edit) @5b492720   12 years Marton Balint ffplay: if playing only audio or video only, show the master clock …
(edit) @f2175a62   12 years Marton Balint ffplay: factorize clock functions There should be no change in …
(edit) @b764b53   12 years Marton Balint ffplay: decrease video picture queue size to 3 It was raised to 4 …
(edit) @1fb52bf9   12 years Clément Bœsch lavfi/mptestsrc: fix chroma subsampling with odd sizes. This makes no …
(edit) @7ba04b3c   12 years Clément Bœsch lavfi/pixdesctest: fix chroma subsampling with odd sizes.
(edit) @35cf069a   12 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …
(edit) @dc60061b   12 years michaelni jpeg2000dec: optimize dequantization_int() 4400->2800 cycles …
(edit) @6cbd0241   12 years michaelni jpeg2000dec: optimize dequantization_float() 4700 -> 2700 cycles …
(edit) @f1c8413d   12 years Carl Eugen Hoyos Fix compilation with --disable-everything --enable-encoder=jpeg2000 …
(edit) @c485c83   12 years michaelni avutil/crc: Dont limit CRC32 standard tables Currently, standard …
(edit) @0c2f673e   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: indeo4: …
(edit) @b919a8d3   12 years michaelni Merge commit '14fb9d3d8ccf5f50180aabdb1afe8b570fea3d28' * commit …
(edit) @33f64fd5   12 years kostya.shishkov indeo4: expand allowed quantiser range Indeo 4 has quantiser range …
(edit) @716dbc7e   12 years Clément Bœsch lavf/allformats: align nit for tee muxer.
(edit) @710940be   12 years onemda tta: stop checking header checksum in extradata It's redundant now as …
(edit) @6510686c   12 years onemda lavf/tta: check header and seek table checksum Since we don't check …
(edit) @60f09c04   12 years derek.buitenhuis configure: icl: Merge -Qdiag-error parameters Signed-off-by: Derek …
(edit) @14fb9d3   12 years derek.buitenhuis configure: Separate commonalities in msvc and icl flags Allows for …
(edit) @f70d0212   12 years michaelni Merge remote-tracking branch 'lukaszmluki/master' * …
(edit) @6e073dd1   12 years michaelni configure: check for nanosecond precission stat Signed-off-by: …
(edit) @887d74c4   12 years michaelni av_d2q: Add a special case for |value| > MAX and |value| < 1/MAX …
(edit) @ddbcc48   12 years lukasz.m.luki ftp: enhanced error handling Add error codes to expected codes to …
(edit) @34c42389   12 years lukasz.m.luki ftp: reconnect on seek ABOR command usually takes long (FTP server …
(edit) @d99beeb7   12 years lukasz.m.luki ftp: move common commands code to function Each send command routine …
(edit) @3f00521   12 years lukasz.m.luki ftp: enhanced status code handling Reimplementation of ftp_status …
(edit) @1931c2d2   12 years lukasz.m.luki ftp: reconnect on read FTP server may disconnect after some period of …
(edit) @c84d6aa2   12 years lukasz.m.luki ftp: move create control connection to function Move common code that …
(edit) @e46e49e3   12 years lukasz.m.luki ftp: credentials moved into FTPContext FTP server may disconnect …
(edit) @80cce899   12 years lukasz.m.luki ftp: rename function name ftp_send_command was used only once. This …
(edit) @afa30e51   12 years lukasz.m.luki ftp: formatting and typos fixes
(edit) @f77467a1   12 years michaelni jpeg2000dec: fix indention Signed-off-by: Michael Niedermayer …
(edit) @c1415cfe   12 years michaelni jpeg2000dec: print more detailed cdx/y debug info Signed-off-by: …
(edit) @f0b9bd80   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @7de8a38   12 years Clément Bœsch lavfi/vignette: remove extra semi-colon.
(edit) @9d56ccf   12 years michaelni j2k/jpeg2000dec: merge Signed-off-by: Michael Niedermayer …
(edit) @fd7e1190   12 years michaelni jpeg2000dec: merge simplification of jpeg2000_decode_packets() from …
(edit) @192050d7   12 years michaelni jpeg2000dec: merge sgnd fix from j2k Signed-off-by: Michael …
(edit) @5dbbb762   12 years michaelni jpeg2000dec: merge struct field types from j2k Fixes AVOption type …
(edit) @89f472b3   12 years michaelni j2kdec: merge JPEG2000_PGOD_CPRL code from jpeg2000 Signed-off-by: …
(edit) @45c0e33   12 years michaelni j2kdec: merge picture handling from jpeg2000 Signed-off-by: Michael …
(edit) @f471b5fa   12 years michaelni j2k: restructure bitstream decoding This is based on jpeg2000 but …
(edit) @cdb8613   12 years michaelni j2k/jpeg2000: merge some of the tilepart related code Signed-off-by: …
(edit) @a5203d86   12 years michaelni j2kdec: merge length==0 check from jpeg2000 Signed-off-by: Michael …
(edit) @f67f2681   12 years michaelni jpeg2000deci/j2kdec: fix sizeof types Signed-off-by: Michael …
(edit) @20a2d5ec   12 years michaelni jpeg2000dec: fix ff_mqc_initdec() and data setup order Signed-off-by: …
(edit) @7a2b6342   12 years michaelni jpeg2000dec: simplify init_tile() / merge from j2k Signed-off-by: …
(edit) @f468325   12 years onemda lavf/id3v2enc: fix cover art display on some software Adding an …
(edit) @c4e0e314   12 years onemda tta: remove pointless code Checking seek table crc in decoder is …
(edit) @2886e806   12 years Clément Bœsch lavfi/vignette: add aspect option.
Note: See TracRevisionLog for help on using the revision log.