source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ca4d71b1   13 years michaelni ffmpeg: fix reading from stdin on windows Based on code by Rolf …
(edit) @31dfc495   13 years michaelni http: Fix decetion of range support in HTTP servers currently …
(edit) @23a287e9   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @3d158538   13 years michaelni cmdutils: revert avconv rename of pathes Signed-off-by: Michael …
(edit) @6233a3a   13 years michaelni Revert "ffmpeg: remove presets." and reimplement the needed parts that …
(edit) @a4936313   13 years eclipse7 doc: issue tracking: explain the term issue Transforms the loose …
(edit) @a81319d5   13 years eclipse7 doc: issue tracking: add more vertical whitespace This change makes …
(edit) @0bd96bcc   13 years eclipse7 doc: issue tracking: fix grammar/spelling Correct a few grammar and …
(edit) @9289eada   13 years michaelni Parse MXF partitions Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @3e7e1f15   13 years michaelni mpeg4: adjust dummy frame threashold for packed divx. Fixes Ticket427 …
(edit) @6fc1299c   13 years michaelni openal-dec: fix missing list_devices unit for list_devices AVOption …
(edit) @63d2cfd1   13 years michaelni dvdec: Fix dvsd profile[1] detection. Fixes Ticket159 If someone knows …
(edit) @757b86cd   13 years alex.converse codec-regression: force vsync 0 on the me_threshold test to make sure …
(edit) @fea20d1d   13 years michaelni Revert "mjpeg: treat external huffman table setup failure as codec …
(edit) @e6ea4c71   13 years michaelni ffmpeg: Fix minor memleak of input_tmp
(edit) @94c2478d   13 years michaelni jpegdec: better rst skiping Fixes Ticket426 Signed-off-by: Michael …
(edit) @746f1f14   13 years Reimar.Doeffinger Remove unused variables. Signed-off-by: Reimar Döffinger …
(edit) @d07950f7   13 years Reimar.Doeffinger Autodetect PowerPC vs. PowerPC64. This is the same code as for …
(edit) @177aec12   13 years Reimar.Doeffinger Do not free BITMAPINFOHEADER before we are done using it. Fixes trac …
(edit) @5e2ea138   13 years Reimar.Doeffinger MJPEG: emulate EOI also on two consecutive SOI. Fixes issue #362. …
(edit) @55a1fe7a   13 years Reimar.Doeffinger Reset cur_scan at more appropriate places. Reset it when we actually …
(edit) @d5d7de76   13 years Clément Bœsch ffprobe: directly use va args in print fmt callbacks.
(edit) @58677d73   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
(edit) @acc3c38   13 years Clément Bœsch resample: fix typo (ouput → output).
(edit) @f738388b   13 years Clément Bœsch Makefile: remove unused PROGS_G.
(edit) @33d9077   13 years Clément Bœsch build: introduce --progs-suffix option.
(edit) @3dd2c8bb   13 years Clément Bœsch wav: init st to NULL to avoid a false-positive warning. If st is …
(edit) @0baf651b   13 years Clément Bœsch cmdutils: fix uninitialized variable (type) warning.
(edit) @7c14c242   13 years Clément Bœsch sws: fix a huge amount of incompatible pointer type arguments warnings.
(edit) @df8737eb   13 years Clément Bœsch ffmpeg: fix two unused variables warnings.
(edit) @b85e9d31   13 years Clément Bœsch resample: fix set but unused variable (lfe) warning.
(edit) @f067d8a6   13 years Clément Bœsch imgconvert: avoid mixed declarations and code.
(edit) @c0e8bce   13 years Carl Eugen Hoyos Fix compilation with --disable-avfilter. Fixes ticket #425.
(edit) @2f870e26   13 years michaelni jpegdec: set color_range
(edit) @62486948   13 years anton avconv: fix some bugs introduced in …
(edit) @9bc9188e   13 years anton libmp3lame: fix typo FF_API_LAME_GLOBAL_OPTIONS => …
(edit) @bea5670   13 years anton AVOptions: drop av_ prefix from static av_get_number().
(edit) @14400374   13 years anton libx264: use X264_THREADS_AUTO constant instead of 0.
(edit) @3584b01e   13 years michaelni ffmpeg: Fix typos introduced in: commit …
(edit) @a538e0f9   13 years michaelni vc1: loose one line difference to qatar. This should make no …
(edit) @f5bda9f   13 years michaelni mpeg4: fix typo in mpeg4_encode_gop_header() Found-by: ubitux …
(edit) @aebb56e1   13 years michaelni Replace some commented-out debug printf() / av_log() messages with …
(edit) @8c6fde8c   13 years michaelni APIchanges: remove "deprecate url_feof" url_feof() is usefull when a …
(edit) @0ed7bc49   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (31 …
(edit) @5d06f152   13 years anton libx264: set default thread count to 0 (auto)
(edit) @a9c69362   13 years stefano.sabatini-lala vsink_buffer: fix void pointer dereference in …
(edit) @6da590d0   13 years stefano.sabatini-lala lavdev/lavfi: add debug traces in lavfi_read_packet()
(edit) @22ee131e   13 years stefano.sabatini-lala vf_yadif: add support to yuva420p
(edit) @f013cb81   13 years anton lavc: cosmetics, group deprecated codec flags
(edit) @aed79007   13 years anton mpeg12: add 'scan_offset' private option. Deprecate …
(edit) @4bcee8e7   13 years anton h263/p encoder: add 'structured_slices' private option. Deprecate …
(edit) @0d904de8   13 years anton h263/p encoder: add 'obmc' private option. Deprecate CODEC_FLAG_OBMC
(edit) @e3922d11   13 years anton h263p encoder: add 'aiv' private option. Deprecate CODEC_FLAG_H263P_AIV
(edit) @9bb2d1a3   13 years anton h263p encoder: add 'umv' private option. Deprecate CODEC_FLAG_H263P_UMV
(edit) @0e5d3730   13 years anton mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option. …
(edit) @1f0c7020   13 years anton mjpegdec: add 'extern_huff' private option. Deprecate …
(edit) @4623420d   13 years anton mpeg4enc: add 'data_partitioning' private option. Deprecate …
(edit) @0cc06b9e   13 years anton snow: add 'memc_only' private option. Deprecate CODEC_FLAG2_MEMC_ONLY
(edit) @0dc5e12f   13 years anton libx264: add 'mbtree' private option. Deprecate CODEC_FLAG2_MBTREE
(edit) @38934f19   13 years anton libx264: add 'psy' private option. Deprecate CODEC_FLAG2_PSY
(edit) @a7cec3a0   13 years anton libmp3lame: add 'reservoir' private option. Deprecate …
(edit) @88262ca8   13 years anton mpeg2enc: add 'non_linear_quant' private option Deprecate …
(edit) @2c5e1efc   13 years anton mpeg12enc: add drop_frame_timecode private option. Deprecate …
(edit) @297d9cb3   13 years anton mpeg12enc: add intra_vlc private option. Deprecate CODEC_FLAG2_INTRA_VLC.
(edit) @d2f119a1   13 years anton VC1: Support dynamic dimension changes Fixes SA00072, SA00073, …
(edit) @a18e04bc   13 years anton mjpeg: treat external huffman table setup failure as codec init …
(edit) @7485e547   13 years anton lavc: deprecate CODEC_FLAG2_BRDO It's been unused for the last 3 years.
(edit) @cf90c5d0   13 years anton libx264: add 'aud' private option. Deprecate CODEC_FLAG2_AUD.
(edit) @3b82aeee   13 years anton libx264: add 'fast-pskip' private option. Deprecate CODEC_FLAG2_FASTPSKIP.
(edit) @373257fa   13 years anton libx264: add '8x8dct' private option. Deprecate CODEC_FLAG2_8X8DCT.
(edit) @eab21c32   13 years anton libx264: add 'mixed-refs' private option. Deprecate …
(edit) @0f29699d   13 years anton libx264: add 'weightb' private option. Deprecate CODEC_FLAG2_BPYRAMID.
(edit) @34dda12   13 years anton libx264: add 'b-pyramid' private option. Deprecate CODEC_FLAG2_BPYRAMID.
(edit) @5d4a1048   13 years anton libx264: add 'intra-refresh' private option. Deprecate …
(edit) @faaecd47   13 years anton libx264: add 'ssim' private option. Deprecate CODEC_FLAG2_SSIM.
(edit) @3b81636f   13 years anton libx264: make options compatible with x264 Replace '_' with '-', …
(edit) @dde37293   13 years lu_zero avcodec: remove misleading comment coded_width is the width before …
(edit) @66ce282   13 years michaelni h264: clean all non null elements of delayed_pic[] Signed-off-by: …
(edit) @b955ab2f   13 years michaelni h264: change MAX_DELAYED_PIC_COUNT check to av_assert0 Signed-off-by: …
(edit) @76ba894e   13 years michaelni Merge commit 'f593628e5868e52a46de666767896c6afcebdae4' * commit …
(edit) @a9424d2   13 years Carl Eugen Hoyos Support speex in avi.
(edit) @595cfdef   13 years michaelni vf_drawtext: add basetime argument to allow specifying the wall clock …
(edit) @cc2b4e88   13 years michaelni libavfilter/graphparser: Avoid spaces in filter instance names. This …
(edit) @7c3f4fb4   13 years michaelni ffmpeg: ffmpeg: fix reading commands from the keyboard Signed-off-by: …
(edit) @2e2594ca   13 years anton avconv: remove -threads option. It's only shadowing the AVOption with …
(edit) @e312543c   13 years michaelni ffmpeg: fix reading commands from stdin Signed-off-by: Michael …
(edit) @3016c7f5   13 years michaelni vf_drawtext: fix segfault on reinit Signed-off-by: Michael …
(edit) @f593628e   13 years alex.converse avconv: Replace raw picture frame swapping hack.
(edit) @e01770ba   13 years michaelni fate: Switch default tool to test from avconv to ffmpeg …
(edit) @4bb2a74f   13 years michaelni ffmpeg: re-add nb_streams to InputFile. It was mistakenly removed in …
(edit) @ff037c54   13 years michaelni ffmpeg: Replace goto redo on decode fail with continue. This checks …
(edit) @cf89e55a   13 years michaelni ffmpeg: Remove dead store.
(edit) @08fe874f   13 years michaelni ffmpeg: use av_clip_int16 for audio clipping
(edit) @ef24426   13 years michaelni ffmpeg: switch stream mapping print code to qatars variant Author of …
(edit) @10c3b033   13 years michaelni ffmpeg: move the avcodec_find_decoder() call to add_input_streams(). …
(edit) @93ed69ad   13 years michaelni ffmpeg: Separate initialization from the main transcode loop.
(edit) @e5362cec   13 years michaelni ffmpeg: reset input_ts_offset between files. Signed-off-by: Alex …
(edit) @38064945   13 years michaelni ffmpeg: call flush_encoders() from transcode() directly. And remove …
(edit) @d73e8ca   13 years michaelni ffmpeg: fix broken indentation. Signed-off-by: Alex Converse …
(edit) @877ba7b4   13 years michaelni ffmpeg: rescue poor abused limit_filesize global. Keep a …
Note: See TracRevisionLog for help on using the revision log.