]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-11-10 reimarRemove code checking for __PIC__ or __pic__ and setting...
2009-11-10 reimarCheck if PIC is somehow already enabled (e.g. a compile...
2009-11-10 vitorAvoid variable-length array use in ff_acelp_lspd2lpc()
2009-11-10 michaelAdd a NULL pointer check to avcodec_close() this should...
2009-11-10 mruconfigure: whitespace cosmetics
2009-11-09 reimarpatcheck: check that pix_fmt etc. initializers are...
2009-11-09 jbrfix a rounding error in the PSNR calculation and update...
2009-11-09 reimarAttempt to document the "enable pic" hackery for OpenBSD.
2009-11-09 rbultjeMake get_bits_left() available for use in libavcodec...
2009-11-09 rbultjeAnd on the sixth day, God gave us the <= operand, which...
2009-11-09 stefanoFix crop filter start_frame() for paletted formats...
2009-11-09 stefanoEnable linking of parseutils.o.
2009-11-09 reimarRemove some BeOS/haiku hacks: -fomit-frame-pointer...
2009-11-09 vitorDo not hardcode filter order in ff_acelp_lspd2lpc()
2009-11-09 cehoyosMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-11-09 cehoyosIncrease default value for max_analyze_duration, fixes...
2009-11-08 cehoyosUse enum instead of integer types where appropriate.
2009-11-08 cehoyosUse CODEC_ID_NONE instead of 0 for enum CodecID.
2009-11-08 cehoyosUse enum FrameType as parameter to construct_perm_table().
2009-11-08 stefanoFix start_frame(), which was issuing chroma artifacts...
2009-11-08 reimarSet -DPREFIX for yasm simply whenever extern_prefix...
2009-11-08 michaelRemove unused variable.
2009-11-08 reimarAlways add -DPIC to YASM flags when pic is enabled.
2009-11-08 bcouduriermove code to avoid forward declaration
2009-11-08 bcoudurierLet pmt override stream info when encoutered later...
2009-11-08 jbrac3dec: revert r20089. The change was just wrong. 10l...
2009-11-07 cehoyosSupport some LATM AAC streams (they can be decoded...
2009-11-07 jbrDo not set AVCodecContext.sample_fmt in the TMV and...
2009-11-07 michaelSimpliy exp*table init, based on patch by reimar.
2009-11-06 bcoudurierchange \0xa9enc tag metadata name to encoder to match...
2009-11-06 kostya10l: WavPack demuxer forgot to seek back to initial...
2009-11-05 stefanoAdd pixel format descriptors for the HW-accelerated...
2009-11-05 mruPPC: make inline asm xform address test work with Apple...
2009-11-05 mruIA64: do not automatically enable hardcoded tables...
2009-11-05 reimarAdd ff_init_ff_cos_tabs function and use it in rdft...
2009-11-05 lucabeFix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch...
2009-11-05 bcoudurier10l, typo
2009-11-05 kostyaIf custom sampling rate is set in WavPack file, parse...
2009-11-05 kostyaInitialize block_parsed before reading first block...
2009-11-05 bcoudurierdo not redundantly set stream nb_frames, it's already...
2009-11-05 bcouduriercompute dts shift with ctts value, cslg atom might...
2009-11-05 bcouduriercheck that duration is set to avoid fpe
2009-11-05 bcoudurierwarn if stream timescale is not set and set it to 1...
2009-11-05 reynaldoCorrects two typos
2009-11-05 reynaldoDecrement probe score at unsuported bpp
2009-11-05 bcoudurierfix \0xa9wrt metadata, to composer, fix issue #1501
2009-11-05 reynaldoCorrect double include introduced by r20450
2009-11-04 vitorReduce stack memory allocation in MP3 decoder
2009-11-04 reynaldoImplement ff_scale_vector_to_given_sum_of_squares()
2009-11-04 reimarPad ff_cos_tabs and ff_sin_tabs so that index n points...
2009-11-03 alexcDon't lock the channel output configuration based on...
2009-11-03 stefanoVertical align.
2009-11-03 stefanoUse spaces after commas for improving readability.
2009-11-03 stefanoAdd slicify video filter.
2009-11-03 stefanoMake avfilter_get_video_buffer() use
2009-11-03 stefanoExplicitely define get_video_buffer() callbacks in...
2009-11-03 stefanoChange file doxy from
2009-11-03 stefanoFix/clarify description of the noformat filter.
2009-11-03 stefanoFix grammar / clarify documentation for the format...
2009-11-03 compnadd yuvs fourcc to raw.c and isom.c, fixes samples...
2009-11-03 jbrSimplify AC-3 critical band end calculation (correctly...
2009-11-03 jbrRevert r20050, which caused decoding errors with at...
2009-11-02 ramiroIndent.
2009-11-02 ramiroAdd -fpre option to take a preset file as parameter...
2009-11-02 stefanoAdd PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and...
2009-11-02 michaelAvoid huge array for rgb ljpeg on the stack.
2009-11-02 compnmap VYUY fourcc to rawcodec
2009-11-01 mruconfigure: fix 64-bit test with clang
2009-11-01 jbrSet sample format in flac_decode_init() rather than in
2009-11-01 jbrSet the sample format for Smacker audio in the decoder...
2009-10-31 mruconfigure: remove extra backslashes from suncc DEPEND_CMD
2009-10-31 mruconfigure: use here-doc for --help output
2009-10-31 mruconfigure: use here-docs instead of echo for writing...
2009-10-31 mruconfigure: simplify setting of SDL flags in config.mak
2009-10-31 mruAllow disabling doc generation with --disable-doc
2009-10-31 mruconfigure: simplify STRIP setting in config.mak
2009-10-31 mruMakefile cosmetics
2009-10-31 vitorImplement AMR gain function that is used by both AMR...
2009-10-30 bcoudurierprint packet duration when debugging timestamps
2009-10-30 stefanoRemove the get_video_buffer() callback.
2009-10-30 ramiroDocument that using "make -r" might be faster than...
2009-10-30 benoit Issue an error when forced format cannot be honored.
2009-10-29 michaelChange whitespace placement a little to improve readabi...
2009-10-29 michaelMultiple inclusion guards for synth_filter.h.
2009-10-29 cehoyosSupport demuxing teletext in DVB streams.
2009-10-29 michaelVertically align function arguments.
2009-10-29 mruAdd generic rules for building helpers with HOSTCC
2009-10-28 reimarvorbis_dec: factor out duplicated code for index readin...
2009-10-28 mruMakefile cosmetics
2009-10-28 reimarEnable hardcoded tables for ia64 shared builds.
2009-10-28 mruconfigure: add C99 flags to HOSTCFLAGS
2009-10-28 reimarChange format string from "x" to PRIx32 to hopefully...
2009-10-28 mruMakefile cosmetics
2009-10-28 mruGenerate mpegaudio tables only when CONFIG_HARDCODED_TA...
2009-10-28 reimarFix out-of-tree builds with --enable-hardcoded-tables
2009-10-28 reimarFix dependency: generated table is needed to create...
2009-10-28 reimarBetter formatting for 2D tables in tableprint code.
2009-10-28 reimar10l, fix incorrect endif comment.
2009-10-28 reimarAdd support for hardcoding the mpegaudiodec tables.
2009-10-28 ramiromingw32: The flag to work around bug 37216 in gcc is...
next