source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @37ffba2a   14 years michaelni Communicate pulldown flags to clients to fix VC-1 playback with …
(edit) @2506ad9f   14 years michaelni Fix VC-1 playback with pulldown content The attached patch fixes the …
(edit) @2cae9809   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: fate: fix …
(edit) @3c9bfb33   14 years Aurélien Jacobs add MicroDVD muxer and demuxer Signed-off-by: Aurelien Jacobs …
(edit) @deff8a6d   14 years michaelni flvdec: fix segfault in amf_parse_object() due to NULL key fixes …
(edit) @100a6b7c   14 years michaelni ffmpeg: make 'bits_per_raw_sample' option more useful Currently …
(edit) @906fd030   14 years mans fate: fix partial run when no samples path is specified This restores …
(edit) @f7653904   14 years mans ARM: NEON fixed-point forward MDCT Signed-off-by: Mans Rullgard …
(edit) @dba9852   14 years mans ARM: NEON fixed-point FFT Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @4dcde00c   14 years anton lavf: bump minor version and add an APIChanges entry for avio changes
(edit) @8bea72f7   14 years anton avio: simplify url_open_dyn_buf_internal by using avio_alloc_context()
(edit) @0e09997f   14 years michaelni Libavcodec AC3/E-AC3/DTS decoders now output floating point data. …
(edit) @361fa0ed   14 years michaelni Float output for libavcodec AAC decoder git-svn-id: …
(edit) @ba7a2804   14 years michaelni Float output for libavcodec Vorbis decoder git-svn-id: …
(edit) @724f6a0f   14 years anton avio: make url_fdopen internal. The unbuffered URLContext API will be …
(edit) @403ee835   14 years anton avio: make url_open_dyn_packet_buf internal. It doesn't look fit to …
(edit) @6dc7d80d   14 years anton avio: avio_ prefix for url_close_dyn_buf
(edit) @b92c5452   14 years anton avio: avio_ prefix for url_open_dyn_buf
(edit) @8978feda   14 years anton avio: introduce an AVIOContext.seekable field Use it instead of …
(edit) @c9d6da73   14 years Carl Eugen Hoyos Remove superfluous free().
(edit) @79997def   14 years mans ac3enc: use generic fixed-point mdct This makes the AC3 encoder use …
(edit) @7f125c3e   14 years michaelni Move frame_pred_frame_dct check elsewhere. Fixes issue2405
(edit) @2ee45361   14 years michaelni Fix mpeg-ps misdetected as m4v. Fix issue2326 Signed-off-by: Michael …
(edit) @19457a5d   14 years michaelni Fix issue2246 ignore last ctts duration Signed-off-by: Michael …
(edit) @7d948dc   14 years michaelni Support changing pixel formats on avfilter input. Fix issue2217 …
(edit) @0b9dffc6   14 years michaelni Improve codec_tag guessing code. Signed-off-by: Michael Niedermayer …
(edit) @24009f36   14 years michaelni Make find_pix_fmt() non static Signed-off-by: Michael Niedermayer …
(edit) @bbd1c43f   14 years michaelni Dont leak sws contexts. Signed-off-by: Michael Niedermayer …
(edit) @2f9815dd   14 years michaelni fixed issue1962 EVO detection Signed-off-by: Michael Niedermayer …
(edit) @512f973e   14 years michaelni Fix issue2437
(edit) @5b56ad03   14 years michaelni Reimplement stream probe try #2 Signed-off-by: Michael Niedermayer …
(edit) @15957b1   14 years michaelni Partial rewrite stream probe code. Fix issue2312. Signed-off-by: …
(edit) @6e77feb2   14 years michaelni Dont be so picky on decoding pps in extradata. Fixes issue2517 …
(edit) @116758a3   14 years michaelni Fix yuvj420p scaling artefact, issue1108. Signed-off-by: Michael …
(edit) @1511936   14 years michaelni Correctly implement: commit c0ec9918b066c6bfca8613ac75b589bd3e405971
(edit) @fcd62e12   14 years michaelni Add sign off recommandition and definition of meaning. Signed-off-by: …
(edit) @731bf412   14 years michaelni Reword make fate patch checklist entry Signed-off-by: Michael …
(edit) @aadfc9ee   14 years anton lavfi: add fade filter Port fade filter from libavfilter soc repo, …
(edit) @233ed6b3   14 years anton Change yadif to not use out of picture lines. Fixes issue2272. …
(edit) @4e3945fd   14 years anton lavc: deprecate AVCodecContext.antialias_algo It's been unused since …
(edit) @4a49d2d5   14 years anton lavc: mark mb_qmin/mb_qmax for removal on next major bump. They've …
(edit) @f38fa75d   14 years michaelni Add or elaborate on some documentation comments in avcodec.h. …
(edit) @71aed40b   14 years michaelni patch checklist:git format-patch Signed-off-by: Michael Niedermayer …
(edit) @7d6f61b   14 years michaelni patch checklist:uggest fate instead of regression tests Signed-off-by: …
(edit) @a3b71843   14 years michaelni patch checklist:Remove pointless checkheaders comment, its just a …
(edit) @78431098   14 years michaelni lavf: inspect more frames for fps when container time base is coarse …
(edit) @f3543969   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: Fixed-point MDCT …
(edit) @85c9365d   14 years michaelni Revert "configure: use dlltools instead of lib.exe" Reason, is this …
(edit) @bc154882   14 years mans Fixed-point MDCT with 32-bit unscaled output Signed-off-by: Mans …
(edit) @679191a5   14 years michaelni yadif:Fix assert() failure Signed-off-by: Michael Niedermayer …
(edit) @c4804fe   14 years michaelni dpx:fix typo Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @ba24c5a3   14 years michaelni cosmetics: indentation Signed-off-by: Michael Niedermayer …
(edit) @4ec72005   14 years michaelni dpx encoder: support 10-bit packing method Signed-off-by: Michael …
(edit) @1b5282a2   14 years michaelni dpx decoder: read sample aspect ratio Signed-off-by: Michael …
(edit) @4ce776d6   14 years michaelni H264: fix slice end error detection Signed-off-by: Michael Niedermayer …
(edit) @0d5e6843   14 years michaelni h264: change a few comments into error messages Signed-off-by: Michael …
(edit) @ed5fcd6   14 years anton lavc: deprecate rate_emu It's not used anywhere and apparrently …
(edit) @8ed2ae09   14 years anton lavc: mark hurry_up for removal on next major bump It has been …
(edit) @9073ca6c   14 years anton parser: mark av_parser_parse() for removal on next major bump Fixes …
(edit) @6f3d3eac   14 years anton lavc: add missing audioconvert includes
(edit) @b4b167ec   14 years anton jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY
(edit) @b25d931a   14 years michaelni Fix stream mapping regression Signed-off-by: Michael Niedermayer …
(edit) @7dd29fb6   14 years stefano.sabatini-lala drawtext: extend/clarify examples in the filter description
(edit) @7e3373d2   14 years stefano.sabatini-lala drawtext: fix wrong reference in boxcolor option description
(edit) @17be8ef7   14 years stefano.sabatini-lala drawtext: add documentation for the shadow parameters
(edit) @0fff764b   14 years stefano.sabatini-lala drawtext: allow negative shadow offset values
(edit) @4defa68f   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: ac3enc: ARM …
(edit) @a2f5e14a   14 years michaelni Timeout TCP open() after 5 seconds. Signed-off-by: Michael …
(edit) @ecf94986   14 years Carl Eugen Hoyos Fix compilation with --disable-vdpau
(edit) @2a0bd2b   14 years Carl Eugen Hoyos Make a plausibility check when setting channel layout for TrueHD. …
(edit) @e1cfe04c   14 years Carl Eugen Hoyos Match the documentation of -s with the current implementation.
(edit) @aa05f21   14 years mans ac3enc: ARM optimised ac3_compute_matissa_size Signed-off-by: Mans …
(edit) @182826c8   14 years mans ac3: armv6 optimised bit_alloc_calc_bap Signed-off-by: Mans Rullgard …
(edit) @5085a1a0   14 years mans fate: simplify fft test rules Signed-off-by: Mans Rullgard …
(edit) @3c96c648   14 years anton avio: document avio_alloc_context.
(edit) @ab11317c   14 years anton lavf: make compute_chapters_end less picky. In particular, now it …
(edit) @7b9750ed   14 years Reimar.Doeffinger Fix doxy-style for comment ("/>" should be "/<" instead).
(edit) @0e635f3e   14 years anton sierravmd: fix Indeo3 videos Signed-off-by: Anton Khirnov …
(edit) @9b7a0c5d   14 years Reimar.Doeffinger Allow selecting VDPAU, XvMC via get_format for MPEG-2 To avoid …
(edit) @41327cca   14 years mans FFT: simplify fft8() Part of the fft8() function corresponds to the …
(edit) @e7c7b0d0   14 years michaelni Another aspect ratio fix try. This leaves the setdar addition at the …
(edit) @a0350330   14 years michaelni Move flv format #defines to common header so they can be used by the …
(edit) @b41a108   14 years mans fate: add fixed-point fft/mdct tests Signed-off-by: Mans Rullgard …
(edit) @6efe6028   14 years mans Fixed-point support in fft-test Signed-off-by: Mans Rullgard …
(edit) @6408529b   14 years pross Increase ffmpeg video encoding buffer size to permit encoding of DPX …
(edit) @c178fdea   14 years pross Add .dpx to the list of supported file extensions for the image2 muxer
(edit) @f339f908   14 years pross DPX image encoder
(edit) @0c4d4a93   14 years michaelni Cleanup flv keyframe index reading and add some saftey checks. …
(edit) @676d380f   14 years michaelni Fix undefined behavior in ffv1 with insane widths. The new tables is …
(edit) @29a29043   14 years anton ape: check that number of seektable entries is equal to number of …
(edit) @7ac16749   14 years michaelni Merge remote-tracking branch 'newdev/master' * newdev/master: …
(edit) @859676dd   14 years michaelni Insert setdar at the begin of a filter chain instead the end. This …
(edit) @b1ca9642   14 years michaelni Revert "Remove support for stripping executables" People did not like …
(edit) @607cd90c   14 years michaelni make image2 muxer/demuxer support sequence of individual rawvideo …
(edit) @0bb240a   14 years michaelni img2: stop using CODEC_ID_RAWVIDEO to trigger processing of …
(edit) @e006d71f   14 years anton mpegts: propagate avio EOF in read_packet() Allows distinguishing …
(edit) @1e96d4c7   14 years nicolas.george ALSA: fix a stupid bad use of av_freep. It caused a segfault when …
(edit) @1c69c79f   14 years martin configure: Initial support for --target-os=symbian Signed-off-by: …
(edit) @7087ce08   14 years mans Fixed-point FFT and MDCT
(edit) @2f97b12e   14 years mans Include dependencies for test programs This makes sure the various …
Note: See TracRevisionLog for help on using the revision log.