]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-01-18 mruARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definit...
2009-01-18 mruAlpha: add -mieee to CFLAGS
2009-01-18 mruAlpha: fix pix_abs16
2009-01-18 mruconfigure: add fastdiv to CONFIG_LIST
2009-01-18 aurelmatroskadec: merge ByteIOContext declarations at upper...
2009-01-18 aurelmatroskadec: parse the WAVEFORMATEX header and discard...
2009-01-18 darkshikariFix 10L in r16670 (broke deblocking code)
2009-01-18 darkshikariFaster VC-1 C loopfilter using lots of xor magic
2009-01-18 mrudct-test: add Alpha idct
2009-01-18 mruAlpha: add ff_ prefix to idct functions
2009-01-18 mruAlpha: indentation
2009-01-18 mruAlpha: proper IDCT selection
2009-01-18 mruAlpha: add some const, kill some warnings
2009-01-18 bcoudurieradd jp2 formater in image2 muxer
2009-01-18 bcoudurierjpeg2k is intra only codec
2009-01-17 conradCopy width/height for subtitle streams (needed for...
2009-01-17 mruAlpha: factor common parts from dct_unquantize_h263_int...
2009-01-17 mruAlpha: fix dct_unquantize_h263_inter/intra_axp()
2009-01-17 bcouduriermatch format in names list separated by commas
2009-01-17 stefangadded demuxer for FunCom ISS audio files,
2009-01-17 vitorUse shared sine window instead of defining another...
2009-01-17 conradUpdate regression tests after r16651
2009-01-17 cehoyosFix compilation with --enable-libxvid.
2009-01-17 aurelremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 aurelexport gcd function as av_gcd()
2009-01-17 conradCosmetics: indent
2009-01-17 conradTreat disposition==0 as undefined and don't write the...
2009-01-17 conradFlush the buffer after writing the header and when...
2009-01-17 cehoyosRemove CODEC_ID_H264_VDPAU.
2009-01-16 stefanoPrint a warning and fail if the graph description cannot be
2009-01-16 stefangremove duplicate tables
2009-01-16 compnhybrid wavpack support
2009-01-16 compnadd LM20 mimic in avi fourcc
2009-01-16 stefanguse assignment of structure instead of memcpy
2009-01-16 kostyaWavPack hybrid mode support
2009-01-16 stefangrename XXX_t enums to cavs_XXX to fix POSIX namespace...
2009-01-16 stefangrename vector_t to cavs_vector
2009-01-16 cehoyosAdd mpeg1_vdpau decoder.
2009-01-16 reimarMerge declaration and initialization of io_buffer_size
2009-01-16 reimarMake io_buffer_size unsigned to avoid a warning about...
2009-01-16 benoitSplit ff_log_missing_feature into ff_log_missing_feature
2009-01-16 reimarReturn AVERROR(ENOMEM) instead of -1 when malloc fails...
2009-01-16 reimarUse AV_WB32 instead of reimplementing it.
2009-01-16 reimarUse av_mallocz instead of explicitly zeroing in url_ope...
2009-01-16 reimarReplace nonsense -1234 return value in dyn_buf_write...
2009-01-16 benoitMake unsigned int a variable that does not need to...
2009-01-16 compnadd svq3 watermark support entry
2009-01-16 cehoyos12l: Fix compilation with --disable-vdpau.
2009-01-16 superdumpAdd maxrate and bufsize specifications for iPod presets...
2009-01-16 cehoyosAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-16 bcouduriersupport h264 extradata with 0x000001 startcode
2009-01-16 bcoudurieruse ff_avc_parse_nal_units_buf because output size...
2009-01-16 bcoudurier10l, fix prototype
2009-01-16 bcoudurierexport ff_avc_parse_nal_units_buf
2009-01-16 bcouduriermove actual writing before so new size can be taken...
2009-01-16 bcoudurierreturn size written in ff_avc_parse_nal_units
2009-01-16 aureladd -Wundef compiler flag, to catch typo in #if or...
2009-01-16 aurelexplicitly disable CONFIG_AUDIO_NONSHORT
2009-01-15 aurelmove NULL_IF_CONFIG_SMALL() definition into internal...
2009-01-15 aurelmove timer related code in a new timer.h file
2009-01-15 lucabeReindent after last commit
2009-01-15 lucabeDo not reallocate AVPacket's data when muxing a packet
2009-01-15 superdumpFactorise id3v2 header parsing from mp3.c to be shared
2009-01-15 bcoudurieruse delay for subs and dirac too
2009-01-15 bcoudurieradd aud nal unit if not present in h264 bitstream
2009-01-15 aurelmatroskadec: ensure we only consider chapters which...
2009-01-14 bcoudurierconsider other codecs packets contain only one access...
2009-01-14 bcouduriercalculate pat, pmt and sdt exact size and adjust total...
2009-01-14 bcoudurierallow user to specify muxrate
2009-01-14 aurelWORDS_BIGENDIAN must be checked with #ifdef
2009-01-14 bcoudurierwarn if dts < pcr which means TS is invalid
2009-01-14 bcoudurierupdate seek regression tests due to ts modifications
2009-01-14 bcoudurieronly write dts if they differ from pts, according to...
2009-01-14 bcoudurieruse delay to avoid negative dts
2009-01-14 bcoudurierset pts and dts of pes packets exactly according to...
2009-01-14 aurelsimplify: group all the AUDIO_NONSHORT parameters in...
2009-01-14 aurellibavutil/lzo.h is a local header
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-14 mruFix mpeg audio regression test failure
2009-01-14 diegoReplace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
2009-01-14 diegoRemove one more forgotten instance of USE_HIGHPRECISION...
2009-01-14 bcouduriercompute pcr more accurately, regression tests need...
2009-01-14 bcoudurierinclude intreadwrite.h, fix compilation, img2.c use...
2009-01-14 diegoUse CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRE...
2009-01-14 diegoRemove pointless #if around header #includes.
2009-01-14 cehoyosFix compilation.
2009-01-14 bcouduriercleanup gif, use BISTREAM_WRITER_LE
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 stefanoInclude libavformat/avformat.h before all the other...
2009-01-13 victorDocument the ld, st, while statements.
2009-01-13 michaelAvoid using sub_id in mpeg1/2video.
2009-01-13 victorDocument the same functions, in the same order, that...
2009-01-13 superdumpAdd presets for Apple iPod constraints
2009-01-13 superdumpAdd presets to use as constraints for H.264 Baseline...
2009-01-13 michaelRemove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
2009-01-13 michaelLet the mpeg audio parser correct the codec_id.
2009-01-13 michaelAdd dummy mp1_decoder to complement the existing dummy...
2009-01-13 michaelAdd CODEC_ID_MP1.
2009-01-13 compnadd SLMJ fourcc to mjpeg
2009-01-13 kostyaVC-1 display dimensions should affect coded dimensions...
next