]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-02-25 mruInstall headers in $prefix/include/$libname
2008-02-25 lorenmremove a memcpy
2008-02-24 diegocosmetics: Sort and prettyprint codec_wav_tags[].
2008-02-24 mrufix memory leaks in vp3 decoder
2008-02-24 michaelSet indexmem to a saner default.
2008-02-24 reimar__asm __volatile -> asm volatile part 2
2008-02-24 reimar__asm __volatile -> asm volatile, improves code consist...
2008-02-24 vitorFix bug I introduced in r11962.
2008-02-24 michaelReduce initial fifo size, so as not to senselessly...
2008-02-24 michaelrealloc fifo
2008-02-24 michaelFix issue357
2008-02-24 michaelflv/swf do not have a big endian codec id, they only...
2008-02-23 bananRiff ids for wmapro and wmavoice, this adds support...
2008-02-23 mruuse diff -u -w in codec regression test
2008-02-23 nicodvbtreat stream_type==0x82 as AUDIO_DTS when the program...
2008-02-22 michaelRemove apparently unneeded and buggy align.
2008-02-22 diegoAdd -lm to x264 check, it is needed on most systems.
2008-02-22 lorenmcleaner way of writing packed-byte constants.
2008-02-21 michaelAscii art to explain what avfilter_formats_changeref...
2008-02-21 michaelcosmetic
2008-02-21 michaelBetter description (merge is too vague IMHO).
2008-02-21 michaelBetter description for merge_ref().
2008-02-21 michaelDocument avfilter_formats_ref() with some ascii art.
2008-02-21 melansonminor English corrections
2008-02-21 michaeltypos
2008-02-21 diegoExplain that libavcodec/i386/idct_mmx.c is GPLed.
2008-02-21 michael"General Tips" section
2008-02-21 michaelparse_number_or_die()
2008-02-21 lorenmindent
2008-02-21 lorenmpseudo-simd add_bytes and diff_bytes
2008-02-21 lorenmsimd and unroll png_filter_row
2008-02-21 michaelDisabling all SSE* code for old gcc to avoid alignment...
2008-02-20 michaelrevert 12156
2008-02-20 michaelForgot this, which is needed for merging field pics...
2008-02-20 michaelMake find_frame_end() merge 2 mpeg2 field pictures...
2008-02-20 diego10l: Correctly use preprocessor conditionals.
2008-02-20 lucabeFix computation of the "NTP time" field in RTCP SR...
2008-02-20 michaelGet rid of a fake timestamp discontinuity at the begin...
2008-02-20 michaelMake timestamp interpolation work with mpeg2 field...
2008-02-20 mru#include avutil.h in postprocess.h
2008-02-19 mruClean up lib* version definitions
2008-02-19 michaelFix ;;
2008-02-19 reimarAdd some const, fixes warnings:
2008-02-19 reimarMissing const, fix warnings:
2008-02-19 reimarFix warnings:
2008-02-19 reimarRemove duplicate ;
2008-02-19 reimarAdd casts to avoid warnings:
2008-02-19 reimarMissing const
2008-02-19 reimarFix misplaced const, avoids a cast-discards-qualifiers...
2008-02-19 michaelconst
2008-02-19 michaelReduce the number of senselessly scanned bytes.
2008-02-19 gpoirierarg 10000l. Fix wrong fix committed in r12141
2008-02-19 gpoirierfix broken indentation
2008-02-19 gpoirier10l: fix always false test: Binary & has lower preceden...
2008-02-18 diegoRefactor vcprm and vcii macros by using the AVV macro.
2008-02-18 diegoRefactor the FOUROF macro using the AVV macro.
2008-02-18 diegoRemove stray #undef.
2008-02-18 gpoirierfix crash on non-AltiVec powered machines: MPV_common_i...
2008-02-18 superdumpRemove a superfluous call to atoi in ffmpeg.c:opt_verbose
2008-02-17 michaelAdd notes where known timestamp issues remain.
2008-02-17 michaelSet initial next_pts to unknown, this avoids the nonsen...
2008-02-17 michaelPrint a warning if a decoder produces more than 1 frame...
2008-02-17 michaelSet next_pts to pts if its unknown and pkt->dts isnt...
2008-02-17 michaelsimplify (next_)pts code
2008-02-17 michaelUse next_pts if pkt->dts is unknown. In an ideal world...
2008-02-17 mruremove duplicate AV_STRINGIFY() definition
2008-02-17 mruprettify lib* version number extraction
2008-02-17 mruprettify encoder/decoder/muxer/... list extraction
2008-02-16 mruclean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN
2008-02-16 diegoFLAT objects cannot have multiple sections, so using...
2008-02-16 diegoThis shell script is not bash-specific.
2008-02-16 diegoRemove check for the availability of the -u diff flag...
2008-02-16 diegoThe Blackfin toolchains will automatically select FDPIC...
2008-02-16 mrudo not run ldconfig after installing shared libraries
2008-02-15 vitorRemove unneeded function.
2008-02-15 vitorOops
2008-02-15 vitorMissed this file in my conditional compilation patch
2008-02-15 vitorAdd libavfilter_version
2008-02-15 vitorRemove author field
2008-02-15 vitorUse CodecType for pad type
2008-02-15 vitorNit: remove odd whitespace
2008-02-15 vitorGroup avfilter_poll_frame() with related funcions and...
2008-02-15 vitorUpdate comment to match code
2008-02-15 vitorNits: punctuation and capitalization
2008-02-15 vitorAdd const to silence warnings
2008-02-15 vitorImplement poll_frame() method. Fix ffmpeg.c bug with
2008-02-15 vitorIndentation
2008-02-15 vitorRework link property configuration system.
2008-02-15 vitorFix misc. warnings
2008-02-15 vitorRewrite colorspace negotiation.
2008-02-15 vitorAdd pixel aspect ratio to AVFilterPicRef structure
2008-02-15 vitorAdd another "reuse" permission, to distinguish between...
2008-02-15 vitoruse units of 1/AV_TIME_BASE for pts rather than millise...
2008-02-15 vitorRename avfilter_create to avfilter_open and remove...
2008-02-15 vitorRevert braindead linked list of permissions
2008-02-15 vitorTrack the permissions that have been given out to each...
2008-02-15 vitorAllow filters to set the requirements on permissions...
2008-02-15 vitorspelling fix
2008-02-15 vitorRemove the data parameter from draw_slice(). It's...
2008-02-15 vitorAdd many new and improve existing doxy comments.
next