source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @971c469a   12 years michaelni h264: split flush_change() out of flush_dpb() Based on a patch by …
(edit) @25a0af51   12 years michaelni h264: factor get_pixel_format() out Based on patch by Janne Grunau …
(edit) @76877bea   12 years onemda au: return meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @a1d14336   12 years Clément Bœsch pp: fix a few typo in the template.
(edit) @d85854b2   12 years onemda pvfdec: drop pointless casting of buffer in ff_get_line() …
(edit) @642a655f   12 years michaelni Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8' * commit …
(edit) @e84194f0   12 years michaelni Merge commit 'ed2d7d5868a4a5d914f1e5488d63ea696a3b2937' * commit …
(edit) @af804db   12 years michaelni Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534' * commit …
(edit) @80a9297   12 years Clément Bœsch doc: remove mention of fifo filter in the introduction. It's …
(edit) @022e118e   12 years stefasab lavfi/setpts: enable debug logs, and improve/extend debug messages
(edit) @ec4a0845   12 years Carl Eugen Hoyos Show underscores in av_get_codec_tag_string().
(edit) @c5d7c7d3   12 years stefasab doc: extend "See Also" chapters in library manuals In particular, …
(edit) @9b323a9b   12 years stefasab doc: extend "See Also" chapters in component manuals In particular, …
(edit) @9d6517aa   12 years stefasab doc: extend "See Also" chapter rendering for ff* tools Add more …
(edit) @c2ac6477   12 years stefasab doc: rework synopsis section for ff* tools Fix syntax, remove …
(edit) @461716d3   12 years stefasab doc: use a common authors.texi file blurb Factorize.
(edit) @ca3d7862   12 years stefasab doc/texi2pod: rework man inclusion logic Ignore @c man begin ... @c …
(edit) @1166fc07   12 years michaelni utils: fix duration calculation for strange_duration_example.ts …
(edit) @de2022c5   12 years Clément Bœsch lavfi/gradfun: small align cosmetics.
(edit) @fea6f5e1   12 years Clément Bœsch doc/filters: reformat and rework gradfun. Note that examples are changed.
(edit) @526e2415   12 years Clément Bœsch lavfi/gradfun: support named options. This breaks usage for …
(edit) @ca83e6c   12 years Clément Bœsch fate: re-enable lavfi gradfun filter test.
(edit) @3bdd70fc   12 years Clément Bœsch lavfi/gradfun: reduce up limit for threshold. This will prevent an …
(edit) @63e1fc25   12 years Clément Bœsch lavfi/gradfun: remove rounding to match C and SSE code. There is no …
(edit) @60ba9a9a   12 years Clément Bœsch lavfi/gradfun: fix dithering in MMX code. Current dithering only use …
(edit) @49de902a   12 years Clément Bœsch lavfi/gradfun: fix rounding in MMX code. Current code divide before …
(edit) @dd8a76ab   12 years Clément Bœsch lavfi/gradfun: do not increment DC pointer for odd values. First DC …
(edit) @dea9da5f   12 years onemda qcelpdata: correct start bit for cbgain[0] in …
(edit) @c4a32d92   12 years michaelni ffmpeg: Fix shortest with libx264 Encoders that buffer a significant …
(edit) @1b9ced68   12 years stefasab MAINTAINERS: update my GPG key fingerprint
(edit) @d687b8c8   12 years Carl Eugen Hoyos Cosmetics: Reindent after last commit.
(edit) @00a62e67   12 years Carl Eugen Hoyos Do not skip three bytes and don't search for extradata in old …
(edit) @f1d8763a   12 years janne-libav mpegvideo: allocate scratch buffers after linesize is known Since we …
(edit) @ed2d7d58   12 years janne-libav ff_h264_direct_ref_list_init: fix B slice check. Fixes null pointer …
(edit) @73ad2c2f   12 years janne-libav h264: increase dist_scale_factor for up to 32 references Compute …
(edit) @9700a7a1   12 years michaelni af_apad: remove unneeded av_opt_free Signed-off-by: Michael …
(edit) @c311431e   12 years michaelni apad: add whole_len and pad_len options. These options allow padding …
(edit) @c2640146   12 years michaelni apad: fix apad_options formating Signed-off-by: Michael Niedermayer …
(edit) @b7e085a2   12 years michaelni af_apad: add user setable packet_size Signed-off-by: Michael …
(edit) @5eae7f8f   12 years michaelni avfilter: add apad filter This filter pads an audio stream with …
(edit) @5c2fc3bd   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @14f79ba1   12 years michaelni h264: remove redundant parts of old slice in extradata code. …
(edit) @99321d1   12 years michaelni h264: merge old and new "slice in extradata" checks Signed-off-by: …
(edit) @09b4ae83   12 years michaelni Merge commit '61c6eef5456f2bc8b1dc49a0a759c975551cea29' * commit …
(edit) @94ecbe23   12 years michaelni Merge commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a' * commit …
(edit) @95015634   12 years pross wtv: permit root table and first sectors to be located beyond 2GB …
(edit) @ebfb738f   12 years michaelni nutdec: sanity check r_frame_rate This fixes files that store a …
(edit) @523c7bd2   12 years diego misc typo, style and wording fixes
(edit) @ea061af1   12 years diego configure: formatting cosmetics
(edit) @c9aab8a1   12 years janne-libav h264: use mbaff ref indices in fill_colmap() only for mbaff references …
(edit) @61c6eef5   12 years janne-libav h264: prevent decoding of slice NALs in extradata It is not posible …
(edit) @8b63744f   12 years Clément Bœsch Fix "bistream" typo and add a check in tools/patcheck.
(edit) @1dd33d47   12 years stefasab doc/ffmpeg-bitstream-filters: fix typo in title
(edit) @a71de9a2   12 years Carl Eugen Hoyos Fix typo in mvc decoder.
(edit) @41bebda4   12 years michaelni mjpegenc: fix restart interval parameters for yuv444 Signed-off-by: …
(edit) @28b85b1f   12 years michaelni mjpegenc: fix YUV444 with w%16!=0 Fixes Ticket2040 Signed-off-by: …
(edit) @85e6f6d9   12 years stefasab doc/indevs: update syntax for the color filter in the lavfi device examples
(edit) @1f9855db   12 years stefasab doc/texi2pod: correctly handle @url commands in the form @url{URL,...} …
(edit) @9bba6835   12 years stefasab doc/Makefile: add docclean rule This allows to clean the doc …
(edit) @f14e2487   12 years stefasab doc/texi2pod: add support to @ifhtml and @ifnothtml directives With …
(edit) @992772b9   12 years stefasab doc: remove references to external documents Fix a few warnings …
(edit) @1d29624   12 years michaelni oggparsevorbis: check channels Fixes out of array accesses Found-by: …
(edit) @2f7465b5   12 years michaelni SAP muxer set session name from metadata Pass "title" metadata field …
(edit) @8976ef7a   12 years michaelni concatdec: change data type to suppress warning about limited range of …
(edit) @26e4f0c   12 years derek.buitenhuis doxy: Clarify what avpriv_set_pts_info does The "pts for a given …
(edit) @df0d6735   12 years derek.buitenhuis doxy: Clarify what avpriv_set_pts_info does The "pts for a given …
(edit) @c35f0e84   12 years diego au: Reorder code so that both muxer and demuxer are under #ifdefs …
(edit) @4d6c96fd   12 years diego fate: Move RALF test into lossless audio group
(edit) @81c7c81   12 years diego cosmetics: Use consistent names for multiple inclusion guards.
(edit) @8505daac   12 years michaelni Merge remote-tracking branch 'ramiro/dshow' * ramiro/dshow: dshow: …
(edit) @082dd17b   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @8d07bbca   12 years michaelni Merge commit 'f322b2073581119de5da74f92a03309a36891cfa' * commit …
(edit) @021b3497   12 years michaelni Merge commit '65e053271a98f7acf3ef6b412998cfcb44a8eef8' * commit …
(edit) @0f450ac5   12 years michaelni siff: set duration Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @fb9d5850   12 years pross isom: support SGI RLE 8-bit in QuickTime file format Signed-off-by: …
(edit) @6fb4077   12 years pross Silicon Graphics Movie (.mv) demuxer Signed-off-by: Peter Ross …
(edit) @746b1dc   12 years pross Silicon Graphics Motion Video Compressor 1 & 2 decoder Signed-off-by: …
(edit) @afa1617   12 years pross SGI RLE 8-bit decoder Signed-off-by: Peter Ross <pross@xvid.org>
(edit) @83a9f29f   12 years ramiro.polla dshow: call CoUninitialize() on dshow_read_close() Every call to …
(edit) @190f6135   12 years ramiro.polla dshow: handle events in graph Handling DirectShow events prevents …
(edit) @0cf35059   12 years justin.ruggles avresample: use valid log context in mixing functions Signed-off-by: …
(edit) @2e59142f   12 years michaelni sctp: dont abort on invalid input Fixes Ticket1865 Signed-off-by: …
(edit) @d28dfa2   12 years michaelni ac3dec: fix outptr increment. Fixes decoding regression …
(edit) @f322b207   12 years justin.ruggles lavr: only save/restore the mixing matrix if mixing is being done
(edit) @f1c2915c   12 years justin.ruggles lavr: remove automatic context close/open for resampling compensation …
(edit) @7973a075   12 years michaelni h264: Improve first slice and slice type checks This prevents a null …
(edit) @55b243ca   12 years michaelni doc/examples/resampling_audio.c: fix path Signed-off-by: Michael …
(edit) @0212c1c4   12 years Clément Bœsch swr/doxy: fix missing quote in code example.
(edit) @9ad6b13   12 years Clément Bœsch lavu/pixdesc: fix a const qualifier discarding warning.
(edit) @7fb49639   12 years Clément Bœsch lavu: make sure av_pix_fmt_desc_next returns a valid pix fmt. This is …
(edit) @e798085f   12 years martin rtpdec_vp8: Cosmetics: Fix bad alignment/indentation Signed-off-by: …
(edit) @3b2e8d1d   12 years martin rtpenc: Allow including a SDES/CNAME block in RTCP SR packets …
(edit) @65e05327   12 years martin rtpenc_vp8: Include the picture number in VP8 packets This makes it …
(edit) @cb8163d0   12 years michaelni bfi: set duration Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @de89dff8   12 years michaelni brstm: ask for samples for version != 1.0 This also avoids 2 unused …
(edit) @633ae5a2   12 years michaelni mjpegenc: fix 444 block count so it is below 10 Fixes Ticket1990 …
(edit) @5be38f94   12 years onemda brstm: add missing new line to request for sample messages …
(edit) @5b09c340   12 years michaelni doc/filters: fix "Dolby Pro Logic II" option name Signed-off-by: …
(edit) @efb4f96   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @94877aad   12 years stefasab lavfi/crop: free x and y parsed expression objects Fix leak …
Note: See TracRevisionLog for help on using the revision log.