source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b0ed88b4   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @9ebfe38f   10 years michaelni Merge commit '9a5ac36b69ede4563e9ecd734141b12ea3280fbc' * commit …
(edit) @4436a8f4   10 years Carl Eugen Hoyos Remove fminf() emulation. The emulation is unused and causes …
(edit) @4342b346   10 years michaelni Merge commit '8cb7b7b461b52898765b38e3eff68c0ce88347f3' * commit …
(edit) @0bdc5db5   10 years michaelni Merge commit '95a449d3ce8e15522df47a80a8a4593ea5c2b1bb' * commit …
(edit) @9a5ac36b   10 years martin movenc: Require samples before trying to write edts This avoids a …
(edit) @8cb7b7b4   10 years martin movenc: Avoid leaking locally allocated data when returning on errors …
(edit) @95a449d3   10 years martin movenc: Remove an outdated comment QuickTime does support files with …
(edit) @2b145931   10 years michaelni ffmpeg_opt: free incorrect priv_data for feed stream …
(edit) @33301f00   10 years michaelni Fix read-after-free in matroska_read_seek(). In matroska_read_seek(), …
(edit) @c9a9a7a1   10 years michaelni Merge commit '9cbf70fa0e44613590b019cef1fe99aa3f3c5d9d' * commit …
(edit) @e2e36a73   10 years Carl Eugen Hoyos Fix make checkheaders for libavcodec/vorbis_parser.h.
(edit) @872c0bcd   10 years michaelni Merge commit 'e7d20f12c5eff5570cd897f3ce3a88456024036b' * commit …
(edit) @2893d1b3   10 years michaelni Merge commit '1d8a0c1b43e58332a3a15c67d4adc161713cade8' * commit …
(edit) @0d71e825   10 years michaelni Merge commit '897d5c3a4296f3da80b8699d1487328ca2de8e55' * commit …
(edit) @66e49ff   10 years michaelni Merge commit '1384df641994bf3d6cb51084290aa94752737bae' * commit …
(edit) @ed736890   10 years michaelni Merge commit '4981baf9b803f3c4866b2e97fdadb008c62dc7ad' * commit …
(edit) @edff061   10 years James x86/swr: add ff_float_to_int32_a_avx2 13797 decicycles in …
(edit) @960c573   10 years michaelni avcodec/mjpegdec: support pix fmt id 0x22111111 Fixes: …
(edit) @ddac305   10 years michaelni avutil/ppc/util_altivec: add () to VEC_LD macro arguments …
(edit) @1a1a98f   10 years michaelni avutil/ppc/util_altivec: make src pointers const, fix warnings …
(edit) @9cbf70fa   10 years martin movenc: Write correct presentation timestamps in tfra Previously we …
(edit) @e7d20f12   10 years martin movenc: Remove a now redundant check When using the new first_trun …
(edit) @79e02559   10 years michaelni libavcodec/ppc/hpeldsp_altivec.c : fix ff_put_pixels16_altivec() …
(edit) @1d8a0c1b   10 years martin movenc: Allow to request not to use edit lists In this case, shift …
(edit) @897d5c3a   10 years martin lavf: Print a warning if failed to avoid negative timestamps when …
(edit) @1384df64   10 years martin lavf: Add an option for avoiding negative timestamps This is the same …
(edit) @4981baf9   10 years martin avstring: Mark some character handling functions av_const …
(edit) @6a6c16cb   10 years michaelni libavutil/ppc/util_altivec.h : fix unaligned_load() …
(edit) @c11f7317   10 years michaelni avformat/webpenc: preserve single image VP8X flags Fixes Ticket4087 …
(edit) @b1c99f4   10 years michaelni avcodec/aacdec: Add table of profile names based on tables of aac …
(edit) @2daae445   10 years michaelni avcodec/aacdec: print extension type when startcode debugging is on …
(edit) @b385c4c6   10 years James x86/swr: replace sse4 instructions in pack_6ch with sse ones There's …
(edit) @93ab6693   10 years michaelni lavd/avfoundation: Update documentation to mention audio capabilities. …
(edit) @c53a150   10 years michaelni Merge commit '199d9f995da53fe2507821f6d96bbc692574e1a9' * commit …
(edit) @ad0cf8e0   10 years michaelni Merge commit 'ac4a5e3abd8a022ab32245ad527ffc37eabab8b1' * commit …
(edit) @f6637347   10 years michaelni Merge commit '5d29efe4b0154ce305d66fed2ac23e5842439256' * commit …
(edit) @98d6f0ff   10 years michaelni Merge commit '37b3361e755361d4ff14a2973df001c0140d98d6' * commit …
(edit) @c96a44d0   10 years michaelni Merge commit '0a6664706168dc1049967bec311970d720581625' * commit …
(edit) @5241f900   10 years michaelni Merge commit 'e0a1d0a2b04eb5220d00fc7ce46a57cc5e3c7118' * commit …
(edit) @199d9f99   10 years vittorio.giovara mjpegdec: fix undefined shift Add a comment to explain the code. CC: …
(edit) @ac4a5e3a   10 years vittorio.giovara pthreads_frame: Do not leak on failure path CC: …
(edit) @5d29efe   10 years vittorio.giovara mpeg12dec: simplify context duplication CC: libav-stable@libav.org
(edit) @37b3361e   10 years vittorio.giovara mpeg12enc: factor out check in encode_dc Makes coverity less confused …
(edit) @0a66647   10 years vittorio.giovara mpegvideo_enc: factor out denominator and explicitly cast operands …
(edit) @e0a1d0a2   10 years vittorio.giovara mpegvideo_enc: rework direct mode check Remove stray semicolon and …
(edit) @d70e503e   10 years michaelni avfilter/af_aresample: remove unused variable Signed-off-by: Michael …
(edit) @be0356ca   10 years michaelni lavd/v4l2: use pixel format variable names consistently We now use …
(edit) @8afaa03c   10 years michaelni avformat/riffenc: move MP3 LSF threshold to the midway point between …
(edit) @d5999b7f   10 years michaelni avformat/yuv4mpegenc: Use AVFormatContext strict_std_compliance …
(edit) @da8cb1c3   10 years michaelni avformat/mmf: Use AVFormatContext strict_std_compliance instead of …
(edit) @470e116e   10 years michaelni avformat/flvenc: Use AVFormatContext strict_std_compliance instead of …
(edit) @e591608   10 years michaelni avcodec/xiph: make extradata argument const Fixes "warning: passing …
(edit) @0de64082   10 years michaelni Merge commit '05e59135b3539062465b5005b6d46ec0418a5fc4' * commit …
(edit) @cffd2713   10 years michaelni Merge commit 'acc897e6b15776ed438b88ffe330ec48f6b50e48' * commit …
(edit) @94fe404c   10 years michaelni Merge commit 'e839de0f851535b5e19256b52f9865f0cb768a7c' * commit …
(edit) @cfef947   10 years michaelni Merge commit 'c070a8751597e3aa1b443e88464da785d8966b14' * commit …
(edit) @b6a99563   10 years michaelni Merge commit '7784f47762d59e859b4d0f74b3e021ad9368ee2c' * commit …
(edit) @a51eb6d   10 years michaelni Merge commit '56dc46a1893251e74be1ad63e54fb38d754bb1fe' * commit …
(edit) @042eba52   10 years michaelni Merge commit '91e8d2eb1f7bf3af949008b106ec1ca037b88b0e' * commit …
(edit) @c04c43b3   10 years michaelni avformat/oggparsevorbis: Check that initialization succeeded before …
(edit) @4b2763c   10 years michaelni avformat/oggparsevorbis: return proper error code from vorbis_header() …
(edit) @f74be36   10 years michaelni Merge commit '2f3fadfbe3c6ad52fad5c614b6067c5401227959' * commit …
(edit) @7ffdc7be   10 years michaelni avcodec/export av_vorbis_parse_frame_flags() The other functions …
(edit) @44fa2671   10 years michaelni Merge commit '5e80fb7ff226f136dbcf3fed00a2966bf8e9bd70' * commit …
(edit) @5f7887ca   10 years michaelni Merge commit '6896f95b2483e52e717e2c75a4fd24fcb0e14b67' * commit …
(edit) @a0617025   10 years michaelni Merge commit '8747926' * commit '8747926': vorbis_parser: use a …
(edit) @05e59135   10 years anton nutdec: do not set has_b_frames It is not supposed to be set by demuxers.
(edit) @acc897e6   10 years anton lavc: make avpriv_flac_is_extradata_valid() private on the next bump
(edit) @e839de0f   10 years anton oggenc: accept only STREAMINFO extradata The reasoning is the same as …
(edit) @c070a875   10 years anton lavc: make avpriv_flac_parse_streaminfo() private on the next bump
(edit) @7784f477   10 years anton lavf: stop using avpriv_flac_parse_streaminfo() The only parameters …
(edit) @56dc46a1   10 years anton riffenc: do not fall back on AVCodecContext.frame_size for MP3 It …
(edit) @91e8d2e   10 years anton lavf: use the format context strict_std_compliance instead of the codec one
(edit) @2f3fadfb   10 years anton lavc,lavf: switch to the new vorbis parse API
(edit) @5e80fb7f   10 years anton lavc: add a public API for parsing vorbis packets. It is required by …
(edit) @6896f95b   10 years anton vorbis_parser: add an AV prefix to VorbisParseContext This is done in …
(edit) @87479264   10 years anton vorbis_parser: use a dedicated AVClass for logging Currently, the API …
(edit) @81766389   10 years michaelni avcodec/mpegaudio_parser: fix off by 1 error in bitrate calculation …
(edit) @90cdec5e   10 years michaelni ffmpeg: init sub2video.last_pts. Get the heartbeat working when the …
(edit) @a26d0ffa   10 years Reimar.Doeffinger vdpau_mpeg4: Do not fail on unknown profile. This is a regression, …
(edit) @4fd70679   10 years michaelni v4l2: support MPEG4 compressed streams Signed-off-by: Michael …
(edit) @a604de4f   10 years michaelni avutil/time_internal: do not attempt to override *time_r() macros …
(edit) @fdf22f97   10 years michaelni avfilter/vf_idet: add a repeated field detection This can be useful …
(edit) @07c3a4f6   10 years michaelni avformat/udp: UDP-Lite (RFC 3828) support added (This fixes ticket …
(edit) @513d57cc   10 years michaelni Merge commit 'a490391157dcf4dc6b65352ec3eea2781dd0a404' * commit …
(edit) @a4903911   10 years martin rtmpproto: Ignore errors from the getStreamLength method It is never …
(edit) @37425fc   10 years lou doc: clarify -frames options behavior Replace "frames to record" with …
(edit) @43fee7ad   10 years michaelni Merge commit '4ff670d99bebd97429322719089363d83143477d' * commit …
(edit) @77f1199e   10 years michaelni avcodec/mpeg12dec: do not trust AVCodecContext input dimensions Fixes …
(edit) @f2ffaae   10 years Carl Eugen Hoyos Use -fno-optimize-sibling-calls on parisc also for gcc 4.9. Fixes …
(edit) @ae4bb6c4   10 years michaelni Merge commit '77ab341c0c6cdf2bd437bb48d429e797d1e60da2' * commit …
(edit) @4ff670d9   10 years lu_zero hwaccel: Deinitialize hardware acceleration early enough The …
(edit) @df82125a   10 years michaelni Merge commit '930ffd46e1e742674aa7cc1c2450020c63b5015b' * commit …
(edit) @ce63cb4f   10 years michaelni Merge commit '9f6f407463ff8b7681befd04b6655bb7c6d9b3e1' * commit …
(edit) @d9103e8   10 years michaelni Merge commit 'f52b8717617e94da90a45afdfff23e94f9ecf35c' * commit …
(edit) @e1bcbca9   10 years michaelni Merge commit 'c442190a6bfd8036f6c32b78e1e96ff3b830f8f0' * commit …
(edit) @567ea2d6   10 years michaelni Merge commit '240b22afe14ef477da1b439b9ed7bca6cc7d6c26' * commit …
(edit) @a28313b0   10 years michaelni Merge commit '351d0f8b7a6ecce411ae75fb3511573c34317218' * commit …
(edit) @66b9e60a   10 years michaelni ffmpeg_opt: store canvas size in decoder context Fixes canvas size …
Note: See TracRevisionLog for help on using the revision log.