source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @90510251   12 years onemda lavc: remove duplicated .capabilities Signed-off-by: Paul B Mahol …
(edit) @c1804dc4   12 years stefasab lavfi/frei0r: allow for Windows style paths Update path handling …
(edit) @7691860c   12 years stefasab lavfi/frei0r: update link to spec Fri0r project moved from piksel.org …
(edit) @19add322   12 years stefasab lavfi/scale: implement clever/insane parsing heuristic, and add a size …
(edit) @d4604d10   12 years stefasab lavu/parseutils: add trailing characters check in …
(edit) @adf0cd14   12 years stefasab doc/filters: itemize scale examples, and create a dedicated subsection …
(edit) @c2428ada   12 years stefasab lavfi/scale: return error code in case of failed reconfiguration in …
(edit) @83938c3d   12 years stefasab lavfi/scale: accept named options, make parsing more robust Also …
(edit) @8a9b48bf   12 years michaelni movenc: Add required 'prof' atom to 'tapt' atom set. Signed-off-by: …
(edit) @67420b3d   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @7d1e003a   12 years stefasab doc/syntax: add a "Quoting and escaping" section
(edit) @f174fbac   12 years anton lavc: add CODEC_CAP_DR1 to all video decoders missing them
(edit) @b4e62651   12 years michaelni dcadec: skip QMF on unused channels Signed-off-by: Michael …
(edit) @a3886ea3   12 years michaelni smoothstreamingenc: check return value of mkdir() Fixes CID732188 …
(edit) @b399816d   12 years michaelni smoothstreamingenc: fix integer overflow Fixes CID732248 …
(edit) @224afddc   12 years michaelni ismindex: check return value of avio_open_dyn_buf() Fixes CID733723 …
(edit) @c5be6192   12 years michaelni cmdutils: avoid using cpp directives within printf macro arguments …
(edit) @c2e2b302   12 years onemda cafdec: fix parsing of chunks which may have unused data …
(edit) @3d6a246b   12 years Clément Bœsch lavf/srtenc: add AVFMT_TS_NONSTRICT flag. There is not really a …
(edit) @48f01398   12 years martin rtpdec: Cosmetic cleanup Mainly clean up the RTP statistics code, …
(edit) @d41c019d   12 years michaelni fate/scalenorm: unbreak fate Signed-off-by: Michael Niedermayer …
(edit) @74e81b4d   12 years stefasab tests: do not set bogus scale sws_flags option in the scalenorm test …
(edit) @f472d01   12 years michaelni frame_thread_encode: fix context memleak Signed-off-by: Michael …
(edit) @991db639   12 years michaelni frame_thread_encoder: fix packet memleak Signed-off-by: Michael …
(edit) @d8246d47   12 years michaelni vc1dec: mark by assert that the default path cannot occur Fixes …
(edit) @07ed191   12 years onemda parse ID3v2 chapters Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @3f448094   12 years Carl Eugen Hoyos Synchronize libmpcodecs: Support 16bit yuv in telecine filter. Fixes …
(edit) @96fac764   12 years Carl Eugen Hoyos Add an additional AAC TwoCC. Mentioned on …
(edit) @d72aef4e   12 years michaelni movenc: add more metadata types Fixes Ticket1052 Signed-off-by: …
(edit) @ac090fa6   12 years michaelni lavu: keep context size variables They are essential to be able to …
(edit) @c73fcc8d   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @8943ad40   12 years michaelni Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26' * commit …
(edit) @f9f79cb0   12 years michaelni fate: make sure the global sws flags are set to be bitexact for …
(edit) @14f69a05   12 years nicolas.george fate: add a test for scale with variable input format.
(edit) @b0e2f4a7   12 years nicolas.george lavfi/concat: implement unsafe mode.
(edit) @424b1e76   12 years lu_zero yuv4mpeg: reject unsupported codecs The muxer already rejects …
(edit) @fce4450d   12 years lu_zero nutenc: K&R formatting cosmetics
(edit) @c4a36b6f   12 years michaelni lpc: check that lpc_type is valid in ff_lpc_calc_coefs Fixes …
(edit) @8edf9b1f   12 years michaelni sws: rgb has no range, avoid random results if the user tries to mess …
(edit) @d23e8f53   12 years michaelni swr: use 64bit index/len for x86_64 mix Signed-off-by: Michael …
(edit) @2aecfd4f   12 years michaelni vf_showinfo: check return code of av_image_get_linesize() Fixes …
(edit) @0f943ed3   12 years michaelni swfenc: zero fifo after freeing Fixes CID602000 Signed-off-by: …
(edit) @189fbced   12 years michaelni tak_parser: check ff_combine_frame() return code Fixes CID733706 …
(edit) @6078bd80   12 years Clément Bœsch lavf/showspectrum: fix unaligned rdft data.
(edit) @2ef26b5e   12 years michaelni riff: support 0xa100 TwoCC fixes decoding of file …
(edit) @6c8d259a   12 years michaelni msmpeg4dec: fix init code to not fail when called from 2 threads at …
(edit) @f44be0da   12 years michaelni ff_h263_decode_init_vlc: fix order of operations to avoid failure with …
(edit) @4cbae57c   12 years mans assdec: fix qsort() callback signature This changes the event_cmp() …
(edit) @4cd217c0   12 years mans configure: detect sparc64 automatically Signed-off-by: Mans Rullgard …
(edit) @4471a242   12 years mans vp8: fix memset() crossing array boundary Indexing across array …
(edit) @c4cccc8d   12 years mans h264: fix invalid pointer arithmetic Subtracting a (positive) value …
(edit) @50be2077   12 years mans amrwbdec: fix invalid pointer arithmetic Subtracting a (positive) …
(edit) @5f9cbad   12 years Reimar.Doeffinger Port MPlayer fixes for coverity issues in libmpcodecs. Signed-off-by: …
(edit) @425c30dd   12 years michaelni sws: loose the minimum dimension checks A few quick tests show no …
(edit) @733f85b7   12 years michaelni sws: improve error messages Signed-off-by: Michael Niedermayer …
(edit) @7de21960   12 years michaelni sws: fix extreem downscaling Signed-off-by: Michael Niedermayer …
(edit) @95760b33   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @4521645b   12 years mans avio: fix pointer type mismatches in avio_enum_protocols() …
(edit) @cc64ec57   12 years mans avserver: use socklen_t where appropriate Various socket functions …
(edit) @be2efe0c   12 years mans udp: use socklen_t where appropriate getsockname() takes a pointer to …
(edit) @9efbfe5   12 years mans network: use HAVE_THREADS instead of local hack HAVE_THREADS is set …
(edit) @67a68dce   12 years mans af_channelmap: remove stray enum declaration Signed-off-by: Mans …
(edit) @6b776c61   12 years mans buffersink: remove stray semicolon after function definition …
(edit) @c25e929   12 years michaelni fix a compiling error with llvm-gcc Move some #include in vda.h down …
(edit) @1909dbf1   12 years michaelni ffmpeg: use av_rescale_delta() for audio stream copy Signed-off-by: …
(edit) @2bcbdd84   12 years michaelni lavu: add more doxy to av_rescale_delta Signed-off-by: Michael …
(edit) @c430cb49   12 years michaelni Update my email address Signed-off-by: Michael Bradshaw …
(edit) @e823e73   12 years michaelni sws_getGaussianVec: check variance and quality Found-by: Reimar …
(edit) @fe573d1a   12 years michaelni sws_allocVec: check length validity Found-by: Reimar Signed-off-by: …
(edit) @a9d97e1b   12 years michaelni ffmpeg: use av_rescale_delta() on the audio filter input …
(edit) @8766ad9e   12 years michaelni lavu: add av_rescale_delta() Signed-off-by: Michael Niedermayer …
(edit) @03e44bcb   12 years michaelni ffmpeg: trivial simplification Signed-off-by: Michael Niedermayer …
(edit) @90d4b070   12 years michaelni mathemathics: update copyright years Signed-off-by: Michael …
(edit) @ae52eb7f   12 years michaelni lavu: add av_clip64() Signed-off-by: Michael Niedermayer …
(edit) @1aa07aa2   12 years mans configure: fix tests for 2-arg math functions Signed-off-by: Mans …
(edit) @5f0105b8   12 years Clément Bœsch lavf/srtenc: allow zero duration events. This is useful when you want …
(edit) @eb36ee1e   12 years Clément Bœsch lavc/srtenc: fix invalid read in case of SubRip. Regression since …
(edit) @ca7f5911   12 years diego doc: git-howto: Clarify comment about pushing series of commits
(edit) @87cdd7c6   12 years diego ivi_common: Drop unused function parameter from decode_band()
(edit) @707f58f5   12 years diego cook: Remove some silly Doxygen comments
(edit) @8a61ba0e   12 years diego cook: Remove senseless maybe_reformat_buffer32() function
(edit) @f23b4a06   12 years diego cook: cosmetics: Better names for joint_decode() function parameters
(edit) @20015379   12 years diego cook: cosmetics: Better name for ccpl COOKSubpacket member
(edit) @13bbefd5   12 years diego doxygen: Add av_alloc_size to list of predefined macros This avoids …
(edit) @74e742d6   12 years diego doxygen: Drop some pointless entries from PREDEFINED macros list
(edit) @5b45b66   12 years michaelni cws2fws: check fstat return code. Fixes CID733720 Signed-off-by: …
(edit) @86aba86b   12 years michaelni cws2fws: check lseek() return Fixes: CID733721 Signed-off-by: Michael …
(edit) @59eae884   12 years michaelni cws2fws: check inflateInit return value Fixes CID733722 …
(edit) @154ff818   12 years janne-libav h263: avoid memcpys over array bound in motion vector caching for obmc …
(edit) @adc61d68   12 years onemda bit: check av_new_packet() return value Fixes CID703626. …
(edit) @ca28cb5f   12 years michaelni examples: fix doxy so they appear on the example page Signed-off-by: …
(edit) @c01a462   12 years michaelni rmdec: fix null derefercne Fixes CID733714 Signed-off-by: Michael …
(edit) @1bf50711   12 years michaelni rmdec: use av_assert for audio_pkt_cnt Signed-off-by: Michael …
(edit) @9aa630a5   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @6aa9368   12 years mans configure: sanitise sparc vis check It is wrong to force …
(edit) @eadfb056   12 years mans configure: recognise more sparc variants as --cpu argument …
(edit) @7fe6f6e   12 years onemda caf muxer: write metadata Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @507f2940   12 years michaelni Merge commit '1b891d17c531e8a63c2974aab4bf997ce70746f3' * commit …
(edit) @9f36ec6a   12 years michaelni aacps: fix order of operands of ipdopd_reset(). With the current …
(edit) @0018aa90   12 years michaelni aacps: loose self assignment Fixes CID604123 Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.