]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-04-17 michaelRemove unused variable in init_mv_penalty_and_fcode...
2009-04-17 michaelMove declarations in sync() closer to where they are...
2009-04-17 michaelRemove unused variable from asf_read_header() found...
2009-04-17 kostyacosmetics: reindent after last commit
2009-04-17 kostyaUse new static VLC scheme in Indeo2, Musepack and WNV1...
2009-04-17 rbultjeChange another AVERROR(EIO) inot AVERROR_EOF, because...
2009-04-17 michaelRemvoe useless assignment found by CSA.
2009-04-17 michaelRemove unused variable from decode_init() found by...
2009-04-17 vitorRemove useless assignement in generate_codebook()....
2009-04-17 michaelRemove unused variables from ff_mjpeg_decode_sos()...
2009-04-17 michaelRemove uselss assignment from h263_pred_dc() found...
2009-04-17 michaelMove declarations in mpeg1_encode_motion() closer to...
2009-04-17 michaelUseless assignment found by the clang static analyzer.
2009-04-17 michaelGet rid of an unused variable, found by the clang stati...
2009-04-17 michaelMoving variable declarations in asf_build_simple_index...
2009-04-17 jbrac3dec: reorder output channels to SMPTE channel order
2009-04-17 reimarChange tgq_decode_mb function arguments from using...
2009-04-17 jbrac3enc: reorder input channels to AC-3 channel order
2009-04-16 jai_menonAdd my public key fingerprint to MAINTAINERS.
2009-04-16 reimarRemove unused audio_pts field from ea demuxer struct
2009-04-16 reimarRemove unused code from Westwood VQA/AUD demuxer.
2009-04-16 diegoDo not add -fno-common to CFLAGS on DOS, it is unneeded.
2009-04-16 conradAdd guaranteed alignment for loading dest pixels in...
2009-04-16 conradVC1 loop filter uses the frame quantizer not the mb...
2009-04-16 michaelSupport broken avc nal encapsulation.
2009-04-16 jbrflacenc: write initial blocksize to STREAMINFO header...
2009-04-16 rbultjeReplace AVERROR(EIO) by AVERROR_EOF on end-of-file...
2009-04-15 michaelClarify which exact variant of ISO 639 is used. (The...
2009-04-15 reynaldo[COSMETIC] Correct a minor nit. Should be clearer now.
2009-04-15 reynaldoFix possibly harmful outbound addressing. Patch by...
2009-04-15 conradavg_ pixel functions need to use (dst+pix+1)>>1 to...
2009-04-15 diegoCheck for Decoder_Interface_init() instead of Speech_De...
2009-04-15 rbultjeSend dummy requests over the TCP connection (WMS wants...
2009-04-15 diegoExplain the sort order for changelog entries.
2009-04-15 conradOGG demuxer: ensure that there's pages to read for...
2009-04-15 conradAltivec version of avg_no_rnd_vc1_chroma_mc8
2009-04-15 conradSplit VC1 loop filter into separate functions for h...
2009-04-15 conradMove VC1 loop filter to DSPContext
2009-04-15 conradVC1: extend MMX qpel MC to include MMX2 avg qpel
2009-04-14 conradVC1: add and use avg_no_rnd chroma MC functions
2009-04-14 conradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-04-14 cehoyosCosmetics: Split long line.
2009-04-14 cehoyosFix two icc warnings #188: enumerated type mixed with...
2009-04-14 cehoyosFix icc warning #188: enumerated type mixed with anothe...
2009-04-14 cehoyosFix icc warning #188: enumerated type mixed with anothe...
2009-04-14 vitorFor every line, copy 3*width bytes instead of linesize...
2009-04-14 conradVC1: Do qpel when needed for both MVs in a B frame
2009-04-14 ramiromingw32: FFmpeg now passes -fno-common automatically.
2009-04-14 rbultjeAdd a Vorbis payload parser. Implemented by Colin McQui...
2009-04-14 rbultjeIncrease the SDP buffer size (again!) and also increase...
2009-04-14 sdrikAlso copy pixel_aspect when copying the picref in avfil...
2009-04-14 alexcMark src constant in copy_block*().
2009-04-14 jbrSupport audio sample formats than S16 when encoding...
2009-04-14 bcoudurierset pkt duration for last smaller frame, should fix...
2009-04-14 bcoudurierfix indentation
2009-04-14 bcoudurieravoid strcmp NULL, fix segv on mingw
2009-04-13 ramirowin32, dos: Work around a bug in the GNU toolchain.
2009-04-13 bcoudurierfix indentation
2009-04-13 stefanoFix skip_put_bits() buf_ptr increment.
2009-04-13 koorogiSkip loop iterations which are no-ops due to data1...
2009-04-13 stefanoRename pbBufPtr() to put_bits_ptr().
2009-04-13 stefanoDo not use full include path for get_bits.h, since...
2009-04-13 jai_menonflacenc : do not #include libavutil/lls.h since lpc...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-13 jai_menonalacenc : cosmetics : remove misleading comment
2009-04-13 bcoudurierseek inside buffer when offset is exactly at the end...
2009-04-13 bcouduriermove audio buffers declarations and free them in av_exit
2009-04-13 bcouduriermove freeing code before exiting because of signal
2009-04-13 bcoudurierfree options contexts in av_exit, valgrind should be...
2009-04-13 bcoudurierSet frame defaults in try_decode_frame.
2009-04-13 bcoudurierfix indentation
2009-04-13 bcoudurierfix indentation and remove whitespace after return
2009-04-13 bcoudurierreindent
2009-04-13 bcoudurierInit state to -1 in h264 parser.
2009-04-12 diegoMove addition of MMX-OBJS to OBJS into common.mak inste...
2009-04-12 reynaldoFix wrong size computation for buffer. Patch is part of
2009-04-12 diegoRemove gcc_fixes.h. It only contains workarounds for...
2009-04-12 diegoRemove AltiVec optimizations for Snow. They are hinderi...
2009-04-12 michaelFix 2 access units in a packet mp4s.
2009-04-12 michaelGet rid of the non sensical idea of using the current...
2009-04-12 michaelFactorize field_end() out.
2009-04-12 michaelAssert that the first list1 entry is a reference frame.
2009-04-12 reimarAdd a av_fast_malloc function and replace several uses...
2009-04-12 reimarUse void * instead of uint8_t * for the destination...
2009-04-12 reimarav_destruct_packet_nofree deprecation explained in...
2009-04-12 reimarUse AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in...
2009-04-12 stefanoDocument pbBufPtr().
2009-04-12 bcoudurierremove useless wrapper
2009-04-12 reimarMove ea demuxer messages that are irrelevant to ordinar...
2009-04-12 bcoudurierremove useless wrapper
2009-04-12 reimarSlightly improve/correct description of wc3_pal_lookup
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-04-12 michaelDisable metadata reading, yes id like to know what...
2009-04-12 jbrAdd names for 5.0 and 5.1 back speaker channel layouts.
2009-04-12 bcoudurierreplace DEBUG_SI with DEBUG and use dprintf
2009-04-12 bcoudurierSet stream type to ac3 if registration descriptor is...
2009-04-12 bcouduriersimplify registration descriptor parsing with bytstream...
2009-04-12 bcoudurierOk, ts demuxer is more complicated than I thought
2009-04-12 bcoudurierfix end of buffer check, fix hang_read_header.h264.ts
2009-04-12 bcoudurierfix 6 channels raw pcm demuxing, raw pcm now demux...
next