OSDN Git Service

coroid/libav_saccubus.git
2011-07-14 Diego Biurrunavformat_open_input(): Add braces to shut up gcc warning.
2011-07-14 Anton KhirnovAPIchanges: fill in missing hashes and dates.
2011-07-14 Anton KhirnovAdd an APIChanges entry and bump minor versions for...
2011-07-14 Anton Khirnovffmpeg: print the low bitrate warning after the codec...
2011-07-14 Diego Biurrundoxygen: Move function documentation into the macro...
2011-07-14 Diego Biurrundoxygen: Make sure parameter names match between .c...
2011-07-14 Diego Biurrunh264: move fill_decode_neighbors()/fill_decode_caches...
2011-07-14 Daniel KangH.264: Add more x86 assembly for 10-bit H.264 predict...
2011-07-14 Anton Khirnovlavf: fix invalid reads in avformat_find_stream_info()
2011-07-13 Anton Khirnovcmdutils: replace opt_default with opt_default2() and...
2011-07-13 Anton Khirnovffmpeg: use new avcodec_open2 and avformat_find_stream_...
2011-07-13 Anton Khirnovffplay: use new avcodec_open2 and avformat_find_stream_...
2011-07-13 Anton Khirnovcmdutils: store all codec options in one dict instead...
2011-07-13 Anton Khirnovffmpeg: check experimental flag after codec is opened.
2011-07-13 Anton Khirnovffmpeg: do not set GLOBAL_HEADER flag in the options...
2011-07-13 Justin Rugglesac3enc: merge AC3MDCTContext with AC3EncodeContext.
2011-07-13 Justin Rugglesac3enc: prefer passing AC3EncodeContext rather than...
2011-07-13 Justin Rugglesac3enc: fix memleak
2011-07-13 Ronald S. Bultjempeg1video: add CODEC_CAP_SLICE_THREADS.
2011-07-13 Anton Khirnovlavf: fix segfault in av_open_input_stream()
2011-07-13 Jindrich Makovickampegtsenc: set Random Access indicator on keyframe...
2011-07-13 Alex Converselavf: Cleanup try_decode_frame() logic.
2011-07-13 Diego BiurrunReplace some gotos that lead to single return statement...
2011-07-13 Diego Biurrunbuild: move tests/seek_test.c to libavformat and reuse...
2011-07-13 Kostya Shishkovmxfenc: include needed header for ff_iso8601_to_unix_ti...
2011-07-13 Anton KhirnovAdd a check for strptime().
2011-07-13 Anton Khirnovlavf: factor out conversion of ISO8601 string to unix...
2011-07-13 Tomas Härdinwav: parse 'bext' metadata
2011-07-13 Tomas Härdinwav: keep parsing until EOF if the input is seekable...
2011-07-13 Tomas Härdinwav: Refactor the tag checking into a switch statement
2011-07-13 Tomas Härdinwav: make sure neither data_size nor sample_count is...
2011-07-13 Tomas Härdinwav: refactor the 'fmt ' tag search and parsing.
2011-07-13 Benjamin Larssonwav: add an option for writing BEXT chunk
2011-07-13 Anton Khirnovffmpeg: get rid of a pointless limit on number of streams.
2011-07-13 Anton Khirnovffmpeg: remove an unused define.
2011-07-13 Kostya ShishkovMusepack SV7: try to read files without number of frame...
2011-07-12 Diego Biurrundoc: Improve references to external URLs.
2011-07-12 Diego Biurrunh264: move decode_mb_skip() from h264.h to h.264_mvpred.h
2011-07-12 Diego Biurrunffplay: skip return value of avcodec_decode_video2...
2011-07-12 Diego Biurrundnxhdenc: Replace a forward declaration by the proper...
2011-07-12 Ronald S. Bultjeh264: move h264_mvpred.h include.
2011-07-12 Oskar Arvidssonpix_fmt: Fix number of bits per component in yuv444p9be
2011-07-12 Anton Khirnovlavf: deprecate AVFormatContext.timestamp
2011-07-12 Anton Khirnovffmpeg: merge input_files_ts_scale into InputStream.
2011-07-12 Anton Khirnovffmpeg: don't abuse a global for passing sample format...
2011-07-12 Anton Khirnovffmpeg: don't abuse a global for passing channel layout...
2011-07-12 Anton Khirnovffmpeg: factor common code from new_a/v/s/d_stream...
2011-07-12 Anton Khirnovmatroskaenc: make SSA default subtitle codec.
2011-07-11 Chris Evansoggdec: prevent heap corruption.
2011-07-11 Diego Biurrunchangelog: misc typo and wording fixes
2011-07-11 Jason Garrett... H.264: add filter_mb_fast support for >8-bit decoding
2011-07-11 Diego Biurrundoc: Remove outdated comments about gcc 2.95 and gcc...
2011-07-11 Mans Rullgardlls: use av_lfg instead of rand() in test program
2011-07-11 Mans Rullgardbuild: remove unnecessary dependency on libs from ...
2011-07-11 Jason Garrett... H.264: avoid redundant alpha/beta calculations in loopf...
2011-07-11 Jason Garrett... H.264: optimize intra/inter loopfilter decision
2011-07-11 Jindrich Makovickampegts: fix Continuity Counter error detection
2011-07-11 Mans Rullgardbuild: remove unnecessary FFLDFLAGS variable
2011-07-11 Ronald S. Bultjevp8/mt: flush worker thread, not application thread...
2011-07-11 Ronald S. Bultjemt: proper locking around release_buffer calls.
2011-07-10 Jean-Baptiste... DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d...
2011-07-10 Mans Rullgardhwaccel: unbreak build
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
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 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 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-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 Matthew Hoopssegafilm: add support for videos with cri adx adpcm
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-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 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...
next