source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @85f2c012   10 years michaelni avcodec/x86/me_cmp: fix sad8xh This adds back support for 8x4 and …
(edit) @0456d169   10 years michaelni x86/me_cmp: port mmxext and sse2 sad functions to yasm Also add a …
(edit) @f1a8943d   10 years onemda doc/filters: remove aconvert Signed-off-by: Paul B Mahol …
(edit) @d1c49bca   10 years onemda avfilter: remove obsolete FF_API_ACONVERT_FILTER cruft Signed-off-by: …
(edit) @9ffa705e   10 years michaelni ffplay: try to fix build failure on apple Signed-off-by: Michael …
(edit) @22a20dbb   10 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: use …
(edit) @3c020b6   10 years michaelni avformat/avienc: Dont search for startcodes in inserted empty avi …
(edit) @9c9aec33   10 years lou doc/filters: add geq gradient examples Radial gradient by Víctor …
(edit) @474d858f   10 years michaelni Revert "avformat/rtpproto: fix strict aliasing violations with …
(edit) @1643764   10 years Marton Balint ffplay: use frame queue to determine last used pos Signed-off-by: …
(edit) @5a5128ba   10 years Marton Balint ffplay: factorize frame queue operations Create a generic frame and a …
(edit) @4b58349b   10 years u avfilter/ass: add shaping option The documentation is mostly based on …
(edit) @8a9c5db2   10 years u avfilter/ass: better log level mapping
(edit) @a87527ad   10 years u avfilter/ass: make sure the log level are in available range
(edit) @7d43fbe   10 years michaelni Merge commit '45ff7c93dd84a254cc96acc589e5ac3d7bd16bce' * commit …
(edit) @9bf260b2   10 years michaelni Merge commit '9030c58a780a02fb8256cb75cd39275eaad786d1' * commit …
(edit) @a07b0ffd   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Add …
(edit) @4a99134f   10 years michaelni tools/crypto_bench: fix build when AV_READ_TIME is unavailable …
(edit) @7c3ba1b   10 years Carl Eugen Hoyos Add a closing LF to Webm-manifest files. Fixes …
(edit) @d469aa8c   10 years clement sws: use av_clip() instead of av_clip_c()
(edit) @de0e49c2   10 years clement avformat/flacenc: use av_clip() instead of av_clip_c()
(edit) @2c21e8b1   10 years stefasab lavf/hls: add hls_ts_option Same as COMMITID …
(edit) @3a0c70f1   10 years stefasab doc/examples/transcoding: use av_packet_rescale_ts() Simplify.
(edit) @45ff7c93   10 years diego dca: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @9030c58   10 years diego configure: Disable i686 for i586 and lower CPUs
(edit) @5ddfac8   10 years michaelni Merge commit '2d589273dd36c5eb271a035ea0e669b64dae257f' * commit …
(edit) @2d589273   10 years diego configure: Split adding of CFLAGS and CPPFLAGS for hardened toolchain
(edit) @688a40b4   10 years michaelni avcodec/h264_sei: ff_h264_decode_sei: dont try to parse trailing …
(edit) @aaeae281   10 years michaelni avformat/mpegtsenc: More verbose warning messages in case of missing …
(edit) @b76d6132   10 years michaelni avformat/network: move sockaddr_union after sockaddr_storage …
(edit) @864d124b   10 years u build: simplify libwebp check Tested (compilation and runtime) with …
(edit) @21561610   10 years michaelni Merge commit '00431bf874e1044b01e09a2266ef85d4ff8d44cc' * commit …
(edit) @f685f7d7   10 years michaelni hlsenc: single_file, support HLS ver 4 byteranges This adds a new …
(edit) @ad1dadac   10 years James avfilter: remove obsolete FF_API_BUFFERSRC_BUFFER cruft Reviewed-by: …
(edit) @95a064f5   10 years James avutil: remove obsolete FF_API_OLD_OPENCL cruft Reviewed-by: Michael …
(edit) @af7d2606   10 years James avutil: remove obsolete FF_API_LLS1 cruft Reviewed-by: Michael …
(edit) @00431bf8   10 years martin ismindex: handle time discontinuities and nonzero start time The …
(edit) @4ae6bcc   10 years James RELEASE: update to 2.4.git Reviewed-by: Michael Niedermayer …
(edit) @e587a428   10 years michaelni avformat/rtpproto: fix strict aliasing violations with sockaddr …
(edit) @8c1dc1f6   10 years michaelni avformat/network: add union for avoiding strict aliassing violations …
(edit) @91459bd3   10 years James avcodec: remove obsolete FF_API_DSPUTIL cruft Reviewed-by: Michael …
(edit) @6beea6f0   10 years michaelni avcodec/tiff: fix odd dimensioned yuv Fixes Ticket3893 …
(edit) @04b0dda8   10 years michaelni avcodec/libvpxdec: Adds decode support for formats other than 420 …
(edit) @b24d74e4   10 years u avcodec/microdvddec: indent fix
(edit) @fcfa3ebe   10 years u avcodec/utils: remove avcodec_ prefix for internal symbol
(edit) @b227be3   10 years michaelni avcodec/mjpegenc: the AMV encoder doesnt support yuv422 Fixes …
(edit) @808db3e6   10 years michaelni Changelog: add 2.4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @68bca039   10 years michaelni doc/examples: remove unneeded NULL checks dst_file cannot be NULL …
(edit) @da2186be   10 years michaelni MAINTAINERS: Add 2.4 to maintained releases, drop 2.3 2.2 is used by … n2.5-dev
(edit) @5eef7042   10 years u Changelog/RELEASE_NOTES: prepare for 2.4
(edit) @fa1b5631   10 years michaelni doc/APIchanges: Update hashes and dates Signed-off-by: Michael …
(edit) @b97e2708   10 years michaelni doc/APIchanges: attempt to split releases Based on several git show …
(edit) @365b9cf6   10 years michaelni doc: mention important API changes in the RELEASE_NOTES …
(edit) @2638af2   10 years Reynaldo H. Verdejo Pinochet ffserver: drop custom skip_spaces() impl Signed-off-by: Reynaldo H. …
(edit) @4c8be331   10 years Reynaldo H. Verdejo Pinochet ffserver: use correct error for stream not found Signed-off-by: …
(edit) @8f537420   10 years michaelni doc: mention in APIChanges that AVProbeData must be initialized due to …
(edit) @5312fb13   10 years michaelni RELEASE_NOTES: add version numbers Signed-off-by: Michael Niedermayer …
(edit) @c2a7607   10 years michaelni RELEASE_NOTES: Add next versions name (Fresnel) The name is …
(edit) @36ea35bb   10 years michaelni avformat/utils: free s->pb for image2 as it can be used with and …
(edit) @89d42da5   10 years u avformat/assenc: honor ReadOrder
(edit) @52c85b1   10 years michaelni avdevice/lavfi: dont assign variables to themselfs Fixes "warning: …
(edit) @8407cbb   10 years michaelni Fix "passing argument 1 of av_free discards const qualifier from …
(edit) @296cd9c4   10 years michaelni avformat/mpegts: Improve probe heuristic by considering the overall …
(edit) @b96d864f   10 years michaelni avcodec/mjpegdec: Fix chroma width rounding Fixes vertical line at …
(edit) @ceb2fe02   10 years michaelni avcodec/bmp_parser: delay frame end detection to the next header or …
(edit) @3c6d824b   10 years michaelni avcodec/bmp_parser: simplify Signed-off-by: Michael Niedermayer …
(edit) @b11d1889   10 years michaelni avcodec/bmp_parser: fix parsing a single bmp which has a fsize < its …
(edit) @d86cf4a9   10 years u avformat/vobsub: fix NULL dereference
(edit) @8572dbc   10 years michaelni avcodec/ac3en: use FF_ALLOC(Z)_ARRAY() Signed-off-by: Michael …
(edit) @bcac0f40   10 years michaelni lavf/format.c: use AVPROBE_SCORE_MIME instead of …
(edit) @d5e80260   10 years michaelni doc: document the addition of the AVProbeData.mime_type field and it's …
(edit) @cdb3eee7   10 years michaelni configure: Fix miscompilation for i586 If the CPU is 386, 486 or …
(edit) @b3fd2b17   10 years michaelni avformat/img2dec: Fail probing when no data is yet available and the …
(edit) @917d14e6   10 years michaelni avformat/format: Run image2 probe again when file content data is …
(edit) @321c3cd1   10 years michaelni avformat/img2dec: reduce bmppipe probe score bmp pipe needs the bmp …
(edit) @e3fb2b0e   10 years michaelni docs: add example around the suggested commit message format It gets …
(edit) @453944c   10 years michaelni configure: fix check_cmd in check_host_cpp Use correct cpp and c …
(edit) @8e8db16a   10 years michaelni avutil/ppc/float_dsp_altivec: ppc: Fix bug in …
(edit) @4a203b77   10 years michaelni avcodec/png_parser: Return the buffered data at the end …
(edit) @a6153bde   10 years michaelni avcodec/pngdec: print the actual number of bytes left in the error …
(edit) @de4a4ca1   10 years michaelni avformat/img2_alias_pix: Add AVClass and image2 AVOptions This fixes …
(edit) @8b471461   10 years michaelni avformat/img2_alias & brender_pix: fix function names Signed-off-by: …
(edit) @646d663   10 years michaelni avformat/img2_brender_pix: Add AVClass and image2 AVOptions This …
(edit) @5303a64   10 years michaelni avformat/img2: Make AVOptions available to img* demuxers defined in …
(edit) @ea7ebade   10 years michaelni avformat/rmdec: very basic MLTI support Fixes Ticket2152 …
(edit) @16de4d9   10 years michaelni ffmpeg: Do av_buffersink_set_frame_size() when reconfiguring the …
(edit) @5e3da256   10 years michaelni Merge commit '775a0b04f0cf8102fe322b2ee03fe1a0633dea04' * commit …
(edit) @3e56ae67   10 years michaelni avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO() Signed-off-by: Michael …
(edit) @7258b5e   10 years michaelni avcodec/dnxhdenc: Use FF_ALLOCZ_ARRAY_OR_GOTO() Signed-off-by: …
(edit) @743d489c   10 years michaelni avcodec/mpegvideo: Use FF_ALLOCZ_ARRAY_OR_GOTO() Signed-off-by: …
(edit) @6f48c60   10 years michaelni avcodec/twinvq: Use FF_ALLOC_ARRAY_OR_GOTO() Signed-off-by: Michael …
(edit) @775a0b04   10 years diego doc: Fix syntax and logical errors in avconv stream combination …
(edit) @c4a0c64f   10 years michaelni avcodec/aacenc: Use FF_ALLOCZ_ARRAY_OR_GOTO() Signed-off-by: Michael …
(edit) @7fe59eea   10 years michaelni avcodec/ac3enc_template: Use FF_ALLOC_ARRAY_OR_GOTO() Signed-off-by: …
(edit) @8b7a39d7   10 years michaelni avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO() Signed-off-by: Michael …
(edit) @3294fc8c   10 years michaelni avformat/concatdec: fix "warning: explicitly assigning a variable of …
(edit) @1b5ccae0   10 years michaelni avformat/mp3dec: Improve seeking frame sync code Fixes Ticket3884 …
(edit) @649b7a99   10 years James av_filter/x86/idet: use HADDD where appropriate Signed-off-by: James …
(edit) @c7d8dbad   10 years u avformat: remove FF_API_ASS_SSA dead code
(edit) @35a9959a   10 years michaelni avcodec/snow: make new_picture const Fixes "assignment discards const …
Note: See TracRevisionLog for help on using the revision log.