source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a8c2ff2c   13 years michaelni Revert "lavc: remove a half-working attempt at different defaults for …
(edit) @3602ad7e   13 years michaelni Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf' * commit …
(edit) @3b2d285a   13 years michaelni Merge branch 'sws_32bit_integration' * sws_32bit_integration: …
(edit) @46b32b51   13 years michaelni regtests/sws: update checksums for recent changes Signed-off-by: …
(edit) @e1d9cee1   13 years michaelni sws: dont mess with XInc when the code needing it isnt used …
(edit) @29fb1b5a   13 years michaelni sws: Fix chroma init for 32bit buffers. Signed-off-by: Michael …
(edit) @c59f9a68   13 years michaelni swscale: error dithering for 16/9/10-bit to 8-bit. Based on a …
(edit) @93a10dd5   13 years michaelni swscale: fix overflow in 16-bit vertical scaling. We operated on …
(edit) @71a04bc1   13 years michaelni swscale: fix crash in 8-bpc bilinear output without alpha. We …
(edit) @ac9ac45a   13 years michaelni swscale: fix 16-bit scaling when output is 8-bits. We would use the …
(edit) @08b57574   13 years michaelni sws: fix non native endian 9-15 bit input with 16bit out
(edit) @ca78fa24   13 years michaelni sws: disable scale16 when int32 is used
(edit) @987e4c17   13 years michaelni sws: fix rgb -> 16bit
(edit) @b5ff6169   13 years michaelni sws: fix uv overwrite in 32bt
(edit) @d2c910b9   13 years michaelni sws: fix gray16_1
(edit) @94702054   13 years michaelni sws:ix yuv2rgb48_1_c_template()
(edit) @ae05dd87   13 years michaelni sws: fix 16/32 bug from merge
(edit) @948ccdad   13 years michaelni swscale: for >8bit scaling, read in native bit-depth. For 9/10bit, it …
(edit) @f2db5602   13 years michaelni Merge branch 'ronalds_buggy_gt8bit_sws' * ronalds_buggy_gt8bit_sws: …
(edit) @142e76f1   13 years rsbultje swscale: fix crash with dithering due incorrect offset calculation. …
(edit) @fdb94444   13 years mans matroskadec: fix stupid typo (!= -> ==) Signed-off-by: Mans Rullgard …
(edit) @3e5cce81   13 years diego build: remove duplicates from order-only directory prerequisite list …
(edit) @28e1c979   13 years mans build: rework rules for things in the tools dir Declaring tools …
(edit) @3743ea1f   13 years Carl Eugen Hoyos Hint why SDL_Init() may have failed.
(edit) @fb464fc   13 years Carl Eugen Hoyos Match VA-API / VDPAU with zlib / bzlib build system documentation.
(edit) @b695256   13 years mans configure: fix --cpu=host with gcc 4.6 The output from -v with gcc …
(edit) @11043d80   13 years mans ARM: use const macro to define constant data in asm Signed-off-by: …
(edit) @39c2a6bf   13 years mans bitdepth: simplify FUNC/FUNCC macros Signed-off-by: Mans Rullgard …
(edit) @710b8df9   13 years mans dsputil: remove ff_emulated_edge_mc macro used in one place This …
(edit) @0f6fc866   13 years mans 9/10-bit: simplify clipping macros Signed-off-by: Mans Rullgard …
(edit) @f47ac3c6   13 years anton matroskadec: reindent
(edit) @31ad14c2   13 years anton matroskadec: defer parsing of cues element until we seek. This …
(edit) @58174293   13 years stefano.sabatini-lala examples/muxing.c: remove doxy reference to unexisting file
(edit) @fcc7d869   13 years stefano.sabatini-lala doc/examples: add decoding/filtering example program
(edit) @c762f9fa   13 years stefano.sabatini-lala examples/encoding.c: remove unnecessary includes Simplify.
(edit) @2e5a9e58   13 years stefano.sabatini-lala examples/encoding.c: use av_image_alloc() for allocating an image …
(edit) @24207636   13 years stefano.sabatini-lala graphparser: simplify condition in avfilter_graph_parse() Since …
(edit) @84626b3   13 years anton lavc: add support for codec-specific defaults.
(edit) @71a861cf   13 years anton lavc: make avcodec_alloc_context3 officially public. Deprecate …
(edit) @18c007ba   13 years anton lavc: remove a half-working attempt at different defaults for …
(edit) @9b83919f   13 years anton ac3dec: add a drc_scale private option Deprecate corresponding …
(edit) @a67c061e   13 years anton lavf: add avformat_find_stream_info() It supports passing options to …
(edit) @0b950fe2   13 years anton lavc: introduce avcodec_open2() as a replacement for avcodec_open(). …
(edit) @2f56a97f   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (22 …
(edit) @7f7dc4f   13 years jason H.264: fix filter_mb_fast with 4:4:4 + 8x8dct
(edit) @e35c674d   13 years justin.ruggles alsa: limit buffer_size to 32768 frames. In testing, the file output …
(edit) @8bfd7f6a   13 years justin.ruggles alsa: fallback to buffer_size/4 for period_size. buffer_size/4 is the …
(edit) @4c989761   13 years diego doc: replace @pxref by @ref where appropriate
(edit) @f98c9fb2   13 years rsbultje mpeg1video: don't abort if thread_count is too high. Instead, just …
(edit) @a7d3a51d   13 years Joakim Plate cosmetic: reindent of dxva2 zigzag workaround
(edit) @6dabe0f   13 years Joakim Plate Added ability to enable workaround for dxva2 decoding using older ATI …
(edit) @43e96d04   13 years Carl Eugen Hoyos Support gsm_ms in caf files.
(edit) @84d098d9   13 years rsbultje segafilm: add support for videos with cri adx adpcm Signed-off-by: …
(edit) @a7aabda2   13 years stefano.sabatini-lala examples/encoding.c: replace "this library" with "libavcodec" in doxy …
(edit) @ffe3856d   13 years stefano.sabatini-lala examples/encoding.c: remove reference to unexisting file
(edit) @26f37398   13 years stefano.sabatini-lala examples/muxing.c: set sample format for encoding This is required, …
(edit) @99fecc64   13 years anton gxf: Fix 25 fps DV material in GXF being misdetected as 50 fps Set DV …
(edit) @d8dbe202   13 years diego libxvid: Add const qualifier to silence compiler warning. …
(edit) @58257ea2   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (28 …
(edit) @6a2176a   13 years jason H.264: improve qp_thresh check Eliminate redundant check in …
(edit) @99b6d2c0   13 years jason H.264: use fill_rectangle in CABAC decoding
(edit) @298e52c9   13 years jason H.264: Remove redundant hl_motion_16/8 code
(edit) @ef0c5948   13 years jason H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIP
(edit) @5136ba7c   13 years jason H.264: faster P-SKIP decoding Inline the relevant parts of …
(edit) @bbdd52ed   13 years jason H.264: av_always_inline some more functions These weren't getting …
(edit) @c0483d0c   13 years rsbultje H.264: Add x86 assembly for 10-bit H.264 predict functions Mainly …
(edit) @971c0406   13 years michaelni make the RELEASE file say git and not 0.7 Signed-off-by: Michael …
(edit) @5c391a16   13 years rsbultje swscale: rename uv_off/uv_off2 to uv_off_px/byte.
(edit) @1ce724e   13 years rsbultje swscale: implement error dithering in planarCopyWrapper. Based on a …
(edit) @4e3e333a   13 years rsbultje swscale: error dithering for 16/9/10-bit to 8-bit. Based on a …
(edit) @7d7bacf0   13 years rsbultje swscale: fix overflow in 16-bit vertical scaling. We operated on …
(edit) @bf2cba45   13 years rsbultje swscale: fix crash in 8-bpc bilinear output without alpha. We …
(edit) @f44d50a9   13 years rsbultje swscale: fix 16-bit horizontal scaling underflow. When using e.g. …
(edit) @42d622fa   13 years rsbultje swscale: fix 16-bit scaling when output is 8-bits. We would use the …
(edit) @bda168d2   13 years anton mp3enc: write a xing frame containing number of frames in the file
(edit) @1c6d2b7d   13 years anton lavf: update AVStream.nb_frames when muxing.
(edit) @e98bc78c   13 years anton ffmpeg: remove unused variables from InputStream.
(edit) @a58db9d2   13 years anton doc: update ffmpeg -ar and -ac documentation to reflect reality.
(edit) @20f9f21f   13 years anton ffmpeg: remove pointless if (nb_input_files) It's required to be …
(edit) @27e91f3   13 years anton ffmpeg: merge input_files_ts_offset into input_files.
(edit) @9e253c13   13 years anton ffmpeg: merge input_codecs into input_streams. There's no point in …
(edit) @17c8cc55   13 years anton ffmpeg: drop AV prefixes from struct names. Those are reserved for …
(edit) @f5302e5   13 years anton ffmpeg: deprecate loop_input and loop_output options They were …
(edit) @d31e3f7   13 years anton gif: add loop private option. Deprecate AVFormatContext.loop_output.
(edit) @6002fdef   13 years anton img2: add loop private option. Deprecate AVFormatContext.loop_input.
(edit) @a726d7fd   13 years anton AVOptions: in av_opt_find() don't return named constants unless unit …
(edit) @ce558c8f   13 years anton x11grab: replace undocumented nomouse hackery with a private option.
(edit) @8c28e01d   13 years anton dict: extend documentation.
(edit) @fdaf1d06   13 years mans lls: whitespace cosmetics Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @a3a94e14   13 years martin docs: Use proper markup for a literal command line option …
(edit) @a0db0b30   13 years martin docs: Remove a remark that isn't relevant any longer Now the bin …
(edit) @37e6e6d3   13 years martin docs: Explain how to regenerate import libraries with MSVC tools …
(edit) @b8272cc2   13 years martin docs: Mention that libraries for MSVC can be built with a cross …
(edit) @e4e3cdc6   13 years martin docs: Remove old docs that mention setting up a build environment with …
(edit) @b369f327   13 years martin docs: Mention the upstream bugzilla url about the dlltool vs MSVC …
(edit) @ecf86e1a   13 years mans dnxhd: prettify tables Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @a953577b   13 years stefano.sabatini-lala examples: move metadata-example.c to doc/examples
(edit) @5d1b39f7   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @51915cfa   13 years diego flashsv: inline copy_region() into flashsv_decode_frame()
(edit) @49049956   13 years diego avutil: Add missing test programs to Makefile.
Note: See TracRevisionLog for help on using the revision log.