OSDN Git Service

coroid/ffmpeg_saccubus.git
2011-07-11 Michael NiedermayerMerge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'
2011-07-11 Michael NiedermayerMerge branch 'sws_32bit_integration'
2011-07-11 Michael Niedermayerregtests/sws: update checksums for recent changes
2011-07-11 Michael Niedermayersws: dont mess with XInc when the code needing it isnt...
2011-07-11 Michael Niedermayersws: Fix chroma init for 32bit buffers.
2011-07-11 Ronald S. Bultjeswscale: error dithering for 16/9/10-bit to 8-bit.
2011-07-11 Ronald S. Bultjeswscale: fix overflow in 16-bit vertical scaling.
2011-07-11 Ronald S. Bultjeswscale: fix crash in 8-bpc bilinear output without...
2011-07-11 Ronald S. Bultjeswscale: fix 16-bit scaling when output is 8-bits.
2011-07-11 Michael Niedermayersws: fix non native endian 9-15 bit input with 16bit out
2011-07-11 Michael Niedermayersws: disable scale16 when int32 is used
2011-07-11 Michael Niedermayersws: fix rgb -> 16bit
2011-07-11 Michael Niedermayersws: fix uv overwrite in 32bt
2011-07-11 Michael Niedermayersws: fix gray16_1
2011-07-11 Michael Niedermayersws:ix yuv2rgb48_1_c_template()
2011-07-11 Michael Niedermayersws: fix 16/32 bug from merge
2011-07-11 Ronald S. Bultjeswscale: for >8bit scaling, read in native bit-depth.
2011-07-11 Michael NiedermayerMerge branch 'ronalds_buggy_gt8bit_sws'
2011-07-10 Anton Mitrofanovswscale: fix crash with dithering due incorrect offset...
2011-07-10 Anton Khirnovmatroskadec: fix stupid typo (!= -> ==)
2011-07-10 Diego Biurrunbuild: remove duplicates from order-only directory...
2011-07-10 Mans Rullgardbuild: rework rules for things in the tools dir
2011-07-10 Carl Eugen... Hint why SDL_Init() may have failed.
2011-07-10 Carl Eugen... Match VA-API / VDPAU with zlib / bzlib build system...
2011-07-10 Mans Rullgardconfigure: fix --cpu=host with gcc 4.6
2011-07-10 Mans RullgardARM: use const macro to define constant data in asm
2011-07-10 Mans Rullgardbitdepth: simplify FUNC/FUNCC macros
2011-07-10 Mans Rullgarddsputil: remove ff_emulated_edge_mc macro used in one...
2011-07-10 Mans Rullgard9/10-bit: simplify clipping macros
2011-07-10 Anton Khirnovmatroskadec: reindent
2011-07-10 Aaron Colwellmatroskadec: defer parsing of cues element until we...
2011-07-10 Stefano Sabatiniexamples/muxing.c: remove doxy reference to unexisting...
2011-07-10 Stefano Sabatinidoc/examples: add decoding/filtering example program
2011-07-10 Stefano Sabatiniexamples/encoding.c: remove unnecessary includes
2011-07-10 Stefano Sabatiniexamples/encoding.c: use av_image_alloc() for allocatin...
2011-07-10 Stefano Sabatinigraphparser: simplify condition in avfilter_graph_parse()
2011-07-10 Anton Khirnovlavc: add support for codec-specific defaults.
2011-07-10 Anton Khirnovlavc: make avcodec_alloc_context3 officially public.
2011-07-10 Anton Khirnovlavc: remove a half-working attempt at different defaul...
2011-07-10 Anton Khirnovac3dec: add a drc_scale private option
2011-07-10 Anton Khirnovlavf: add avformat_find_stream_info()
2011-07-10 Anton Khirnovlavc: introduce avcodec_open2() as a replacement for...
2011-07-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-07-09 Jason Garrett... H.264: fix filter_mb_fast with 4:4:4 + 8x8dct
2011-07-09 Justin Rugglesalsa: limit buffer_size to 32768 frames.
2011-07-09 Justin Rugglesalsa: fallback to buffer_size/4 for period_size.
2011-07-09 Diego Biurrundoc: replace @pxref by @ref where appropriate
2011-07-09 Frank Barchardmpeg1video: don't abort if thread_count is too high.
2011-07-09 Joakim Platecosmetic: reindent of dxva2 zigzag workaround
2011-07-09 Joakim PlateAdded ability to enable workaround for dxva2 decoding...
2011-07-09 Carl Eugen... Support gsm_ms in caf files.
2011-07-09 Matthew Hoopssegafilm: add support for videos with cri adx adpcm
2011-07-09 Stefano Sabatiniexamples/encoding.c: replace "this library" with "libav...
2011-07-09 Stefano Sabatiniexamples/encoding.c: remove reference to unexisting...
2011-07-09 Stefano Sabatiniexamples/muxing.c: set sample format for encoding
2011-07-09 Tomas Härdingxf: Fix 25 fps DV material in GXF being misdetected...
2011-07-09 Diego Biurrunlibxvid: Add const qualifier to silence compiler warning.
2011-07-09 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-07-08 Jason Garrett... H.264: improve qp_thresh check
2011-07-08 Jason Garrett... H.264: use fill_rectangle in CABAC decoding
2011-07-08 Jason Garrett... H.264: Remove redundant hl_motion_16/8 code
2011-07-08 Jason Garrett... H.264: merge fill_rectangle into P-SKIP MV prediction...
2011-07-08 Jason Garrett... H.264: faster P-SKIP decoding
2011-07-08 Jason Garrett... H.264: av_always_inline some more functions
2011-07-08 Daniel KangH.264: Add x86 assembly for 10-bit H.264 predict functions
2011-07-08 Michael Niedermayermake the RELEASE file say git and not 0.7
2011-07-08 Ronald S. Bultjeswscale: rename uv_off/uv_off2 to uv_off_px/byte.
2011-07-08 Ronald S. Bultjeswscale: implement error dithering in planarCopyWrapper.
2011-07-08 Ronald S. Bultjeswscale: error dithering for 16/9/10-bit to 8-bit.
2011-07-08 Ronald S. Bultjeswscale: fix overflow in 16-bit vertical scaling.
2011-07-08 Ronald S. Bultjeswscale: fix crash in 8-bpc bilinear output without...
2011-07-08 Ronald S. Bultjeswscale: fix 16-bit horizontal scaling underflow.
2011-07-08 Ronald S. Bultjeswscale: fix 16-bit scaling when output is 8-bits.
2011-07-08 Anton Khirnovmp3enc: write a xing frame containing number of frames...
2011-07-08 Anton Khirnovlavf: update AVStream.nb_frames when muxing.
2011-07-08 Anton Khirnovffmpeg: remove unused variables from InputStream.
2011-07-08 Anton Khirnovdoc: update ffmpeg -ar and -ac documentation to reflect...
2011-07-08 Anton Khirnovffmpeg: remove pointless if (nb_input_files)
2011-07-08 Anton Khirnovffmpeg: merge input_files_ts_offset into input_files.
2011-07-08 Anton Khirnovffmpeg: merge input_codecs into input_streams.
2011-07-08 Anton Khirnovffmpeg: drop AV prefixes from struct names.
2011-07-08 Anton Khirnovffmpeg: deprecate loop_input and loop_output options
2011-07-08 Anton Khirnovgif: add loop private option.
2011-07-08 Anton Khirnovimg2: add loop private option.
2011-07-08 Anton KhirnovAVOptions: in av_opt_find() don't return named constant...
2011-07-08 Anton Khirnovx11grab: replace undocumented nomouse hackery with...
2011-07-08 Anton Khirnovdict: extend documentation.
2011-07-08 Mans Rullgardlls: whitespace cosmetics
2011-07-08 Martin Storsjödocs: Use proper markup for a literal command line...
2011-07-08 Martin Storsjödocs: Remove a remark that isn't relevant any longer
2011-07-08 Martin Storsjödocs: Explain how to regenerate import libraries with...
2011-07-08 Martin Storsjödocs: Mention that libraries for MSVC can be built...
2011-07-08 Martin Storsjödocs: Remove old docs that mention setting up a build...
2011-07-08 Martin Storsjödocs: Mention the upstream bugzilla url about the dllto...
2011-07-08 Mans Rullgarddnxhd: prettify tables
2011-07-08 Stefano Sabatiniexamples: move metadata-example.c to doc/examples
2011-07-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-07-07 Diego Biurrunflashsv: inline copy_region() into flashsv_decode_frame()
2011-07-07 Diego Biurrunavutil: Add missing test programs to Makefile.
2011-07-07 Diego Biurrunflashsv: improve some variable names
next