platform/upstream/libav.git
2010-02-28 Carl Eugen... Make function get_channel_name() static: It is only...
2010-02-28 Anton KhirnovPrint chapter info in dump_format().
2010-02-28 Janusz KrzysztofikProcess picture aspect ratio changes in H.264.
2010-02-28 Michael NiedermayerMany mp3s seem to contain padding after id3 tags that...
2010-02-28 Reimar DöffingerFree packets read in seek_test.
2010-02-28 Martin StorsjöRename RTP depacketizer files from rtp_* to rtpdec_*
2010-02-28 Reimar DöffingerFix some memory leaks in seek_test test program:
2010-02-28 Carl Eugen... Include rtpdec.h, it contains prototypes for the follow...
2010-02-28 Carl Eugen... Include internal.h and imgconvert.h, they contain the...
2010-02-28 Carl Eugen... Include msrledec.h: It contains the prototype for ff_ms...
2010-02-28 Carl Eugen... Include atrac.h: It contains the prototypes for atrac_g...
2010-02-28 Carl Eugen... Include mpegaudiodecheader.h: It contains the prototype for
2010-02-28 Carl Eugen... Remove declaration of unused variables.
2010-02-28 Carl Eugen... Include h263_parser.h: It contains the prototype for
2010-02-28 Carl Eugen... Include mpeg4video.h: Needed for declaration of ff_mpeg...
2010-02-28 Carl Eugen... Include sha1.h from sha.c: It contains several prototypes.
2010-02-28 Carl Eugen... Make sws_dcVec static: It is only used inside libswscal...
2010-02-28 Carl Eugen... Include avc.h from avc.c: It contains several prototypes.
2010-02-28 Carl Eugen... Make mp4_read_descr static: It is only used inside...
2010-02-28 Carl Eugen... Include apetag.h which contains the prototype for ff_ap...
2010-02-27 Reimar DöffingerFix avcodec_align_dimensions to return values suitably...
2010-02-27 Måns RullgårdStop make deleting intermediate files (ffmpeg.o and...
2010-02-27 Jindřich MakovičkaStrides in Indeo 5 reconstruction filter should be...
2010-02-27 Kostya ShishkovEncapsulate VLC information needed for decoding blocks...
2010-02-27 Kostya ShishkovMake it clear that ff_ivi_init_static_vlc() does not...
2010-02-27 Reinhard Tartleradd myself to gpg fingerprint list
2010-02-27 Diego Biurrunsort() names in PGP/GPG fingerprint list
2010-02-27 Michael NiedermayerMerge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycle...
2010-02-27 Michael NiedermayerSplit *_type setting up, 4 cpu cycles faster.
2010-02-26 Zhou ZongyiOptimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.
2010-02-26 Laurent AimarFixed a segfault in the DCA decoder with corrupted...
2010-02-26 Vitor SessakDo not read beyond end of input in EA-TGV. This should...
2010-02-26 Martin StorsjöRTSP muxer: Use a local copy of the AVPacket for sendin...
2010-02-26 Michael NiedermayerOnly load the topleft mv/ref when the topright is unava...
2010-02-26 Michael NiedermayerRemove some useless operations from the code setting...
2010-02-26 Francesco CosoletoPrevent overflow of start_time + recording_time.
2010-02-26 Peter RossAdd myself as maintainer of the bink demuxer and bink...
2010-02-26 Michael NiedermayerSimplify code to set cbp_*
2010-02-26 Benoit FouetFix typos in ref_index documentation.
2010-02-26 Michael NiedermayerMove init of right side of ref_cache from fill_caches...
2010-02-26 Michael NiedermayerRemove 3 mv_cache zeroing instructions that zeroed...
2010-02-26 Michael NiedermayerRemove useless check of the 2 left MBs of a pair being...
2010-02-26 Michael NiedermayerClarify ref_index.
2010-02-26 Michael NiedermayerRemove unneeded line of code from the neighbor setting...
2010-02-26 Michael NiedermayerSimplify code in mv_pred.
2010-02-25 Michael NiedermayerGet rid of mb2b8_xy and b8_stride, change arrays organi...
2010-02-25 Måns RullgårdDisable suffix rules
2010-02-25 Stefano SabatiniRemove pointless empty line.
2010-02-25 Stefano SabatiniApply consistency nit.
2010-02-25 Stefano SabatiniAdd the graph2dot tools and document it.
2010-02-25 Stefano SabatiniReplace not anymore valid syntax "-title X" with "...
2010-02-25 Michael Niedermayersvq3 now in working condition, at least vissually,...
2010-02-25 Michael Niedermayerfix compilation, sorry ive not checked cvslog for a...
2010-02-25 Anton Khirnovasfenc: write tags in proper UTF-16.
2010-02-25 Anton Khirnovasfenc: simplify writing of comment header.
2010-02-25 Anton Khirnovasfdec: don't strip the "WM/" prefix, this should be...
2010-02-25 Michael NiedermayerDont allocate direct_table 8 times too large.
2010-02-25 Michael NiedermayerStore data in direct_table interleaved.
2010-02-25 Michael NiedermayerSimplify intra4x4_pred_mode_cache init.
2010-02-25 Michael NiedermayerReorder intra4x4_pred_mode so that we can read/write...
2010-02-25 Michael NiedermayerStore intra4x4_pred_mode per row only.
2010-02-25 Michael Niedermayerunroll tiny and trivial loop. Same speed but clearer.
2010-02-25 Benoit Fouetasf: indent.
2010-02-25 Benoit Fouetasf: add more entries to metadata conv table.
2010-02-25 Michael NiedermayerCut the size of mvd_table by yet another factor of 2.
2010-02-25 Michael NiedermayerKeep mvd_table values of only 2 mb rows.
2010-02-25 Stefano Sabatini10l: add prefix "TAG:" to the metadata tags key showed...
2010-02-25 Stefano SabatiniCosmetics: replace "filename" to "arg" for the name...
2010-02-24 Alex Converseaac: Keep decode_band_types() from eating all padding...
2010-02-24 Stefano SabatiniExtend doxy for the src parameter of av_fifo_generic_wr...
2010-02-24 Michael Niedermayer3rd and hopefully last 100l fix.
2010-02-24 Michael NiedermayerFix doxy and assert().
2010-02-24 Michael NiedermayerTry to fix 100l compilation failure on some systems.
2010-02-24 Michael NiedermayerChange mvd_cache & mvd_table to 8bit, this is overall...
2010-02-24 Michael NiedermayerAV_COPY16() & AV_ZERO16()
2010-02-24 Michael NiedermayerExtend fill_rectangle() support for 16bit
2010-02-24 Michael NiedermayerCalculate mvd without abs()
2010-02-24 Anton KhirnovRead ASF metadata as proper UTF-16 and spit it out...
2010-02-24 Anton KhirnovDon't add WM prefixes to all written ASF tags.
2010-02-24 Michael Niedermayerswitch back to (amvd>2)+(amvd>32), its 5 cpu cycles...
2010-02-24 Anton KhirnovEliminate put_str16().
2010-02-24 Anton KhirnovAdd PUT_UTF16() macro.
2010-02-24 Michael NiedermayerFactorize common code from the top of decode_cabac_mb_mvd()
2010-02-24 Anton KhirnovMention that metadata tags are (unvalidated) UTF-8.
2010-02-24 Michael NiedermayerReplace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2)
2010-02-24 Ramiro PollaClear freed pointer in ffplay.c.
2010-02-24 Michael NiedermayerReplace ad-hoc fill rectangle by fill_rectangle().
2010-02-24 Kostya Shishkovff_msmpeg4_decode_init() calls ff_h263_decode_init...
2010-02-24 Peter Rossit is not necessary to display the decoder name, as...
2010-02-24 Peter Rosslow-complexity Bink file seeking
2010-02-24 Peter Rossset AVINDEX_KEYFRAME correctly for bink
2010-02-24 Yann CoupinCorrectly increment continuity_counter in PCR packets.
2010-02-24 Benoit Fouetasfdec: skip byte array tags.
2010-02-24 Benoit Fouetasfdec: add a debug message about skipped tags.
2010-02-24 Benoit Fouetasfdec: fix a memleak.
2010-02-24 Benoit Fouetasfdec: only unicode tags must have even length.
2010-02-24 Anton KhirnovIntroduce metadata conversion table for NUT muxer and...
2010-02-24 Ramiro PollaFFprobe: take only one input file.
2010-02-24 Michael NiedermayerReplace /2 by faster >>1 as the mvd values are now...
2010-02-24 Michael NiedermayerRemove unused variable. Seems i forgot to commit this.
next