source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3c33c0e2   14 years janne-ffmpeg lavf: print stream disposition in dump_stream_format Signed-off-by: …
(edit) @57f2c9ae   14 years janne-ffmpeg spdifenc: fix byte order on big-endian systems There is a check for …
(edit) @482d98f6   14 years janne-ffmpeg spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI Signed-off-by: …
(edit) @23153921   14 years mans bink: permute Bink version 'b' quant matrices by inverse scan order …
(edit) @cb62510c   14 years mans bink: simplify how quantization matrices are passed to …
(edit) @f344903c   14 years mans Fix MMX rgb24 to yuv conversion with gcc 4.6 When built with gcc 4.6, …
(edit) @44b11207   14 years mans movenc: Force first sample as SYNC Signed-off-by: Mans Rullgard …
(edit) @47d62c96   14 years mans Make tables generation insensitive to floating-point implementation …
(edit) @e063f588   14 years mans Fix script command in a FAQ entry In the FAQ section "How do I encode …
(edit) @4032137   14 years mans Allow "make clean" to clean files in tools Signed-off-by: Mans …
(edit) @cd6a5a57   14 years mans Add lavfi-showfiltfmts and graph2dot to $(TOOLS) Allow make clean to …
(edit) @646739a0   14 years mans Fix qtrle regression test, actually test qtrle. Signed-off-by: Mans …
(edit) @b2dd842d   14 years rsbultje rtsp/rdt: Assign the RTSPStream index to AVStream->id This is used …
(edit) @74b1f968   14 years rsbultje Add check for Athlon64 and similar AMD processors with slow SSE2. …
(edit) @2a03e873   14 years rsbultje Add missing terminating backslash
(edit) @4b88420   14 years mans configure: remove early check_deps $ARCH_EXT_LIST The early disabling …
(edit) @a7878c9f   14 years mans VP8: ARM optimised decode_block_coeffs_internal Approximately 5% …
(edit) @7da48fd0   14 years mans ARM optimised vp56_rac_get_prob() Approximately 3% faster on …
(edit) @aa8ac53b   14 years mans Update overlay documentation after movie syntax update. Overlay …
(edit) @adb1ad0d   14 years janne-ffmpeg bink: reindent after last commit Signed-off-by: Janne Grunau …
(edit) @e00f41d5   14 years janne-ffmpeg Bink version 'b' video decoder Based on original patch by Kostya …
(edit) @b0294c80   14 years rsbultje lavf: deprecate AVFormatContext.index_built it's not touched anywhere …
(edit) @0605cb43   14 years rsbultje vorbis dec: Remove obsolete comment Signed-off-by: Michael …
(edit) @4f03c5d7   14 years rsbultje vorbis dec: cosmetics: Indent consistently Signed-off-by: Michael …
(edit) @97f5f971   14 years rsbultje vorbis dec: cosmetics: Indent CPP cond properly Signed-off-by: …
(edit) @07f0654   14 years rsbultje vorbis dec: Delete useless scopes, and reindent after scope deletion …
(edit) @f3d09d44   14 years jason VP8: optimized mv prediction and decoding Merge find_near_mvs and mv …
(edit) @626264b1   14 years mans ac3enc: Remove unneeded clipping of shift amount. s->windowed_samples …
(edit) @d4582889   14 years mans ac3enc: remove right shifting from lshift_tab() and make lshift …
(edit) @0b1d291a   14 years rsbultje asfdec: deobfuscate reading video properties size This code will be …
(edit) @c1fea230   14 years rsbultje asfdec: split asf_read_header() Only trivial splits are done here -- …
(edit) @68137ba3   14 years janne-ffmpeg wtv: mark streams intended for hearing or visual impaired persons …
(edit) @52091491   14 years janne-ffmpeg make av_find_best_stream() ignore streams marked with …
(edit) @12c14cd   14 years janne-ffmpeg add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIRED …
(edit) @44adbeb   14 years mans Remove final semicolon from some macros This avoids double semicolons …
(edit) @df211c3a   14 years mans dvbsubenc: Fix placement of the object version Signed-off-by: Mans …
(edit) @5c19f64c   14 years janne-ffmpeg document passing the fate samples location via make variable
(edit) @493aa30a   14 years janne-ffmpeg dvbsubdec: check against buffer overreads Signed-off-by: Janne Grunau …
(edit) @4a72765a   14 years janne-ffmpeg Do not fail DVB sub decoding because of a few padding bytes Instead …
(edit) @dda3f0ef   14 years rsbultje Add x86-optimized versions of exponent_min(). Signed-off-by: Ronald …
(edit) @b4668274   14 years mans Remove incorrect return statement from avcodec_thread_free() The …
(edit) @dbb09ec2   14 years mans ivi_dsp: remove semicolons after function definitions Signed-off-by: …
(edit) @628b16f4   14 years mans mov: remove stray semicolon Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @d7a5106e   14 years rsbultje asfdec: skip the stream bitrate list Its contents aren't used for …
(edit) @7c725380   14 years rsbultje asfdec: use an ASFContext array for storing stream bitrates This will …
(edit) @d42b0972   14 years rsbultje asfdec: move DAR list to ASFContext This will be useful for splitting …
(edit) @00952be4   14 years rsbultje udp: Enable address reuse by default for multicast Keep the original …
(edit) @569ff021   14 years mans asfdec: remove some write-only values from the context Signed-off-by: …
(edit) @9a77a92c   14 years mans Fix build with threading disabled The avcodec_thread_free() …
(edit) @aef669cd   14 years mans w32thread: add missing #include thread.h This should fix building …
(edit) @4bc328a2   14 years rsbultje asf: split ASFContext into muxer and demuxer parts. Signed-off-by: …
(edit) @2cfa2d92   14 years rsbultje check sample_fmt in avcodec_open check AVCodecContext->sample_fmt …
(edit) @f4c79d1e   14 years mans mpegts: remove unused macro MAX_SCAN_PACKETS Signed-off-by: Mans …
(edit) @d23845f3   14 years rsbultje vp3: Frame-based multithreading support Decode times for …
(edit) @f2146944   14 years rsbultje Add missing git rev hash.
(edit) @c0b102ca   14 years rsbultje Deprecate avcodec_thread_init() As a side effect of the last commit, …
(edit) @8e8cc52b   14 years rsbultje Add missing git rev hash.
(edit) @37b00b47   14 years rsbultje Frame-based multithreading framework using pthreads See …
(edit) @c2bd757   14 years rsbultje Add missing git revision hask.
(edit) @e4e234fa   14 years mans asf: make ff_guidcmp inline and move it to asf.h Signed-off-by: Mans …
(edit) @c7ac200d   14 years jason Update qmin/qmax values for libx264 presets Also allow qmin/qmax to …
(edit) @f7f8120f   14 years jason Fix broken vbv_buffer_init handling in libx264.c Due to being …
(edit) @62457f90   14 years jason VP8: idct_mb optimizations Currently uses AV_RL32 instead of …
(edit) @17cf7c68   14 years rsbultje Fix ff_emu_edge_core_sse() on Win64. Fix emu_edge_v_extend_15 to be …
(edit) @3940caad   14 years rsbultje lavf: rename ff_probe_input_buffer to make it public It is useful for …
(edit) @aad216fd   14 years rsbultje lavf: simplify pb parameter of ff_probe_input_buffer There is no need …
(edit) @4d016dd4   14 years rsbultje lavf: update ff_probe_input_buffer documentation It never reopens the …
(edit) @6bd69e6a   14 years mans oggdec: Fix incorrect assumption about header/data interleaving …
(edit) @f59c4bd6   14 years mans Fix HOSTLIBS on Haiku Haiku does not have a separate libm, so do not …
(edit) @87800dc2   14 years siretart Documentation updates for the git migration This cleanup patch …
(edit) @ae210479   14 years mans logging: downgrade recoverable errors to warnings In all 3 cases, the …
(edit) @7ab8758b   14 years janne-ffmpeg add APIChanges entry for fe9a3fb
(edit) @440b616   14 years janne-ffmpeg h264: define FF_PROFILE_H264_HIGH_444 to the correct value It was …
(edit) @9409c381   14 years janne-ffmpeg libavfilter: add video movie source See thread: Subject: [PATCH] …
(edit) @0cad24ce   14 years janne-ffmpeg Apply misc fixes to the image2 muxer documentation. The fixes were …
(edit) @77d4ed7a   14 years janne-ffmpeg Add documentation for the framecrc muxer. Signed-off-by: Janne Grunau …
(edit) @a4effe43   14 years janne-ffmpeg Add documentation for the crc muxer. Signed-off-by: Janne Grunau …
(edit) @f4acb837   14 years janne-ffmpeg Document null muxer. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(edit) @a1c1d3c0   14 years mans VP8: ARM NEON optimisations for dsp functions This adds NEON …
(edit) @5bea615d   14 years mans dvbsubdec: pass correct input buffer size In some places, dvbsubdec …
(edit) @90e8a9c3   14 years rsbultje Remove Xan WC4 cruft from xan.c Signed-off-by: Ronald S. Bultje …
(edit) @44ddfd47   14 years rsbultje Xan4 decoder Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(edit) @95ec3d4   14 years rsbultje matroskadec: add generic element length validation. This validate the …
(edit) @69ff1492   14 years rsbultje Fix compile warning. Change int64_t into a int, which caused this …
(edit) @47fdf00a   14 years rsbultje avidec: simplify read_gab2_sub Use avio functions instead of …
(edit) @19711af5   14 years rsbultje lavf: move internal functions from avformat.h to internal.h …
(edit) @b3190529   14 years rsbultje Make av_set_pts_info keep previous time base if new one is invalid. …
(edit) @a351110e   14 years rsbultje Always use av_set_pts_info to set the stream time base. …
(edit) @ed19faf   14 years rsbultje pass QDMC extradata to the decoder Makes playing QDMC files in …
(edit) @48545a8f   14 years rsbultje configure: check yasm/nasm for working pextrd opcode NASM versions …
(edit) @84ae8936   14 years rsbultje Make inter_rvlc and intra_rvlc static tables. Signed-off-by: Ronald …
(edit) @ae0f8a1a   14 years rsbultje Fill in missing date.
(edit) @efdd67cb   14 years rsbultje Update MINOR and set git rev for non-blocking flag API addition.
(edit) @c2fcd0a7   14 years rsbultje Replace remaining occurrences of deprecated CH_* with AV_CH_* …
(edit) @ad3cffb6   14 years rsbultje Non-blocking protocol: TCP Signed-off-by: Nicolas George …
(edit) @90441276   14 years rsbultje Non-blocking protocol: core wrapper functions Signed-off-by: Nicolas …
(edit) @fe174fc8   14 years rsbultje Non-blocking protocols: flag and documentation Signed-off-by: Nicolas …
(edit) @f4a86bc9   14 years rsbultje Set channel_layout for mpegaudio Signed-off-by: Ronald S. Bultje …
(edit) @5a6de4e7   14 years rsbultje mp3enc: write ISO8859-1 instead of UTF-16 when possible …
(edit) @74571e33   14 years rsbultje reindent after last commit Signed-off-by: Ronald S. Bultje …
Note: See TracRevisionLog for help on using the revision log.