source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d86ef544   12 years michaelni avcodec_align_dimensions2: add missing breaks This should have just …
(edit) @2470851f   12 years michaelni lavc: enable recursively using avcodec_open2/close. Signed-off-by: …
(edit) @7abf3948   12 years michaelni mov.c: Check for stsd + m1s tag indicating MOV-wrapped MPEG-PS, and …
(edit) @9434ead2   12 years michaelni fate: Handle lavf-fate tests in a makefile Signed-off-by: Michael …
(edit) @c5fd9d3c   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @81ff0c2   12 years michaelni Merge commit '1cd432e167b1a80853760c89a33606e2b5f229c2' * commit …
(edit) @93f244e3   12 years michaelni Merge commit '0af1fe845a9d7112da0a58d33a4fc81fe7c47e95' * commit …
(edit) @b0554fec   12 years michaelni Merge commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72' * commit …
(edit) @61cc9974   12 years martin fate: Add proper dependencies in qt.mak The output of make fate-list …
(edit) @91485e74   12 years martin fate: Add proper dependencies in lossless-video.mak The output of …
(edit) @169514c   12 years kostya.shishkov indeo3: do not try to output more lines than we can fit Internally …
(edit) @8774d58   12 years kostya.shishkov bmv: get a new frame on every decode_frame(), so we can use direct …
(edit) @d50aa006   12 years michaelni tiffenc: fix integer overflow Fixes CID700699 Signed-off-by: Michael …
(edit) @a06f943f   12 years michaelni roqvideodec: replace dead code by assert Fixes CID732195 …
(edit) @c0b17ea1   12 years michaelni roqaudioenc: Fix crash with very small roq files Fixes CID703669 …
(edit) @4ebf3059   12 years onemda lavc/tta: do not overwrite bits_per_coded_sample It is supposed to be …
(edit) @445f36d7   12 years onemda kmvc: use meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @be536f08   12 years onemda xxan: return more meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @0bf40e0e   12 years onemda lavc/yop: remove redudant YOP in av_log() messages Signed-off-by: …
(edit) @4c6c6a2   12 years onemda jvdec: use more meaningful error code Signed-off-by: Paul B Mahol …
(edit) @5272248   12 years onemda idcinvideo: if decoding fails return error Previously if frame …
(edit) @aadb7b3a   12 years onemda lavc/c93: use meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @1cd432e1   12 years mans configure: fix libcdio check The compiler/linker flags passed to …
(edit) @05b03370   12 years michaelni motionpixels/mp_decode_frame_helper: assert that the first pixel …
(edit) @df727d40   12 years michaelni mlp_parser: print error when ff_combine_frame() fails to add the …
(edit) @e807a2b6   12 years Clément Bœsch lavc: add raw text subtitles decoder.
(edit) @3f055f8f   12 years martin rtsp: Allow setting the reordering buffer size via an AVOption …
(edit) @1c377449   12 years martin rtsp: Vertically align a constant definition Signed-off-by: Martin …
(edit) @0de9380b   12 years martin rtp: Update the check for distinguishing between RTP and RTCP Also …
(edit) @c753b56b   12 years michaelni ff_convert_matrix: fix integer overflow Fixes CID608053 …
(edit) @5537c92f   12 years michaelni mpegvideoenc: check return value of ff_MPV_frame_start() Fixes …
(edit) @2472f3fa   12 years michaelni lzwenc: change assert to av_assert Signed-off-by: Michael Niedermayer …
(edit) @97d1cb5c   12 years michaelni bmv: remove unreachable default case Fixes CID732191 Signed-off-by: …
(edit) @7a12d97e   12 years mans aac: fix build with hardcoded tables aac_tablegen.h includes aac.h …
(edit) @23b20301   12 years michaelni indeo4: prevent printing uninitialized variable Fixes CID703822 …
(edit) @2b1a2466   12 years michaelni dv: change assert(a2 < 4) to av_assert() Signed-off-by: Michael …
(edit) @e8fe208b   12 years diego fate: dependencies for screen codec tests
(edit) @7b2121e7   12 years diego riff: Move functions around to be covered by appropriate #ifdefs This …
(edit) @d0c27e88   12 years michaelni riff: retry reading metadata without padding if it fails with Fixes …
(edit) @1350dffd   12 years michaelni riff: dont discard truncated metadata Reviewed-by: Paul B Mahol …
(edit) @0af1fe84   12 years martin avformat: Fix references to the removed function av_write_header in …
(edit) @22310eef   12 years martin changelog: Mention the MSVC DLL support Also retroactively add a …
(edit) @55351de9   12 years mans fate: add dependencies for misc microsoft codecs Signed-off-by: Mans …
(edit) @c0329748   12 years mans fate: add a dependency helper macro Signed-off-by: Mans Rullgard …
(edit) @22f5149e   12 years mans fate-twinvq: add dependencies Signed-off-by: Mans Rullgard …
(edit) @08c6a12a   12 years mans fate-mpc: add dependencies Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @2e05143a   12 years mans fate-indeo: add dependencies Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @b55dda4a   12 years mans fate-als: add dependencies Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @eccd067   12 years mans fate: dependencies for demux tests Signed-off-by: Mans Rullgard …
(edit) @d66c52c2   12 years martin Add support for building shared libraries with MSVC This requires the …
(edit) @eaa9b2e6   12 years martin avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab …
(edit) @fc085c5   12 years martin gxf: Add a local copy of the relevant parts of the frame rate table …
(edit) @53e8cd68   12 years martin configure: Split out msvc as a separate target OS The name mingw32 as …
(edit) @3777e6b3   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mips64: …
(edit) @9317b73f   12 years michaelni Merge commit '36ac9a16a19a365ce58cc871484c20cffe9b6401' * commit …
(edit) @5806cd93   12 years michaelni fate: dependencies for ffmpeg vsynth tests Signed-off-by: Michael …
(edit) @aadaa81   12 years michaelni fate: dependencies for ffmpeg acodec tests Signed-off-by: Michael …
(edit) @17e4b064   12 years michaelni Merge commit '292d1e78743855404c7d07e3e7cb3f9c9ae6275b' * commit …
(edit) @eb19d89   12 years michaelni cache: check lseek() return Fixes CID717496 Signed-off-by: Michael …
(edit) @b760ffdd   12 years martin aviobuf: Remove a senseless ifdef in avio_seek This seemed to assume …
(edit) @ce739e6   12 years michaelni cmdutils: add missing check for ftell() return Fixed CID703706 …
(edit) @b93e934a   12 years mans mips64: mark hi/lo registers clobbered in MAC64/MLS64 macros …
(edit) @36ac9a16   12 years mans fate: dependencies for seek tests Signed-off-by: Mans Rullgard …
(edit) @292d1e78   12 years mans fate: dependencies for acodec tests Signed-off-by: Mans Rullgard …
(edit) @206a070d   12 years mans fate: list lavfi tests in a makefile Signed-off-by: Mans Rullgard …
(edit) @fa263350   12 years mans fate: handle lavf test dependencies entirely in make This makes the …
(edit) @b262e455   12 years mans fate: dependencies for vsynth tests This makes the vsynth tests run …
(edit) @21fed588   12 years mans fate: add macros useful for conditionally enabling things …
(edit) @916352f2   12 years michaelni configure: do not quote arguments passed to filter{,_out} in check_ld. …
(edit) @35daf3ca   12 years michaelni cmdutils: remove unneeded null check Fixes CID703769 Signed-off-by: …
(edit) @eebde404   12 years stefasab examples/muxing: merge add_audio_stream() and add_video_stream() …
(edit) @eda0a52   12 years stefasab examples/muxing: check on frame Fix crash in case frame is not …
(edit) @d6196d94   12 years stefasab examples/muxing: fix bogus setting of st->id
(edit) @5ca298df   12 years stefasab examples/muxing: remove misleading comment about pending API change …
(edit) @1f796262   12 years stefasab examples/muxing: remove video_outbuf unused and useless code
(edit) @709628aa   12 years nicolas.george lavfi/avf_concat: fix invalid exclusive test. The invalid test did …
(edit) @d185c8a7   12 years michaelni tiff: run strlen() after setting the pointer Fixes CID733803 …
(edit) @f03c0f6a   12 years michaelni ffmdec: check av_new_packet() return value Fixes CID733711 …
(edit) @a0e0e1e1   12 years michaelni ffmdec: fix hypothetical overflows Fixes CID703739 Signed-off-by: …
(edit) @71bc8c95   12 years michaelni ffm_read_write_index: check lseek return code Fixes CID732184 …
(edit) @378a5b9c   12 years michaelni ffm_write_write_index: check lseek() return code Fixes CID732185 …
(edit) @7fd65104   12 years michaelni ffm_seek: fix division by zero Fixes CID732202 Signed-off-by: Michael …
(edit) @657998b5   12 years michaelni libavfilter/lavfutils: remove useless NULL check on format context …
(edit) @fd9e88fe   12 years michaelni libavfilter/lavfutils: remove useless NULL check on codec context The …
(edit) @a4fe6611   12 years michaelni mov_probe: fix integer overflows Signed-off-by: Michael Niedermayer …
(edit) @9b762e2c   12 years onemda idcinvideo: remove redundant " id CIN Video: " from av_log() …
(edit) @abd8b9e7   12 years justin.ruggles libmp3lame: resize the output buffer if needed The LAME API …
(edit) @775d41b6   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @940ee636   12 years michaelni Merge commit '79922d7237aba2b8c6abbd2e06a0c08e4f498ad4' * commit …
(edit) @df5e089d   12 years michaelni Merge commit '31c54711cc3f1484af101d629bbb805820d37ad1' * commit …
(edit) @d8cfa983   12 years michaelni Merge commit '58b619c8a226cc4564ad5af291bc99a04f89ee56' * commit …
(edit) @c079da50   12 years michaelni Merge commit '0bca0283ccded5e32da143a462168ad1988a58fd' * commit …
(edit) @fadfbb35   12 years michaelni Merge commit '71e92414bfd79e56ea6fff174a665ff7b9b86e68' * commit …
(edit) @d6e87190   12 years michaelni Merge commit 'a25d912dca9cd553440167e0476c47581359c0fc' * commit …
(edit) @1ade37ae   12 years onemda lavc/tta: use meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @d6ea59b8   12 years onemda tta: datalen is unsigned integer per reference library Signed-off-by: …
(edit) @364c60bf   12 years michaelni sws-test: parse command line args before initing contexts This fixes …
(edit) @711ffb84   12 years Clément Bœsch lavf/swfdec: support DefineBitsLossless{,2} tag.
(edit) @4e2e3d94   12 years michaelni ffv1: fix packed rgb with 1.3 Signed-off-by: Michael Niedermayer …
(edit) @adbb75db   12 years michaelni mov: fix time types related to mov_metadata_creation_time Fixes …
Note: See TracRevisionLog for help on using the revision log.