source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @40ea3438   12 years michaelni Merge commit 'c661cb6672af5ebcb900ec8766b24761bd2ab011' * commit …
(edit) @174c483e   12 years Clément Bœsch lavfi/select: fix compilation with avcodec disabled.
(edit) @974ac57   12 years michaelni astenc: Remove two AVRationals with denominator 1 They are completely …
(edit) @8525fa7c   12 years michaelni h264: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @a46c5657   12 years michaelni ffmpeg_opt: fix pointer types Signed-off-by: Michael Niedermayer …
(edit) @73db0bf1   12 years michaelni mpegvideo: increase scratchpad sizes These where reduced in …
(edit) @53fa6f58   12 years Clément Bœsch doc/general: sort subtitles formats.
(edit) @e5e5664c   12 years Clément Bœsch fate: add and fix subtitles dependencies.
(edit) @7e900538   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @1667152a   12 years michaelni Merge commit 'acb571c89a065d943163c11efb46de35774f1909' * commit …
(edit) @ba4bcb19   12 years michaelni cmdutils: implement debug/fdebug log level update differently. The …
(edit) @af4b1c0   12 years michaelni Merge commit '77bd1bc73a1946b0f0ce09a7cbb242a65e138d06' * commit …
(edit) @52b86647   12 years Clément Bœsch doc/faq: move filter links to the ffmpeg-filters.html page.
(edit) @521a963   12 years Clément Bœsch doc/faq: improve concatenation entry.
(edit) @cb0881c7   12 years Clément Bœsch ffmpeg: use GROW_ARRAY in opt_map_channel.
(edit) @61bc3d80   12 years michaelni Merge commit '0ec1642b60a5b1a4d913e2b9e3899173dff77e7a' * commit …
(edit) @33f9b243   12 years michaelni Merge commit '8c9af5b2051b9927f845c7afdfeb30b82670ee77' * commit …
(edit) @465c7de7   12 years michaelni Merge commit 'a01c02bcff755a7891f777706b27452203aac71e' * commit …
(edit) @c661cb66   12 years anton cmdutils: pass number of groups to split_commandline(). This makes …
(edit) @330983b7   12 years michaelni Merge commit '10bca66101b79954512cd9d8ee20c3bc4513adf3' * commit …
(edit) @f61498e1   12 years michaelni Merge commit '9e696d2e5ffaa763c564682ec18c3b51b3e5fccc' Merge only …
(edit) @ca4dd381   12 years michaelni h264: use must_reinit to simplify code Signed-off-by: Michael …
(edit) @af0fafcb   12 years michaelni h264: decode_update_thread_context() copy parameter sets before using …
(edit) @e33811b   12 years michaelni h264: remove reschange blocking Signed-off-by: Michael Niedermayer …
(edit) @c2dfb1e3   12 years michaelni h264: support frame size changes with multi threading Based on code …
(edit) @7e6c6839   12 years michaelni ffmpeg_filter: use frame instead of decoder context pixel format …
(edit) @04a530f7   12 years michaelni ffmpeg_filter: use frame dimensions instead of decoder context …
(edit) @8ea4a553   12 years michaelni h264: move h264_set_parameter_from_sps() call up Signed-off-by: …
(edit) @afc03268   12 years michaelni h264: move list_count and current_slice reset to flush_change() …
(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) @bb2bab92   12 years janne-libav mov: handle h263 and flv1 for codec_tag 'H','2','6','3' The sample in …
(edit) @e84194f0   12 years michaelni Merge commit 'ed2d7d5868a4a5d914f1e5488d63ea696a3b2937' * commit …
(edit) @af804db   12 years michaelni Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534' * commit …
(edit) @1c8bf3bf   12 years janne-libav h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profiles Fixes …
(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) @45635885   12 years janne-libav mpegvideo: increase edge_emu_buffer size for VC1 The VC1 decoder uses …
(edit) @a34d9ad9   12 years lu_zero lavc: merge latest x86inc.asm fixes with x264 Unbreak NASM support. …
(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) @acb571c8   12 years janne-libav avcodec: bump minor for adaptive h264 frame-mt Also adds forgotten …
(edit) @e82cb79a   12 years anton avconv: pass the actually selected decoder to filter_codec_opts().
(edit) @77bd1bc7   12 years anton avconv: use new options parser.
(edit) @0ec1642b   12 years anton cmdutils: don't log an error in opt_default(). It results in spurious …
(edit) @8c9af5b2   12 years anton cmdutils: add a commandline pre-parser. It splits the commandline …
(edit) @a01c02bc   12 years anton cmdutils: split parse_option(). Separate the code that searches for …
(edit) @10bca661   12 years anton cmdutils: add a macro to simplify grow_array() calls.
(edit) @9e696d2e   12 years janne-libav h264: support frame parameter changes during frame-mt Fixes CVE-2012-2782.
(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 …
Note: See TracRevisionLog for help on using the revision log.