]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-01-25 Justin Rugglesuse function and definitions from libavcodec/flac.h...
2009-01-25 Justin Rugglesmove FLAC_STREAMINFO_SIZE to flac.h
2009-01-25 Justin Rugglesdefine FLAC metadata types in flac.h
2009-01-25 David DeHavenHandle ID3v2 tags in raw FLAC streams by skipping them.
2009-01-24 Justin Rugglesflacdec: cosmetics: some line wrapping at 80 chars
2009-01-24 Justin Rugglesflacdec: cosmetics: indentation
2009-01-24 Justin Rugglesflacdec: cosmetics: use consistent coding style (K&R)
2009-01-24 Diego BiurrunAdd configuration options section to help output.
2009-01-24 Diego Biurrunhelp output cosmetics
2009-01-24 Diego BiurrunRemove --enable-static and --disable-shared from help...
2009-01-24 Diego BiurrunUse cc_default variable in help output for --cc option.
2009-01-24 Diego BiurrunAdd a check for ppc4xx instructions; rename preprocesso...
2009-01-24 Diego BiurrunRemove pointless #if HAVE_ALTIVEC around internal heade...
2009-01-24 Måns Rullgårdconfigure: add help for fastdiv
2009-01-24 Justin Rugglescosmetics: indentation
2009-01-24 Justin Rugglesflacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR
2009-01-24 Justin Rugglesflacdec: remove another unneeded debugging statement
2009-01-24 Justin Rugglesflacdec: remove unneeded debugging statements
2009-01-24 Justin Rugglesflacdec: remove some unused code
2009-01-24 Diego BiurrunDirectly #include a bunch of indirectly #included headers.
2009-01-24 Diego BiurrunFix undefined preprocessor directives warnings during...
2009-01-24 Diego BiurrunAdd required headers to fix 'make checkheaders'.
2009-01-24 Stefan Gehrerremove alloc_table_0 and alloc_table_2, the same
2009-01-24 Stefan Gehrerremove zigzag_scan8x8, it is the same as ff_zigzag_direct
2009-01-24 Stefan Gehreravoid duplication of size_table and offset_table
2009-01-24 Stefan Gehreravoid duplication of dquant_code
2009-01-24 Benjamin LarssonI'll take care of qdm2 also
2009-01-24 Stefan Gehrerreturn an error if we can not get a full packet,
2009-01-24 Vitor SessakDo not allocate RoqTempData on the stack
2009-01-24 Stefan Gehrerfix header parsing, the NULL terminated File ID is...
2009-01-24 Ronald S. BultjeSkip m= blocks in the SDP if the media type is unknown...
2009-01-23 Justin Rugglesadd myself as a maintainer of flacdec.c
2009-01-23 Justin Rugglesrename flac.c to flacdec.c
2009-01-23 Baptiste Coudurierset pts and dts when only pts is present, according...
2009-01-23 Baptiste Coudurierwrite essence container data
2009-01-23 Baptiste Coudurierreduce display aspect ratio
2009-01-23 Baptiste Coudurierstored height is a multiple of 16 for mpeg2
2009-01-23 Baptiste Coudurierfix endianness of time code, and calculate it in fields...
2009-01-23 Ben Littleradd EM4A fourcc , works for:
2009-01-23 Andreas ÖmanAvoid allocating MPADecodeContext on stack.
2009-01-23 Michael NiedermayerWorkaround ffms behavior of returning EAGAIN at EOF.
2009-01-23 Kostya ShishkovRemove the block with always false condition from vc1_p...
2009-01-23 Kostya ShishkovVC-1 postproc field is 2 bits wide while decoder read...
2009-01-22 Michael NiedermayerMove av_read_frame/parser related buffer variables...
2009-01-22 Justin Rugglesflacdec: add support for 3 additional sample rate codes
2009-01-22 Alex ConverseMark ff_fft_init with av_cold.
2009-01-22 Alex ConverseClean up FFT related comments.
2009-01-22 Baptiste Coudurierprint stream sar if present and different than codec sar
2009-01-22 Michael NiedermayerUse EAGAIN return, primarely intended as example of...
2009-01-22 Michael NiedermayerHandle av_read_frame() EAGAIN return.
2009-01-22 Michael NiedermayerHandle av_read_frame() EAGAIN return.
2009-01-22 Baptiste CoudurierAdd const, remove warning:
2009-01-21 Diego BiurrunAvoid unused variable warning when compiling DES test...
2009-01-21 Aurelien Jacobs'code' is used to index a table so make it unsigned
2009-01-21 Diego BiurrunMake base64 test program compilable as a standard test...
2009-01-21 Diego BiurrunAdd void keyword to parameterless function declaration.
2009-01-21 Kostya Shishkovyet another attempt on fixing synchronization in VMD
2009-01-21 Kostya ShishkovEmpty audio chunks in VMD are silent, not skipped
2009-01-21 Kostya Shishkovcosmetics: reindent after last commit
2009-01-21 Kostya ShishkovVMD first chunk of audio is not coded as many separate...
2009-01-21 Benoit FouetRename audio.c to oss_audio.c in libavdevice.
2009-01-21 Baptiste Coudurierfix seek reg tests, Im always forgetting this
2009-01-20 Carl Eugen... Sort VdpPictureInfo alphabetically.
2009-01-20 Baptiste Coudurierexit with error code if av_encode failed
2009-01-20 Baptiste Coudurierchange sample aspect ratio test to be more clear, print...
2009-01-20 Ben Littleranother mpeg4 fourcc
2009-01-20 Baptiste CoudurierDo not use avctx->frame_number which might not be set,
2009-01-20 Carl Eugen... Cosmetics: Fix indentation after last commit.
2009-01-20 Carl Eugen... Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
2009-01-20 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-20 Baptiste Coudurierset correct value for starting line
2009-01-20 Baptiste Coudurierfix gxf time code mark out value
2009-01-20 Benoit FouetEnable building r3d demuxer when its config is set.
2009-01-20 Benoit FouetUse avf context in av_log, instead of NULL.
2009-01-20 Benoit FouetPass avf context to audio_open().
2009-01-20 Alex ConverseFix a read past end of buffer crash in the mp3 probe
2009-01-20 Baptiste CoudurierR3D REDCODE demuxer
2009-01-20 Stefan Gehreradd myself as maintainer of ISS (with Jai's blessing)
2009-01-20 Aurelien Jacobsmatroskaenc: correctly handle h264 streams with 3 bytes...
2009-01-19 Diego BiurrunUse "" instead of <> when #including non-system headers.
2009-01-19 Alex ConverseFix probing of files with ID3v2 tags. Discussed at
2009-01-19 Aurelien JacobsRemove detection of mmsh protocol in ffplay.
2009-01-19 Diego BiurrunRestore mistakenly removed period after "DivX, Inc".
2009-01-19 Ben Littleradd T263. works on samples/V-codecs/T263/
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-18 Stefano SabatiniDrop the deprecated av_init_random() at the next libavu...
2009-01-18 Stefano SabatiniReplace calls to the deprecated function av_init_random...
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-18 Aurelien Jacobsreplace AV_METADATA_IGNORE_CASE flag by a new AV_METADA...
2009-01-18 Stefano SabatiniDeprecate av_init_random() in favour of av_random_init...
2009-01-18 Stefano SabatiniImplement a var for containing the current year number...
2009-01-18 Måns RullgårdARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definit...
2009-01-18 Måns RullgårdAlpha: add -mieee to CFLAGS
2009-01-18 Måns RullgårdAlpha: fix pix_abs16
2009-01-18 Måns Rullgårdconfigure: add fastdiv to CONFIG_LIST
2009-01-18 Aurelien Jacobsmatroskadec: merge ByteIOContext declarations at upper...
2009-01-18 Aurelien Jacobsmatroskadec: parse the WAVEFORMATEX header and discard...
2009-01-18 Jason Garrett... Fix 10L in r16670 (broke deblocking code)
2009-01-18 Jason Garrett... Faster VC-1 C loopfilter using lots of xor magic
2009-01-18 Måns Rullgårddct-test: add Alpha idct
next