]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-07-15 stefanoMake v4l2_read_header() don't free a stream in case...
2008-07-15 stefanoMake v4l_read_header() don't free a stream in case...
2008-07-15 mruARM: optimised MAC64 and MLS64
2008-07-15 mruARM: optimised MUL64
2008-07-15 mruARM: ARMv6 optimised MULH
2008-07-15 mruARM: ARMv6 optimised FASTDIV
2008-07-15 mruARM: disable use of system byteswap.h
2008-07-15 mruARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()
2008-07-15 mruARM: ARMv6 optimised bswap_16/32
2008-07-15 mruRemove dead code in bitstream.h
2008-07-15 astrangePrint the address of the AVCodecContext in av_log().
2008-07-15 lorenm10l, float_to_int16_interleave_sse/3dnow wrote the...
2008-07-14 michaelMake flic probe check a few more things.
2008-07-14 michaelMove the codec_id overriding at a slightly better place.
2008-07-14 mruH264: fix index range assert() in remove_short_at_index()
2008-07-14 michaelRemove common factors from timebase in av_set_pts_info().
2008-07-14 michaelFix infinite loop at EOF.
2008-07-14 vitorRevert r14218. FFMAX is a macro, so
2008-07-14 compnonly animated gif (gifdec.c) was removed)
2008-07-14 diegogifdec.c was removed, purge its entry from the Makefile.
2008-07-13 michaelFix decoding of 320x240.ogg.
2008-07-13 michael-itsscale to scale timestamps
2008-07-13 compnremoved gif decoder in r14209
2008-07-13 diegoDrop silly initialization, fixes compilation with ...
2008-07-13 michaelMake our flac decoder decode all the data at EOF.
2008-07-13 diegotools/trasher: Don't mix srand/rand and srandom/random...
2008-07-13 stefanostrdup() the default value for rc_eq in AVCodec when...
2008-07-13 michaelOn EOF keep calling the decoders until they do not...
2008-07-13 stefanoFix the logic to access the location of a string to...
2008-07-13 vitorSimplify
2008-07-13 vitorAnother av_clipf() usage
2008-07-13 vitorDo not declare as double a var that only stores a float
2008-07-13 vitorSimplify: use FFMAX
2008-07-13 reimarcheck that csize in ff_lzw_decode_init is < LZW_MAXBITS...
2008-07-13 vitorAdd av_clipf() function to common.h and use it in ra288.c
2008-07-13 mrudvdsubdec: allow compilation with -DDEBUG
2008-07-13 mruRTP: use dprintf(), allow compilation with -DDEBUG
2008-07-13 mruASF: use dprintf(), allow compilation with -DDEBUG
2008-07-13 michaelRemove gif demuxer, the code contains a gif decoder...
2008-07-13 michaelUse -vsync 0 unless the user explicitly asked for...
2008-07-13 lorenmexploit mdct symmetry
2008-07-13 ramiromlpdec: Check for bits left before each read of End...
2008-07-13 lorenmsimplify vorbis windowing
2008-07-13 ramirobitstream: move put_sbits() from flacenc.c to bitstream...
2008-07-13 reimarclip MS ADPCM predictor range to correct [0..6] range...
2008-07-13 reimarUse bytestream and AV_RL* functions in ADPCM code where...
2008-07-13 reimarFix MS ADPCM de- and encoding: first and second sample...
2008-07-13 diegoAdd parisc* to the list of architectures requiring...
2008-07-13 mrumpegaudio: use MAC/MLS macros in ff_mpa_synth_filter
2008-07-13 mrumathops: add MAC64, MLS64, and MLS16
2008-07-13 mruBitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER
2008-07-12 michaelUse CODEC_ID_PROBE when the mpeg-ps demuxer does not...
2008-07-12 mruconfigure: simplify negative dependencies
2008-07-12 mruconfigure: allow !foo as argument to enabled/disabled...
2008-07-12 michaelRemove old hackish codec probe system.
2008-07-12 diegoFix pts handling when encoding with libschroedinger...
2008-07-12 diegoFix pts handling when encoding with libdirac.
2008-07-12 michaelUse strcmp() instead of strncmp() in set_codec_from_pro...
2008-07-12 michaelindent
2008-07-12 michaelOnly try to probe the codec when the available data...
2008-07-12 michaelAdd mpegvideo and H.264 to the codec probe.
2008-07-12 michaelh264_probe()
2008-07-12 michaelindent
2008-07-12 michaelNew codec probing system try #1.
2008-07-12 michaelcommand_streams are type data not unknown.
2008-07-12 reimarUse new style static VLC tables for IMC decoder.
2008-07-12 michaelMove add_to_pktbuf() before av_read_packet(). My future...
2008-07-12 michaelMove set_codec_from_probe_data() up to where the other...
2008-07-12 michaelPass AVPacketList instead of the whole context to add_t...
2008-07-12 ramiroPrevent users from setting -vol and -acodec copy together.
2008-07-12 superdumpTypo and grammar fix
2008-07-12 superdumpCorrect a couple of typos
2008-07-12 reimar100l, fix MS ADPCM decoding for e.g. http://samples...
2008-07-12 reimar10l, forgot to replace a / 256 for r14173.
2008-07-11 reimarChange MS ADPCM table so they fit into int8_t and chang...
2008-07-11 michaelindent
2008-07-11 michaelFix not coded channels / silence decoding.
2008-07-11 michaelCheck that we have enough output space available.
2008-07-11 andomaDeprecate avcodec_build(), it returns the same value as
2008-07-11 michaelsimplify
2008-07-11 michaelslightly better detection
2008-07-11 diegoMove #ifdef CONFIG_DVVIDEO_ENCODER up to cover all...
2008-07-11 diegoMake preprocessor condition more specific and useful...
2008-07-11 diegoMove one function that is only used for muxing below...
2008-07-11 diegoMove a function and an #ifdef CONFIG_MUXERS so that...
2008-07-11 diegoMove functions only used for muxing below #ifdef CONFIG...
2008-07-11 kostyaSSE2 optimizations for Monkey's Audio decoder vector...
2008-07-11 astrangeH264: Fix decoding with CABAC/delta_qp/PCM macroblocks.
2008-07-11 ramiroAdd a checklist about new codecs or formats to the...
2008-07-10 ramiroUpdate Changelog and documentation for MVI demuxer...
2008-07-10 diegoUpdate info for Sonic, add Dirac to supported formats...
2008-07-10 diegoSort lists ignoring case.
2008-07-10 diegocosmetics: Fix inconsistent indentation.
2008-07-10 benoitRemove useless casts.
2008-07-10 benoitRemove useless casts.
2008-07-10 benoitParse frames to feed the decoder with individual parse...
2008-07-10 benoitAdd entry for Dirac codec.
2008-07-10 benoitAdd a parameter for queue size.
2008-07-10 lucabeFix MPEG video packetization for RTP
2008-07-10 kostyaThose functions input length is a multiple of 16.
next