platform/upstream/libav.git
2006-11-12 Diego BiurrunSync documentation with the current ffmpeg -h output.
2006-11-12 Måns Rullgårdmake more tables static
2006-11-12 Måns Rullgårdrename squareTbl -> ff_squareTbl
2006-11-12 Stefan Gehrerrename ff_cavs_flush to cavs_flush and make it static
2006-11-12 Stefan Gehrermove all cavs-parsing to cavs.c
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-11-12 Stefan Gehrermake mpeg4video_split public as ff_mpeg4video_split
2006-11-12 Måns Rullgårdrename inverse -> ff_inverse
2006-11-12 Aurelien JacobsAllows playback of truncated matroska files.
2006-11-12 Måns Rullgårdfix make dep with some gcc versions
2006-11-12 Aurelien Jacobscosmetic: fix indentation after previous commit
2006-11-12 Aurelien JacobsFix avidec.c compilation when dv demuxer is disabled.
2006-11-12 Oded Shimonchange include "nut.h" to <nut.h> to make gcc pick...
2006-11-12 Diego Biurrunslight simplification
2006-11-12 Måns Rullgård#define ENABLE_*_CODEC etc as 0 or 1 in config.h
2006-11-12 Michael Niedermayermore verbose r_frame_rate definition
2006-11-12 Måns Rullgårdmake some tables static
2006-11-12 Michael Niedermayerfix checksum check (was my bug not libnut)
2006-11-12 Michael Niedermayerfix timestamp rounding in syncpoints
2006-11-12 Oded Shimonregister nut muxer if libnut is used
2006-11-12 Oded ShimonAdd libnut support until ffmpeg gets an independant...
2006-11-12 Måns Rullgårdadding more static keywords
2006-11-12 Måns Rullgårdmake vp6_pcr_tree static
2006-11-11 Måns Rullgårdfix make dep for out of tree builds
2006-11-11 Måns Rullgårdmake some symbols static
2006-11-11 Måns Rullgårdmake some symbols static
2006-11-11 Michael Niedermayersimplify
2006-11-11 Måns Rullgårdmake two functions static
2006-11-11 Michael Niedermayerdont do startcode search from last syncpoint if there...
2006-11-11 Michael Niedermayernut simple seeking first try
2006-11-11 Michael Niedermayerdisable nut regression test until we have a working...
2006-11-11 Michael Niedermayerupdating nut demuxer to latest spec
2006-11-11 Steve L'HommeFix wrong comment.
2006-11-11 Steve L'HommeAdd A_AAC codec identifier support in matroska.
2006-11-11 Michael Niedermayerlibnut uses "MP3 " for mp3
2006-11-10 Baptiste Coudurierreport error when local tag has 0 size
2006-11-10 Michael Niedermayerzero private bits
2006-11-10 Michael Niedermayerstore a identifer and the first header in extradata
2006-11-10 Michael Niedermayeralso set strict_std_compliance for stream copy, its...
2006-11-10 Michael Niedermayermp3 header (de)compression bitstream filter
2006-11-09 Måns Rullgårddisable -Winline spam, --enable-extra-warnings to enable
2006-11-09 Michael Niedermayer16bit in avi is RGB555
2006-11-09 Panagiotis... Remove the H264Context parameter from decode_init_vlc...
2006-11-09 Luca AbeniSynch with ffmpeg's r6938 "allow spaces in source and...
2006-11-09 Baptiste Coudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-09 Michael Niedermayer10000l to myself, fixing regression test failure
2006-11-09 Måns Rullgårdcheck for byteswap.h
2006-11-09 Baptiste Couduriersupport m1a hdlr mpeg elementary audio handler, fix...
2006-11-08 Måns Rullgårdrename CONFIG_SDL -> HAVE_SDL
2006-11-08 Måns Rullgårdrename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK
2006-11-08 Michael Niedermayerfix missdetection of mpeg-ps (ps2_interdite.mpg)
2006-11-08 Aurelien Jacobsadd support for AAC in matroska
2006-11-08 Aurelien Jacobsadd audio output sampling freqency reading in matroska
2006-11-08 Brian Brice * fixing a memory leak in DV format.
2006-11-08 Aurelien JacobsAdd myself as matroska.c maintainer.
2006-11-08 Aurelien JacobsBetter way to detect cluster (fix files encoded with...
2006-11-08 Michael Niedermayer100l for me, iam being to stupid to read the mpeg4...
2006-11-08 Diego BiurrunRemove illegal FourCC values.
2006-11-08 Thijs Vermeirmpeg4probe patch by (Thijs Vermeir ; thijs vermeir...
2006-11-08 Michael Niedermayerutf8 title support for psp (untested)
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
2006-11-07 Steve L'Hommeadd "seek by bytes" support to ffplay
2006-11-07 Ryan Martelladd support for rtp/h264 streaming
2006-11-07 Víctor PaesaSome documentation on the vhook imlib2 moving images...
2006-11-07 Baptiste Couduriertypo
2006-11-07 Baptiste Coudurieradd option to set mpeg1/2 gop timecode start, and drop...
2006-11-07 Luca BarbatoSimplify
2006-11-07 Diego BiurrunUse MMX only under x86_32, there are compilation problems.
2006-11-07 Baptiste Coudurieradd codec_tag and codec_stream_tag to MpegEncContext...
2006-11-07 Víctor Paesaadd moving images feature to imlib2 vhook
2006-11-07 Nigel PearsonFix MacIntel build: "/nop" is illegal on Apple's older...
2006-11-07 Kostya ShishkovBump version for Fraps v[24] support
2006-11-07 Aurelien JacobsAllow reading matroska title.
2006-11-06 Aurelien Jacobscosmetics: reindent after last commit
2006-11-06 Aurelien JacobsDon't need to check for NULL before av_free().
2006-11-06 Steve L'HommeAdd support for block duration.
2006-11-06 Steve L'HommeEnsure codec_id = CODEC_ID_NONE for unknown codecs...
2006-11-06 Steve L'Hommeguess matroska files frame rate
2006-11-06 Ryan MartellAdd support for getting duration of a RTP stream (for...
2006-11-06 Michael Niedermayer2nd try for -vcodec copy timebase selection last one...
2006-11-06 Steve L'Hommeremove floats in 10 bytes/byte support (no version...
2006-11-06 Reimar DöffingerAvoid void*-arithmetic, and uint8_t* is more correct...
2006-11-06 Guillaume PoirierAdd doxy comments for macro GET_UTF8
2006-11-06 Baptiste Coudurierinclude parser.h instead of mpegvideo.h
2006-11-06 Baptiste Coudurierrename ff_mpeg1_find_frame_end to mpeg1_find_frame_end...
2006-11-06 Baptiste Couduriermove AVCodecParser prototypes and definitions to parser...
2006-11-06 Guillaume PoirierFix wrong params name in PUT_UTF8 doxy comments
2006-11-06 Guillaume Poirierwoops, fix missplaced doxy comment
2006-11-06 Zuxy MengFix ASF format parser's broken UTF-16 string handling
2006-11-06 Kostya ShishkovCheck for symbol count
2006-11-06 Kostya ShishkovWavPack support in Matroska
2006-11-06 Kostya ShishkovLimit output sample to 0..maxval, fixes decoding of...
2006-11-05 Baptiste Couduriermove check for output file streams num in av_encode
2006-11-05 Diego BiurrunSimplify regression test execution.
2006-11-05 Baptiste Coudurieruse AVRational and ff_frame_rate_tab for frame_rate
2006-11-05 Diego BiurrunUse a variable for FFmpeg options.
2006-11-05 Diego BiurrunDo not set audio codec_tag to 1, that would be PCM...
2006-11-05 Reimar DöffingerMove idct block array variable onto rtjpeg_decode_frame...
2006-11-05 Baptiste Coudurierremove useless line variable
2006-11-05 Baptiste Coudurierfix decoding position
next