OSDN Git Service

coroid/libav_saccubus.git
2011-01-05 Baptiste CoudurierIn mov demuxer, check that gmtime returns a valid value...
2011-01-05 Baptiste CoudurierIn mov demuxer, check that stts data exists, fix crash...
2011-01-05 Justin RugglesUse local variables outside the inner loop in extract_e...
2011-01-05 Stefano SabatiniFactorize common code in v4l2_set_parameters().
2011-01-05 Stefano SabatiniIn video4linux2, in the case the timebase value in...
2011-01-05 Stefano SabatiniMake mpeg4 encoder log a more explicit error message...
2011-01-05 Robert SwainAdd my GPG fingerprint to the MAINTAINERS file
2011-01-05 Daniel VerkampWin32 support for av_file_map()
2011-01-05 Michael NiedermayerOur ljpeg encoder supports bgra, use the correct consta...
2011-01-05 Michael NiedermayerFix/cleanup m/ljpeg encoding pix fmt selection code...
2011-01-05 Michael NiedermayerRemove PIX_FMT_RGB32 mjpeg encoding, there is no such...
2011-01-05 Baptiste CoudurierIn pad filter, update new ref w/h in start_frame, fix...
2011-01-05 Baptiste CoudurierIn crop filter, update new ref w/h instead of old one...
2011-01-04 Michael NiedermayerFix YUV444P LJPEG encoding.
2011-01-04 Stefano SabatiniIn the video4linux2 output device, log an error descrip...
2011-01-04 Stefano SabatiniRemove unnecessary dependency of ffprobe and ffserver...
2011-01-04 Stefano SabatiniDisable initialization of the swscale sws_opts context in
2011-01-04 Anton Khirnovlavf: rename meta.h->ffmeta.h for consistency.
2011-01-04 Justin Rugglescosmetics: fix typo in previous commit
2011-01-04 Justin RugglesChange the AC-3 encoder to use floating-point.
2011-01-04 Peter Rosswtv: obtain codec information from stream2_guid chunks...
2011-01-03 Aurelien Jacobsmpeg4videodec: reset time_base.num to 0 when detecting...
2011-01-03 Justin RugglesMove fixed-point parts of the AC-3 encoder to separate...
2011-01-03 Martin StorsjöReindent
2011-01-03 Daniel KangFix compilation on x86-32 with --disable-optimizations,
2011-01-03 Carl Eugen... libavfilter does not depend on libswscale, only the...
2011-01-02 Daniel KangFix crash decoding broken wmv2 files.
2011-01-02 Aurelien Jacobssrtdec: ensure we don't read 1 byte after buffer end...
2011-01-02 Carl Eugen... "Fix" compilation with --disable-swscale.
2011-01-02 Anssi HannulaUse AVOption for muxers in ffmpeg.
2011-01-02 Vitor SessakRemove the "-idct simple" command line option from...
2011-01-02 Peter Rosswtv: display warning if scrambled stream is detected
2011-01-02 Vitor SessakMake PSX MDEC decoder output YUVJ420 and always use...
2011-01-02 Anssi HannulaAdd AVOption support for muxers.
2011-01-02 Anssi HannulaUse new function put_nbyte() to speed up padding.
2011-01-02 Anssi HannulaAdd function put_nbyte() to speed up padding in SPDIF...
2011-01-02 Martin Storsjörtsp: Store the Content-Base header value straight...
2011-01-02 Martin Storsjörtsp: Pass the method name to ff_rtsp_parse_line
2011-01-02 Martin Storsjörtsp: Pass RTSPState to ff_rtsp_parse_line, instead...
2011-01-02 Martin Storsjörtsp: Add a method parameter to ff_rtsp_read_reply
2011-01-02 Daniel KangFix a floating point exception for invalid framerate...
2011-01-01 Martin Storsjörtpdec: Emit timestamps for packets before the first...
2011-01-01 Daniel VerkampRecognize FFMPEG_FORCE_NOCOLOR environment variable...
2011-01-01 Reimar DöffingerUse AVSampleFormat instead of the deprecated SampleFormat.
2011-01-01 Justin RugglesUpdate current year to 2011. Happy New Year!
2011-01-01 Stefano SabatiniFix typos.
2011-01-01 Peter Rossmove ff_get_bmp_header under CONFIG_DEMUXERS block
2010-12-31 Justin RugglesSkip the bit allocation search if previous and current...
2010-12-31 Justin Ruggles10l: Fix mistake in r26044. Check increment bounds...
2010-12-31 Justin RugglesChange planar_samples from int16_t to SampleType.
2010-12-31 Jason Garrett... Add .pix_fmts to LCL encoder
2010-12-31 Daniel KangFix invalid reads in valgrind fate, patch by Daniel...
2010-12-31 Aurelien Jacobsfree subtitle_header before overwriting it to avoid...
2010-12-31 Aurelien Jacobsuse avsubtitle_free() instead of re-implementing it...
2010-12-30 Justin RugglesAdd typedefs and a macro that will allow sharing of...
2010-12-30 Justin RugglesMove the list of supported channel layouts to a separat...
2010-12-30 Justin RugglesAdd a window field to AC3MDCTContext and use it as...
2010-12-30 Justin Rugglescosmetics: alignment, line wrap, and spacing
2010-12-30 Justin RugglesRemove avctx from AC3MDCTContext and just pass it to...
2010-12-30 Justin RugglesMake exponent_group_tab[] static.
2010-12-30 Ronald S. BultjeFix valgrind invalid read on top MB rows with CODEC_FLA...
2010-12-30 Carl Eugen... Set blkalign to maximum framesize to allow playback...
2010-12-30 Justin RugglesUse %td instead of %PRIdPTR. The argument has type...
2010-12-30 Justin RugglesAdd audio flag to libvorbis AVOption.
2010-12-30 Justin RugglesUse %"PRIdPTR" instead of %d to silence gcc warning...
2010-12-30 Michael Chinenflac_parser: loop append buffer when the default size...
2010-12-29 Daniel KangPort pred8x8l_down_left_mmxext (H.264 intra prediction...
2010-12-29 Carl Eugen... Cosmetics: Re-indent after last commit.
2010-12-29 Anssi HannulaDo not add the preamble if the DTS stream is already...
2010-12-29 Daniel KangPort pred4x4_down_right_mmxext (H.264 intra prediction...
2010-12-29 Daniel KangPort pred4x4_vertical_right_mmxext (H.264 intra predict...
2010-12-29 Daniel KangPort pred4x4_horizontal_down_mmxext (H.264 intra predic...
2010-12-29 Daniel KangPort pred4x4_horizontal_up_mmxext (H.264 intra predicti...
2010-12-29 Daniel KangPort pred4x4_vertical_left_mmxext (H.264 intra predicti...
2010-12-29 Ronald S. BultjeMerge a few superfluous CONFIG_GPL checks.
2010-12-29 Ronald S. BultjeWhitespace cosmetics.
2010-12-29 Ronald S. BultjeWhitespace cosmetics.
2010-12-29 Daniel KangPort pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra...
2010-12-29 Daniel KangPort pred8x8l_horizontal_down_mmxext (H.264 intra predi...
2010-12-29 Daniel KangPort pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra...
2010-12-29 Daniel KangPort pred8x8l_vertical_left_sse2/ssse3 (H.264 intra...
2010-12-29 Daniel KangPort pred8x8l_vertical_right_sse2/ssse3 (H.264 intra...
2010-12-29 Daniel KangPort pred8x8l_vertical_right_mmxext (H.264 intra predic...
2010-12-29 Daniel KangPort pred8x8l_down_right_sse2/ssse3 (H.264 intra predic...
2010-12-29 Justin RugglesChange the default dB-per-bit code from 2 to 3.
2010-12-29 Daniel KangPort pred8x8l_down_right_mmxext (H.264 intra prediction...
2010-12-29 Daniel KangPort pred8x8l_down_left_sse2/ssse3 (H.264 intra predict...
2010-12-29 Anssi Hannulas/IEC958/IEC 61937 - IEC958 is a lower level format.
2010-12-29 Daniel KangPort pred8x8l_vertical_mmxext/ssse3 (H.264 intra predic...
2010-12-29 Daniel KangPort pred8x8l_horizontal_mmxext/ssse3 (H.264 intra...
2010-12-29 Daniel KangPort pred8x8l_dc_mmx/ssse3 (H.264 intra prediction...
2010-12-29 Daniel KangPort pred8x8l_top_dc_mmxext/ssse3 (H.264 intra predicti...
2010-12-29 Ronald S. BultjeMove PRED4x4_LOWPASS up so it can be used in 8x8l predi...
2010-12-29 Ronald S. BultjePort pred8x8_dc_mmxext (H.264 intra prediction) from...
2010-12-29 Luca BarbatoMake fate vp8 test cover emu_edge cases
2010-12-29 Ronald S. BultjeAdd missing authors to copyright headers.
2010-12-29 Daniel KangPort pred8x8_top_dc_mmxext (H.264 intra prediction...
2010-12-29 Ronald S. BultjeMark recently added pred4x4_down_left_mmxext as CONFIG_...
2010-12-29 Anssi HannulaFix wrong bitstream mode for AC-3.
2010-12-29 Anssi HannulaImprove error return values.
next