platform/upstream/libav.git
2010-01-10 Michael NiedermayerDoxy for ff_match_2uint16().
2010-01-10 Michael NiedermayerFix implicit declaration warning.
2010-01-09 Michael NiedermayerAdd a function to match a 2 element vector of uint16_t...
2010-01-09 Michael NiedermayerMake inter_level/run global again, msmpeg4 uses them.
2010-01-09 Michael NiedermayerMake some tables static again, i mistakely thought...
2010-01-09 Zuxy MengMMX(2) accelerated yuv420->rgb24 routine, trivial as...
2010-01-09 Laurent AimarExport get_slice_type() as ff_h264_get_slice_type().
2010-01-09 Michael NiedermayerSplit H263 encoder and decoder from common code.
2010-01-09 Zuxy MengRemove unused PREFETCHW macro
2010-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2010-01-09 Laurent AimarAlways initialize bit_depth_luma and bit_depth_chroma...
2010-01-09 Peter Rossupdate my email address
2010-01-08 Stefano Sabatini Make the scale filter set in the input and output...
2010-01-08 Michael NiedermayerMove 3 direct MV related functions that i left out...
2010-01-08 Thilo BorgmannChange local variable type from unsigned int to int...
2010-01-08 Michael NiedermayerMove AVCodecs from h263dec.c to msmpeg4.c and disentang...
2010-01-08 Reimar DöffingerIgnore 0-height slice in sws_scale, otherwise a final...
2010-01-08 Michael NiedermayerUse h263 tables in msmpeg4v1 dont duplicate them halfway.
2010-01-08 Daniel VerkampRelease cyuv/aura decoder buffer
2010-01-08 Måns RullgårdAAC: add a const to decode_spectrum_and_dequant() args
2010-01-08 Michael NiedermayerRename most non static h263 tables so their name contai...
2010-01-08 Michael NiedermayerRename mpeg4 intra vlc tables so they contain "mpeg4...
2010-01-08 Michael NiedermayerRename DCtab_*, its a global variable and it helps...
2010-01-08 Ronald S. BultjeUse the correct ByteIOContext in extradata parsing...
2010-01-08 Jai MenonSnow : re-indent after r21093.
2010-01-08 Jai MenonSnow : remove pointless 'if(1)'.
2010-01-08 Michael NiedermayerRemove useless line.
2010-01-08 Michael NiedermayerFix indention.
2010-01-08 Andreas ÖmanLog unknown NAL code from correct context
2010-01-08 Jai MenonSnow : use non-NULL context for av_log.
2010-01-08 Jai MenonCosmetics : remove duplicated comment.
2010-01-08 Diego BiurrunExplain why the level variable is magically inceased...
2010-01-08 Stefano SabatiniFix compilation on gcc 2.95.3 (still supported) broken...
2010-01-08 Alex Conversefft-test: whitespace cosmetics
2010-01-08 Jai MenonSnow : release buffers allocated using avctx->get_buffer.
2010-01-08 Jai MenonSet bits_per_coded_sample in the raw video encoder.
2010-01-08 Michael NiedermayerAdd a few CONFIG_MPEG4_DECODER that should be there.
2010-01-08 Art ClarkeImprove avformat_version() doxy.
2010-01-08 Martin StorsjöCurrently, the replacement which is used if inet_aton...
2010-01-07 Michael NiedermayerSplit the mpeg4 encoder and decoder off h263.c
2010-01-07 Ronald S. Bultjehandler can be NULL if we did not support this dynamic...
2010-01-07 Stefano SabatiniMake avfilter_formats_unref(AVFilterFormats **ref)...
2010-01-07 Stefano SabatiniUse the @return doxy command, and extend documentation...
2010-01-07 Stefano SabatiniAvoid the use of the modal auxiliary "should" in the
2010-01-07 Thilo BorgmannAdd multi-channel correlation support for ALS.
2010-01-07 Stefano SabatiniFix doxy, use third person.
2010-01-07 Ronald S. BultjeAdd correct log context to av_log() calls in parse_rtpm...
2010-01-07 Ronald S. BultjeRe-indent to more closely follow general coding standar...
2010-01-07 Carl Eugen... Fix red/blue swap for 4xa files.
2010-01-07 Thilo BorgmannOptimize short-term prediction by reducing index arithm...
2010-01-07 Ramiro PollaSilence calls to git in version.sh.
2010-01-07 Ramiro PollaCheck for VERSION in source dir.
2010-01-07 Stefano SabatiniAdd an entry for the sws_isSupportedInput() and
2010-01-07 Stefano SabatiniImplement sws_isSupportedInput() and sws_isSupportedOut...
2010-01-07 Ramiro PollaCheck for snapshot_version in source dir.
2010-01-07 Michael NiedermayerAdd some const qualifiers.
2010-01-07 Michael NiedermayerDocument decide_ac_pred() and restore_ac_coeffs().
2010-01-07 Michael NiedermayerMove restore_ac_coeffs() call into decode_ac_pred().
2010-01-07 Michael NiedermayerMove restore_ac_coeffs() up so its declared before...
2010-01-07 Michael NiedermayerMore doxy
2010-01-07 Michael NiedermayerDocument ff_h263_show_pict_info().
2010-01-07 Michael NiedermayerFactorize if() surrounding every ff_h263_show_pict_info...
2010-01-07 Martin StorsjöAlways set the destination address even if no port...
2010-01-07 Martin StorsjöCheck the URL used for the SDP destination.
2010-01-07 Zuxy MengRemove const to avoid a bunch of GCC warnings against...
2010-01-07 Michael Niedermayer2 more if(CONFIG_*_DECODER)
2010-01-07 Michael NiedermayerSplit out intel H263 decoder.
2010-01-07 Michael Niedermayerflv.h should ideally be included in flvdec.c
2010-01-07 Michael NiedermayerMove forgotton "AVCodec flv_encoder" over to flvenc.c.
2010-01-07 Michael NiedermayerSplit flv decoding out.
2010-01-07 Michael NiedermayerSplit out flv encoding.
2010-01-07 Michael NiedermayerDocument aspect_to_info().
2010-01-07 Michael NiedermayerCleanup aspect_to_info().
2010-01-07 Michael NiedermayerDocument several more things.
2010-01-07 Michael NiedermayerDocument *VLC_BITS.
2010-01-07 Michael NiedermayerSimplify h263_get_picture_format().
2010-01-07 Michael NiedermayerMark h263_get_picture_format() av_const to indicate...
2010-01-07 Michael NiedermayerDocument h263_get_picture_format().
2010-01-07 Michael NiedermayerFix stream copy & transcoding one stream at the same...
2010-01-07 Michael NiedermayerCorrect indention.
2010-01-07 Michael NiedermayerMove the definitions of data_buf and data_size closer...
2010-01-06 Carl Eugen... 100l: Fix compilation after r21037.
2010-01-06 Michael NiedermayerStop the approximation in bessel() once it does no...
2010-01-06 Daniel VerkampHandle more ADPCM codecs in av_get_bits_per_sample().
2010-01-06 Stefano SabatiniAdd an entry for the avfilter_add_colorspace() API...
2010-01-06 Stefano SabatiniChange avfilter_add_colorspace() to make it accept...
2010-01-06 John Van SickleFix entry on concatenating multiple yuv4mpegpipe streams.
2010-01-05 Ben Littleradd another mjpeg fourcc to riff.c list
2010-01-05 Francesco LavraUse correct context for av_log(), should prevent a...
2010-01-05 Diego BiurrunAdd a few explanatory comments to cornercase workarounds.
2010-01-05 Thilo BorgmannReplace array operator [] with direct access via pointer.
2010-01-05 Carl Eugen... Cosmetics: Fix indentation and comment after r21027.
2010-01-05 Carl Eugen... Support decoding raw 2bpp in mov, fixes issue 1528.
2010-01-05 Carl Eugen... Improve readability of 4bpp raw decoder and prepare...
2010-01-04 Baptiste Couduriercosmetics, remove useless parentheses, add space
2010-01-04 Baptiste Couduriersimplify error handling in mov_read_default
2010-01-04 Baptiste Coudurierremove no more needed MOVAtom.offset field
2010-01-04 Baptiste Coudurierremove useless code skipping data at end of hdlr atom...
2010-01-04 David ConradRegister myself as libdirac libschroedinger and libtheo...
2010-01-04 Ronald S. BultjeRemove forward declarations.
next