source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @09f1afc7   11 years michaelni Merge commit '33237123c83bf4f8345e6ac889ad2e7dbd303d0e' * commit …
(edit) @296eaa84   11 years michaelni Merge commit '9d5ec50ead97e088d77317e77b18cef06cb3d053' * commit …
(edit) @69f54385   11 years stefasab doc/filters: fix sine sample_rate abbreviation Signed-off-by: Stefano …
(edit) @d9c46c3c   11 years stefasab doc: apply various grammar fixes The first sentence of each of the …
(edit) @d4db7c3   11 years Reimar.Doeffinger Integrate accessors.h header into internal.h I have no idea why I …
(edit) @33237123   11 years martin libavutil: Enable the MSVC DLL symbol loading workaround in shared …
(edit) @db8578a8   11 years michaelni avcodec/raw: gbrp support Fixes 2nd half of Ticket2274 …
(edit) @12538bb9   11 years michaelni avformat/nut: support planar rgb Fixes first half of Ticket2274 …
(edit) @200170e8   11 years michaelni avcodec/tiff: remove redundant check Signed-off-by: Michael …
(edit) @a9553e8f   11 years michaelni avcodec/tiff: avoid seek back on reading tags Signed-off-by: Michael …
(edit) @c94f9e8   11 years michaelni avutil/mem: Fix flipped condition Fixes return code and later null …
(edit) @f58cd286   11 years michaelni avformat/paf: Fix integer overflow and out of array read Found-by: …
(edit) @c9837613   11 years michaelni avfilter/trim: Fix assertion failure with empty frames Signed-off-by: …
(edit) @9d5ec50e   11 years martin ff_socket: put out-of-line and fallback to fcntl() for close-on-exec …
(edit) @190a5893   11 years michaelni avfilter/fifo: explicitly assert that a frame should have become …
(edit) @760c5278   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: FATE: …
(edit) @0dc17da3   11 years michaelni Merge commit 'dfc6b5c81491abf7effb97b23af17ccf7adcd132' * commit …
(edit) @18be3fac   11 years Marton Balint ffplay: check for filter EOF return codes Fixes ticket #2800. …
(edit) @e84ca8d3   11 years Marton Balint ffplay: ensure the decoder is flushed before exiting or looping Also …
(edit) @608989f6   11 years Marton Balint ffplay: fix memleak of non-bitmap subtitles Signed-off-by: Marton …
(edit) @9f120e03   11 years Marton Balint ffplay: free subtitle pictures on exit Signed-off-by: Marton Balint …
(edit) @3b2e99fe   11 years michaelni avfilter/vf_perspective: factor u cliping code Signed-off-by: Michael …
(edit) @c11c1801   11 years michaelni MAINTAINERS: add Alexander Strasser for the server Signed-off-by: …
(edit) @fa09e760   11 years anton FATE: add a TAK test
(edit) @a48979d7   11 years Reimar.Doeffinger Reduce MAKE_ACCESSORS code duplication via a new header. …
(edit) @55a88daf   11 years michaelni MAINTAINERS: remove myself from movenc, 2 maintainers should be enough …
(edit) @88a1ff22   11 years michaelni MAINTAINERS: add myself as maintainer for lavf/aiff* and lavf/movenc.c …
(edit) @dfc6b5c8   11 years martin file: Move win32 utf8->wchar open wrapper to libavutil When …
(edit) @9386f334   11 years michaelni avcodec/bitstream: Dont try to free buffers for static VLCs Such …
(edit) @e1a5ee25   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: arm: …
(edit) @c0f2ad3d   11 years michaelni Merge commit '218d6844b37d339ffbf2044ad07d8be7767e2734' * commit …
(edit) @50b7ce12   11 years michaelni Merge commit '7a82022ee2f9b1fad991ace0936901e7419444be' * commit …
(edit) @69ea65b4   11 years michaelni Merge commit '3e5898782dce60334ab294821ca00b19c648cf66' * commit …
(edit) @a0fb6083   11 years michaelni Merge commit '5afe1d27912be9b643ffb4ddc21f6d920260dbb0' * commit …
(edit) @f09b5fb4   11 years michaelni Merge commit '0f1fb6c0194c85483dedb93b20a5b76f6fc9d520' * commit …
(edit) @756f865e   11 years michaelni Merge commit '51eb213d00154b8e7856c7667ea62db8b0f663d4' * commit …
(edit) @95fa1fe4   11 years michaelni Merge commit '71bf6b41d974229a06921806c333ce98566a5d8a' * commit …
(edit) @eec9c7af   11 years michaelni Merge commit 'fee9db1fdf921295233e94cbe2769f9cd722206d' * commit …
(edit) @579a1378   11 years michaelni Merge commit '880391ed2d2faf796ca3a16f63cec69767546a21' * commit …
(edit) @87e8cbf7   11 years michaelni libavutil: Don't use fcntl if the function does not exist Not all …
(edit) @45e10e5c   11 years martin arm: Add assembly version of h264_find_start_code_candidate …
(edit) @218d6844   11 years martin h264dsp: Factorize code into a new function, …
(edit) @7a82022e   11 years martin h264_parser: Initialize the h264dsp context in the parser as well …
(edit) @5f38317   11 years michaelni Merge commit '869b04e89154cd92d2bcfdabcecbe3217864c099' * commit …
(edit) @3e589878   11 years kostya.shishkov Voxware MetaSound decoder
(edit) @1b2a5817   11 years michaelni Merge commit '22c879057ead189c0f59241cb9eeb926381e3299' * commit …
(edit) @eb02f0c6   11 years michaelni Merge commit 'f4d371b9737c0405b3bc46d7ca0c856c0a8616b1' * commit …
(edit) @5afe1d27   11 years martin avio: Add const qualifiers to ffio_read_indirect This provides at …
(edit) @0f1fb6c0   11 years martin libavutil: Don't use fcntl if the function does not exist Not all …
(edit) @e8edf4e1   11 years martin cmdutils: Only do the windows-specific commandline parsing on _WIN32 …
(edit) @8d745281   11 years michaelni swscale/utils: Fix potential overflow of srcPos*C before converting …
(edit) @bc721ac   11 years michaelni swscale/utils: Fix potential overflow of dstPos*xInc before converting …
(edit) @0b5d1b88   11 years michaelni avutil/opt: fix types passed to the format string "%s" Fixes gcc …
(edit) @51eb213d   11 years anton libavformat: use avpriv_open() Signed-off-by: Anton Khirnov …
(edit) @71bf6b41   11 years anton libavdevice: use avpriv_open() Signed-off-by: Anton Khirnov …
(edit) @fee9db1f   11 years anton libavcodec: use avpriv_open() Signed-off-by: Anton Khirnov …
(edit) @880391ed   11 years anton libavutil: use avpriv_open() Signed-off-by: Anton Khirnov …
(edit) @869b04e8   11 years anton libavutil: add avpriv_open() to open files with close-on-exec flag …
(edit) @22c87905   11 years anton mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a …
(edit) @b11b7ceb   11 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
(edit) @60ae776d   11 years michaelni av_frame_copy_props: fix unintended self assignment Fixes CID1061052 …
(edit) @f3b7f470   11 years michaelni avformat/oggparsevorbis: fix leak of tt Fixes CID1061059 Fixes fate …
(edit) @d0a882ab   11 years michaelni avformat/oggparsevorbis: fix leak of ct Fixes CID1061058 Fixes fate …
(edit) @731f7eaa   11 years michaelni ff_flac_parse_picture: assert that len is within the array The check …
(edit) @2960576   11 years michaelni avcodec/g2meet: fix src pointer checks in kempf_decode_tile() Fixes …
(edit) @dd9555e9   11 years nicolas.george ffmpeg: remove obsolete workaround in trim insertion. The bug it was …
(edit) @39bb26f9   11 years nicolas.george lavu/log: do not skip overwritten lines. If the line ends with \r, it …
(edit) @5cd57e87   11 years michaelni avcodec/jpeg2000dec: check sample sepration for validity Fixes …
(edit) @f4d371b9   11 years martin rtsp: Don't include the listen flag in the SDP demuxer flags It's …
(edit) @e4eab2d9   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @6bf6d6ad   11 years michaelni Merge commit '62572435d4106098c090fb8f129a9090e41ff1eb' * commit …
(edit) @5d08f81   11 years michaelni Merge commit 'f542dedf72091af8e6f32a12bd64289c58857c21' * commit …
(edit) @7f43a09   11 years michaelni configure: Add -lstdc++ to the requirements for linking with libgme. …
(edit) @f544c586   11 years kostya.shishkov deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND …
(edit) @9db353bc   11 years michaelni avisynth: Exit gracefully when trying to serve video from v2.5.8. …
(edit) @f277d6b   11 years michaelni avisynth: Cosmetics Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @62572435   11 years martin rtpenc_chain: Check for errors from ffio_fdopen and …
(edit) @f542dedf   11 years martin rtspenc: Check the return value from ffio_open_dyn_packet_buf Also …
(edit) @81f4d55c   11 years michaelni MAINTAINERS: alphabetical sort Signed-off-by: Michael Niedermayer …
(edit) @b45b1d7a   11 years michaelni MAINTAINERS: Add some maintainers for parts of libavutil Developers …
(edit) @caa7a494   11 years michaelni avformat/utils: fix memleak with nobuffer Fixes Ticket2802 …
(edit) @a68b6ec   11 years michaelni avutil/hmac: make const tables static const Signed-off-by: Michael …
(edit) @9e10b2c   11 years michaelni avformat/spdifenc make const tables static const Signed-off-by: …
(edit) @ef717179   11 years michaelni avformat/smoothstreamingenc: Make const tables static const …
(edit) @5b13778f   11 years michaelni mpegts: remove usage of MOD_UNLIKELY() Its not needed and doing …
(edit) @aa24729c   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @66328da7   11 years michaelni Merge commit '6fb65973c9501d3fe94a5a9195c01cd20083066e' * commit …
(edit) @c32db6a   11 years michaelni Merge commit '61c31e4ee7ea79a9e74c0476b81244febf17e6d7' * commit …
(edit) @05f1b4e2   11 years michaelni Merge commit 'a7d45e06e9757f49ea4e105cbefc3462a7324e9a' * commit …
(edit) @1faece7e   11 years michaelni Merge commit '406e6c0ba5393fa302080202fe77bd09187889a1' * commit …
(edit) @0a8f5eb2   11 years michaelni Merge commit '255d9c570e117f0fcb8e51fa2c5996f3c4b2052b' * commit …
(edit) @508a5349   11 years michaelni Merge commit '3dd5c95deef51d7fbf6f4458ba42d1335d2f1472' * commit …
(edit) @7565aaec   11 years michaelni Merge commit 'fcc455ff2e11ed04603aead1984a92ac3a4be226' * commit …
(edit) @89efaabc   11 years michaelni Merge commit 'abe5268c3328bf0e8fcfb7dc6e231b8920177c3a' * commit …
(edit) @287f7d0a   11 years michaelni Merge commit '2a0ec47bd70ebb79e8b2d2f956feeb3a813df798' * commit …
(edit) @83db013a   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @f5b2718c   11 years michaelni Merge commit '971cce7ebb48a58e72e4dc57b3008e2682bcf4e7' * commit …
(edit) @7d03e60c   11 years michaelni Merge commit '86f4c59bd676672040b89d8fea4c9e3b59bfe7ab' * commit …
(edit) @a97f7499   11 years michaelni Merge commit '4d8d16b596c63de85e52488734338fbb41238058' * commit …
(edit) @9648c8e5   11 years michaelni Merge commit 'bc909626b0a3c107625f2cb4c85479d18de422a8' * commit …
Note: See TracRevisionLog for help on using the revision log.