source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5d329e2e   14 years michaelni In graph2dot, print more specific audio information for audio links. …
(edit) @2613c811   14 years michaelni spdifenc: set flag AVFMT_NOTIMESTAMPS There are no timestamps in IEC …
(edit) @02d08035   14 years michaelni Reduce picture size for yadif. Signed-off-by: Michael Niedermayer …
(edit) @bad82d3d   14 years michaelni Change yadif to not use out of picture lines. Fixes issue2272. …
(edit) @20a2a3da   14 years michaelni ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16(). …
(edit) @c4461aa8   14 years michaelni fix nsvdec.c compilation if DEBUG macro defined Signed-off-by: Ronald …
(edit) @33af787d   14 years michaelni Fix av_find_best_stream when using a program The current …
(edit) @20bc55ce   14 years michaelni Document audio_resample_close(). Signed-off-by: Janne Grunau …
(edit) @438198e7   14 years michaelni Document that av_write_header sets stream time_base to a value of it …
(edit) @fabb93e3   14 years michaelni spdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e9432b to the …
(edit) @660ab0e6   14 years michaelni ac3enc: change default floor code to 7. This is to match the value in …
(edit) @a41aebf1   14 years michaelni os_support: fix poll() implementation Our poll implementation does …
(edit) @7ffe76e5   14 years michaelni Merge libavcore into libavutil Done to keep ABI compatible. Otherwise …
(edit) @fad8143   14 years michaelni vbv_delay AVOption for ABI compatibility Signed-off-by: Michael …
(edit) @2f6c6a34   14 years michaelni APIchanges: update for 55bad0c: vbv_delay Signed-off-by: Mans …
(edit) @b6d07000   14 years michaelni Pass VBV delay to the calling application via ctx VBV delay is useful …
(edit) @c4c9fb46   14 years michaelni binkaudio: remove unused copy of AVCodecContext* Signed-off-by: Mans …
(edit) @13690156   14 years michaelni binkaudio: fix channel count check Perform validity check on …
(edit) @73b3b522   14 years michaelni fix nsvdec.c compilation if DEBUG defined Signed-off-by: Ronald S. …
(edit) @ece6cca1   14 years michaelni aacdec: Implement LTP support. Ported from gsoc svn. (cherry picked …
(edit) @d3c4829a   14 years michaelni APIchanges: update for 12c14cd Signed-off-by: Mans Rullgard …
(edit) @5c878d4b   14 years michaelni mpegtsenc: whitespace cosmetics Signed-off-by: Mans Rullgard …
(edit) @932a45a   14 years michaelni mpegtsenc: set audio_type according to st->disposition Signed-off-by: …
(edit) @e2db6b59   14 years michaelni mpegts: set st->disposition according to ISO 639 language descriptor …
(edit) @3c9fcab5   14 years michaelni apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flag …
(edit) @2ea7e1f   14 years michaelni lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag Signed-off-by: Mans …
(edit) @e24c05cd   14 years michaelni Better threshold for the gcd based r_frame_rate calculation. Fixes …
(edit) @ee028bbd   14 years michaelni Fix spelling error. Signed-off-by: Ronald S. Bultje …
(edit) @e8431451   14 years michaelni mmst: fix reading uninitialized data for ping packets. Fixes errors …
(edit) @30391c6b   14 years michaelni Update APIchanges for 910b5b8 Signed-off-by: Mans Rullgard …
(edit) @9d375bf5   14 years michaelni Remove disabled legacy code in ffplay. The code was setting aspect …
(edit) @4a7d9924   14 years michaelni aac: remove dead SBR input scaling It has been unused since …
(edit) @288b62b1   14 years michaelni asfdec: fix build for big endian targets Signed-off-by: Mans Rullgard …
(edit) @7539a1fe   14 years michaelni ac3enc: Add x86-optimized function to speed up log2_tab(). …
(edit) @e590448c   14 years michaelni wtv: ignore empty data_guid chunks Signed-off-by: Ronald S. Bultje …
(edit) @607f5fe5   14 years michaelni asfdec: split reading stream properties out of asf_read_header() This …
(edit) @2594d75f   14 years michaelni mmst: print packet type with error status code message Signed-off-by: …
(edit) @e0099fda   14 years michaelni configure: fix non-standard regex used with expr The colon operator …
(edit) @48e05567   14 years michaelni configure: report full gcc version string This makes the cc_ident …
(edit) @8429368d   14 years michaelni configure: add cleanws() function This function removes leading and …
(edit) @11ab1e40   14 years michaelni FFT: factor a shuffle out of the inner loop and merge it into …
(edit) @709946b3   14 years michaelni lavf: print stream disposition in dump_stream_format Signed-off-by: …
(edit) @af1e8ffd   14 years michaelni spdifenc: fix byte order on big-endian systems There is a check for …
(edit) @ec0a6889   14 years michaelni spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI Signed-off-by: …
(edit) @f20886e4   14 years michaelni bink: permute Bink version 'b' quant matrices by inverse scan order …
(edit) @a093650   14 years michaelni bink: simplify how quantization matrices are passed to …
(edit) @4064d770   14 years michaelni Fix MMX rgb24 to yuv conversion with gcc 4.6 When built with gcc 4.6, …
(edit) @62bacc4e   14 years michaelni movenc: Force first sample as SYNC Signed-off-by: Mans Rullgard …
(edit) @6985d7bf   14 years michaelni Make avfilter_config_links() propagate audio information of the source …
(edit) @1762d9ce   14 years michaelni Restructure video filter implemenattion in ffmpeg.c. This fixes …
(edit) @499c2d41   14 years michaelni Make truncated mpeg4 GOP header check a bit more specific. …
(edit) @49d57a82   14 years michaelni Apply minor cosmetics fixes to the av_audio_resample_init() doxy. …
(edit) @7562101a   14 years michaelni Document audio_resample_close(). Signed-off-by: Michael Niedermayer …
(edit) @2034ba08   14 years michaelni Detect null gop headers. Fix issue2592. / mpeg4-bad-gvop.raw
(edit) @0a18b645   14 years michaelni Make tables generation insensitive to floating-point implementation …
(edit) @c906d974   14 years michaelni Fix script command in a FAQ entry In the FAQ section "How do I encode …
(edit) @b8a613de   14 years michaelni Allow "make clean" to clean files in tools Signed-off-by: Mans …
(edit) @32fea0f9   14 years michaelni Add lavfi-showfiltfmts and graph2dot to $(TOOLS) Allow make clean to …
(edit) @31df5cb6   14 years michaelni Fix qtrle regression test, actually test qtrle. Signed-off-by: Mans …
(edit) @ae9c5ea2   14 years michaelni rtsp/rdt: Assign the RTSPStream index to AVStream->id This is used …
(edit) @b7195837   14 years michaelni Add check for Athlon64 and similar AMD processors with slow SSE2. …
(edit) @3ae4484c   14 years michaelni configure: remove early check_deps $ARCH_EXT_LIST The early disabling …
(edit) @4ae3ee4a   14 years michaelni VP8: ARM optimised decode_block_coeffs_internal Approximately 5% …
(edit) @5da7494d   14 years michaelni ARM optimised vp56_rac_get_prob() Approximately 3% faster on …
(edit) @b423996b   14 years michaelni Update overlay documentation after movie syntax update. Overlay …
(edit) @35b88696   14 years michaelni bink: reindent after last commit Signed-off-by: Janne Grunau …
(edit) @547c67c9   14 years michaelni Bink version 'b' video decoder Based on original patch by Kostya …
(edit) @b845252d   14 years michaelni lavf: deprecate AVFormatContext.index_built it's not touched anywhere …
(edit) @4f036b9f   14 years michaelni Clarify that pts_correction* fields are internal to libavcodec …
(edit) @27a275e4   14 years Carl Eugen Hoyos Set maximum lowres value for the MJPEG decoder to 3. While 4 works …
(edit) @d6705a27   14 years nicolas.george ffplay: stats: do not dereference NULL video Also: cosmetic: split …
(edit) @ccba4f4c   14 years michaelni VP8: optimized mv prediction and decoding Merge find_near_mvs and mv …
(edit) @943dc94   14 years michaelni ac3enc: Remove unneeded clipping of shift amount. s->windowed_samples …
(edit) @95234e05   14 years michaelni ac3enc: remove right shifting from lshift_tab() and make lshift …
(edit) @4ca29c6   14 years michaelni asfdec: deobfuscate reading video properties size This code will be …
(edit) @e5d4a953   14 years michaelni asfdec: split asf_read_header() Only trivial splits are done here -- …
(edit) @fe175286   14 years michaelni wtv: mark streams intended for hearing or visual impaired persons …
(edit) @d43d2197   14 years michaelni make av_find_best_stream() ignore streams marked with …
(edit) @8270db38   14 years michaelni add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIRED …
(edit) @98ec8287   14 years michaelni Remove final semicolon from some macros This avoids double semicolons …
(edit) @41bb47bf   14 years michaelni dvbsubenc: Fix placement of the object version Signed-off-by: Mans …
(edit) @4c2ce59   14 years michaelni document passing the fate samples location via make variable (cherry …
(edit) @1a089285   14 years michaelni dvbsubdec: check against buffer overreads Signed-off-by: Janne Grunau …
(edit) @20708223   14 years michaelni Do not fail DVB sub decoding because of a few padding bytes Instead …
(edit) @a30ac54a   14 years michaelni Add x86-optimized versions of exponent_min(). Signed-off-by: Ronald …
(edit) @952f2315   14 years michaelni Remove incorrect return statement from avcodec_thread_free() The …
(edit) @7e1e8bf3   14 years michaelni ivi_dsp: remove semicolons after function definitions Signed-off-by: …
(edit) @5e81cb58   14 years michaelni mov: remove stray semicolon Signed-off-by: Mans Rullgard …
(edit) @d928651   14 years michaelni asfdec: skip the stream bitrate list Its contents aren't used for …
(edit) @56a67a8d   14 years michaelni asfdec: use an ASFContext array for storing stream bitrates This will …
(edit) @26783e85   14 years michaelni asfdec: move DAR list to ASFContext This will be useful for splitting …
(edit) @9087a46d   14 years michaelni udp: Enable address reuse by default for multicast Keep the original …
(edit) @c3052f1d   14 years michaelni asfdec: remove some write-only values from the context Signed-off-by: …
(edit) @ee5bb31f   14 years michaelni Fix build with threading disabled The avcodec_thread_free() …
(edit) @74711b72   14 years michaelni w32thread: add missing #include thread.h This should fix building …
(edit) @83120e3b   14 years michaelni asf: split ASFContext into muxer and demuxer parts. Signed-off-by: …
(edit) @7ade06cc   14 years michaelni check sample_fmt in avcodec_open check AVCodecContext->sample_fmt …
(edit) @6ff532b9   14 years michaelni mpegts: remove unused macro MAX_SCAN_PACKETS Signed-off-by: Mans …
(edit) @4a5a1689   14 years michaelni vp3: Frame-based multithreading support Decode times for …
(edit) @f94317fd   14 years michaelni Add missing git rev hash. (cherry picked from commit …
Note: See TracRevisionLog for help on using the revision log.