source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8a4284ad   12 years onemda ff: fix case where image does not have alpha channel Signed-off-by: …
(edit) @6f5f7f70   12 years michaelni Merge commit '08b028c18dc31b6de741861b9555669dcca4d12a' * commit …
(edit) @e79c3858   12 years michaelni Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8' * commit …
(edit) @cd379636   12 years michaelni Merge commit '381dc1a5ec0925b281c573457c413ae643567086' * commit …
(edit) @60e95747   12 years michaelni rawdec: check avpicture_get_size() return value Fixes CID205019 …
(edit) @d3de3a16   12 years Carl Eugen Hoyos Partly revert f174fba: yop decoder does not support direct rendering.
(edit) @8bf44d5c   12 years Carl Eugen Hoyos Partly revert f174fba: indeo3 decoder does not support direct rendering.
(edit) @5f614bcf   12 years onemda vqavideo: return more meaningful error codes Signed-off-by: Paul B …
(edit) @4b7f34a3   12 years michaelni mpeg12videodec: dont pass mpeg1 VBR special case value on as bitrate. …
(edit) @c349177b   12 years michaelni mpeg12video_parser: Wrong bit rate in MPEG2 video file (Ticket #1862) …
(edit) @740959fd   12 years michaelni mpeg12parser: cleanup bitrate parsing. This fixes several bugs in the …
(edit) @08b028c1   12 years rsbultje Remove INIT_AVX from x86inc.asm.
(edit) @11d695d1   12 years michaelni x11grab: fix mixed declaration and code Signed-off-by: Michael …
(edit) @977cb54f   12 years michaelni tree: fix type used for testing the tree Signed-off-by: Michael …
(edit) @18389613   12 years michaelni qt-faststart: fix signedness of variable used to hold return code …
(edit) @91295f03   12 years michaelni mp3dec: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @ba8adf9b   12 years michaelni truemotion2: remove unused variable Signed-off-by: Michael …
(edit) @c285edd0   12 years rsbultje Remove usage of INIT_AVX in h264_intrapred_10bit.asm. Replace …
(edit) @ede4cedf   12 years anton dv: fix indentation
(edit) @14f031d7   12 years anton dv: use AVStream.index instead of abusing AVStream.id
(edit) @bf0d098a   12 years michaelni pictordec: decode 1bpp / 4bpp images when extra header marker is …
(edit) @20dd41af   12 years anton lavfi: add ashowinfo filter It can be useful for debugging. Based on …
(edit) @a29ed50   12 years michaelni avuidec: correct long_name Signed-off-by: Michael Niedermayer …
(edit) @90510251   12 years onemda lavc: remove duplicated .capabilities Signed-off-by: Paul B Mahol …
(edit) @9b500b8f   12 years martin avcodec: Add a RFC 3389 comfort noise codec This isn't too useful as …
(edit) @8b25a20e   12 years martin lpc: Add a function for calculating reflection coefficients from …
(edit) @39ef66f5   12 years martin lpc: Add a function for calculating reflection coefficients from …
(edit) @dc579306   12 years anton lavr: document upper bound on number of output samples. …
(edit) @01b76019   12 years anton lavr: add general API usage doxy Signed-off-by: Anton Khirnov …
(edit) @bff5e5f8   12 years anton indeo3: remove duplicate capabilities line.
(edit) @381dc1a5   12 years diego fate: ac3: Place E-AC-3 tests and AC-3 tests in different groups
(edit) @2cbdd7c9   12 years diego fate: ac3: Add dependencies
(edit) @e519990c   12 years diego fate: Add shorthands for acodec PCM and ADPCM tests
(edit) @70478746   12 years diego avconv: Drop unused function argument from do_video_stats()
(edit) @ab799664   12 years diego cmdutils: Conditionally compile libswscale-related bits This fixes …
(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) @72c758f1   12 years diego aacenc: Drop some unused function arguments
(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) @f21d5c90   12 years martin rtsp: Avoid a cast when calling strtol This gets rid of this warning: …
(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) @d4bff9f   12 years lu_zero nut: support textual data Plain text (utf8 encoded) data can be muxed …
(edit) @7d1e003a   12 years stefasab doc/syntax: add a "Quoting and escaping" section
(edit) @07585ffa   12 years lu_zero nutenc: verbosely report unsupported negative pts Additionally use …
(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 …
Note: See TracRevisionLog for help on using the revision log.