platform/upstream/libav.git
2007-07-10 Aurelien Jacobsmakes compilation of h263.o and mpegvideo_enc.o conditional
2007-07-10 Aurelien Jacobscosmetics: indentation
2007-07-10 Aurelien JacobsAvoid linking with h263.c functions when the relevant...
2007-07-10 Vitor SessakUse proper bytestream functions
2007-07-10 Aurelien JacobsBetter place to disable some mpeg4 code and ensure...
2007-07-10 Aurelien Jacobsmove init_vlc_rl from h263.c to mpegvideo.c
2007-07-10 Aurelien JacobsSplit ff_set_mpeg4_time() and move the non mpeg4 specif...
2007-07-10 Vitor SessakPrepare to remove more duplicated code
2007-07-10 Vitor SessakRemove some duplicated code
2007-07-10 Luca AbeniResurrect yuv2rgb_init.c, to add a proper license ...
2007-07-10 Diego BiurrunClarify public domain statement similar to qt-faststart.c.
2007-07-10 Diego BiurrunAdd standard licensing header to files that lack it.
2007-07-10 Diego Biurruncosmetics: typo
2007-07-10 Aurelien Jacobsdon't compile some mpeg4 encoder code when encoders...
2007-07-10 Vitor SessakPort some useful comments from newest version of David...
2007-07-09 Måns Rullgårdavoid deprecation warnings for AVFrac from avformat.h
2007-07-09 Måns Rullgårdavoid deprecation warnings for ImgReSampleContext from...
2007-07-09 Aurelien Jacobsmove ff_set_qscale from h263.c to mpegvideo.c
2007-07-09 Måns Rullgårdprettify conditional targets
2007-07-09 Måns Rullgårdwhitespace cosmetics
2007-07-09 Måns Rullgårdclean up vhook variables
2007-07-09 Måns Rullgårdadd fork to HAVE_LIST
2007-07-09 Diego Biurrun10l: The ppm video hook depends on fork().
2007-07-09 Diego BiurrunISO8859-1 --> UTF-8
2007-07-09 Diego BiurrunISO8859-1 --> UTF-8
2007-07-09 Aurelien Jacobssplit rawvideo encoder and decoder in their own files
2007-07-09 Aurelien Jacobscompile rangecoder.o only when needed
2007-07-09 Aurelien Jacobsduration must not be scaled
2007-07-09 Aurelien Jacobsproperly set AVStream.language according to Matroska...
2007-07-09 Benoit Fouetbring back h264 build
2007-07-09 Måns Rullgårduse correct type for palette
2007-07-08 Måns Rullgårdindent
2007-07-08 Måns Rullgårdset sample rate in more logical place, kill warning
2007-07-08 Måns Rullgårdtrivial warning fixes
2007-07-08 Måns Rullgårdkill warnings
2007-07-08 Måns Rullgårdfix warning
2007-07-08 Måns Rullgårdmake arguments to ssd_int8_vs_int16() const
2007-07-08 Måns Rullgårdtrivial warning fixes
2007-07-08 Måns Rullgårdfix build after breakage in r9544
2007-07-08 Måns Rullgårdundef forbidden names before we #define them in case...
2007-07-08 Diego BiurrunMake vhook build non-recursive.
2007-07-08 Måns Rullgårdavoid uninitialised variable warning and clarify code
2007-07-08 Måns Rullgårdupdate SectionCallback and PESCallback typedefs to...
2007-07-08 Måns Rullgårdremove redundant declaration of mpegts_muxer
2007-07-08 Måns Rullgårdkill uninitialised variable warning in mp3_read_probe()
2007-07-08 Måns Rullgårdkill harmless 64-bit pointer cast warning
2007-07-08 Måns Rullgårdbethsoftvid: use correct type for size passed to av_fas...
2007-07-08 Christophe... Pass modes as parameters instead of calculating them...
2007-07-08 Christophe... Replace function declarations with macro
2007-07-08 Christophe... Drop ff_ prefix for static functions
2007-07-08 Diego Biurrungrammar error noticed by Mark Cox
2007-07-08 Stefan Gehrersplit decoder-specific parts into their own file
2007-07-08 Stefan Gehrerprepare splitting decoder-only parts into own file:
2007-07-08 Roman Shaposhnik * Getting rid of the use of GCC language extensions
2007-07-08 Måns Rullgårdremove deprecated codec_get_{bmp,wav}_{id,tag}()
2007-07-08 Måns Rullgårdogm: don't use deprecated codec_get_{bmp,wav}_id()
2007-07-08 Måns Rullgårdnutdec: don't use deprecated codec_get_{bmp,wav}_id()
2007-07-08 Måns Rullgårdremove redundant codec_get_bmp_tag() call in avi_write_...
2007-07-07 Aurelien Jacobssimplify ff_copy_bits() when compiled with config-small
2007-07-07 Måns Rullgårduse bytestream_get_* and AV_RLxx
2007-07-07 Måns Rullgårdwhitespace cosmetics
2007-07-07 Måns Rullgårdadd 64-bit bytestream read/write functions
2007-07-07 Måns Rullgårdkill uninitialised variable warning in amr_read_packet()
2007-07-07 Måns Rullgårdkill uninitialised variable warning in ac3_probe()
2007-07-07 Måns Rullgårdremove unused functions
2007-07-07 Stefan Gehrerprepare splitting decoder-only parts into own file:
2007-07-07 Stefan Gehrermove dequantization into its own inline function
2007-07-07 Stefan Gehrercosmetic: rename VLC tables to make clear they
2007-07-07 Stefan Gehrersetting special motion vectors in intra macroblocks
2007-07-07 Stefan Gehrersetting intra prediction modes to default values
2007-07-07 Stefan Gehrermove modification of intra prediction modes into
2007-07-07 Stefan Gehrermove preparation of chroma intra prediction into its
2007-07-07 Stefan Gehrermove existing inline functions from cavs.c to cavs.h
2007-07-07 Stefan Gehrermove context structure definition from cavs.c to cavs.h
2007-07-07 Stefan Gehrermake vector constants global
2007-07-06 Måns Rullgårdhandle --enable-small same way as other CONFIG_* option...
2007-07-06 Janne Grunaufree thread context
2007-07-06 Aurelien Jacobssplit SVQ1 decoder and encoder in their own files
2007-07-06 Benoit Fouetset thread_opaque to NULL when freeing it
2007-07-06 Andreas ÖmanAdd support for streams with different chroma_qp_index_...
2007-07-06 Aurelien Jacobssimplify ff_copy_bits: merge 2 test branches
2007-07-06 Aurelien Jacobsmove ff_copy_bits to bitstream.c
2007-07-06 Kostya ShishkovDrop redundant assignment and variable
2007-07-06 Stefano Sabatinime option implemented as an AVOption
2007-07-06 Diego BiurrunRemove mangle.h, it is just a duplicate of parts of...
2007-07-06 Ronald S. BultjeUse AV_RB* macros where appropriate.
2007-07-06 Andreas ÖmanPrecompute a chroma_qp table with index offset for...
2007-07-06 Andreas ÖmanCompute the dequant coefficient table ptr outside the...
2007-07-06 Luca AbeniSupport for the AVFMT_FLAG_NONBLOCK flag (non-blocking...
2007-07-06 Luca AbeniAdd support for non-blocking input formats
2007-07-05 Aurelien Jacobsinclude snow encoder only if it is not disabled
2007-07-05 Diego Biurrunspelling/grammar
2007-07-05 Eric Paulcheck udp_read_packet return value not to access uninit...
2007-07-05 Oliver Pfisterfix mem leak
2007-07-05 Oliver Pfisterfix mem leak
2007-07-05 Måns Rullgårdupdate my email address
2007-07-05 Vitor SessakAdd my last name to copyright headers
2007-07-05 Aurelien Jacobsforgot to svn add mpeg12.h in r9477
2007-07-05 Diego Biurruntypos
2007-07-05 Diego BiurrunUTF-8 conversion
next