]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
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...
2009-01-13 kostyaPrint VC-1 aspect ratio in debug
2009-01-13 kostya421l: fix loop filter for P-frames in VC-1
2009-01-13 kostyaCinepak strip ID is a single byte
2009-01-13 kostyaCinepak strip and chunk sizes are 24-bit, not 16-bit...
2009-01-13 mruconfigure: add Alpha CPU types
2009-01-13 aurelfix version protection
2009-01-13 aureladd the necessary include for LIBAV*_VERSION_*
2009-01-12 mruARM: use push/pop pseudo-instructions in simple_idct_ar...
2009-01-12 mruARM: simple_idct_armv6.S whitespace cosmetics
2009-01-12 mruARM: clean up pc-relative references in simple_idct_armv6.S
2009-01-12 mruARM: use rX register names in simple_idct_armv6.S
2009-01-12 stefanoReindent after the last commit, while at it also add...
2009-01-12 stefanoMake avfilter_open() set to NULL the pads and the filte...
2009-01-12 mruAVI: add bswap.h include needed on big endian
2009-01-11 mruconfigure: fix PIC activation for x86_64 shared libs
2009-01-11 stefanoAdd missing inclusion of libavutil/intreadwrite.h,...
2009-01-11 conradUse the dimensions in tkhd for timed text tracks
2009-01-11 ramiroPass subarch instead of arch to YASMFLAGS
2009-01-11 diegoExtend 'checkheaders' target to architecture-specific...
2009-01-11 diegoSplit arch variable into arch and subarch.
2009-01-11 diegoUse 'enabled' function to simplify x86_64 check in...
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-11 ramiroAdd truncf() replacement function.
2009-01-11 stefanoImplement the avfilter_default_draw_slice() handler...
2009-01-11 ramiroUse setmode() if it exists in <io.h>, and not based...
2009-01-11 diegoUse 'enabled' function instead of raw 'test' calls...
2009-01-11 diegoAdd my GPG key.
2009-01-11 diegocosmetics: indentation
2009-01-11 diegoFix illegal identifier starting with an underscore.
2009-01-11 bcouduriermove ffindex set before mov_read_default so it can...
2009-01-11 diegoAdd necessary, remove unnecessary #includes.
2009-01-11 diegoDrop unnecessary intreadwrite.h and bswap.h #includes.
2009-01-11 diegoAdd missing #include to fix 'make checkheaders'.
2009-01-11 diegocosmetics: Remove useless quotes.
2009-01-11 diego1l: better alphabetical order
2009-01-11 diegoAdd missing --disable-armv6t2 to help output.
2009-01-11 michaelIncrease BUFFER_SIZE.
2009-01-11 michaelfix indention
2009-01-11 michaelAll negative values are errors not just -1.
2009-01-11 michaelCheck the return of audio and video encoders.
2009-01-11 michaelAll negative returns are errors not just -1.
2009-01-11 kostya30l: when reading mb_offset in RV30 slice header its...
2009-01-11 bcouduriercosmetics
2009-01-11 bcoudurierremove warnings about uninitialized vars
2009-01-11 bananAdd size that is needed for the wmapro codec
2009-01-11 bcouduriercosmetics
2009-01-11 conradAdd support for muxing mov/mp4/3gp timed text streams
2009-01-11 conradRead extradata (justification, colors, fonts, etc)...
next