platform/upstream/libav.git
2008-01-28 Reimar DöffingerAdd bitstream filter to convert between mov and plain...
2008-01-28 Reimar DöffingerAdd sbsf option for subtitle bitstream filter
2008-01-28 Jeff DownsFix memory leak in h264 decoder. allocated_edge_emu_buf...
2008-01-28 Baptiste Couduriercosmetics, split long lines, remove useless braces...
2008-01-28 Baptiste Couduriercosmetics, vertically align
2008-01-28 Benoit FouetRemove integer.h inclusion.
2008-01-28 Baptiste Coudurierspoke too fast, fix dv fourcc in mov accordingly if...
2008-01-28 Baptiste Coudurierfinally set codec tags for mov/mp4/3gp muxers, this...
2008-01-28 Baptiste Coudurierindentation
2008-01-28 Baptiste Couduriercorrectly and only set standard stsd fourcc for mp4/3gp
2008-01-28 Reimar DöffingerUse DECLARE_ASM_CONST where possible in libswscale...
2008-01-28 Baptiste Coudurierwrite esds atom when mpeg-4 systems tags are used
2008-01-28 Baptiste Coudurierreorder object types id by muxing preference
2008-01-28 Baptiste Coudurierdocument tag field
2008-01-28 Diego Biurrunseektest depends on both codectest and libavtest.
2008-01-27 Diego BiurrunMove common test program infrastructure to common.mak.
2008-01-27 Diego BiurrunMove some lines in preparation for an upcoming commit.
2008-01-27 Diego BiurrunAdd Makefile rules for test programs.
2008-01-27 Diego BiurrunDo not install integer.h, it is not part of the public...
2008-01-27 Reimar DöffingerAdd and use DECLARE_ASM_CONST for constants used in...
2008-01-27 Reimar DöffingerUse DECLARE_ALIGNED in yet another place
2008-01-27 Reimar DöffingerUse DECLARE_ALIGNED and remove unneeded attribute_used
2008-01-27 Reimar DöffingerAdd CODEC_ID_MOV_TEXT and use it instead of modifying...
2008-01-27 Diego Biurruntypo
2008-01-27 Diego BiurrunAdd $(EXESUF) where necessary.
2008-01-27 Evgeniy StepanovAdd support for Matroska attachments.
2008-01-27 Måns Rullgårdwhitespace cosmetics
2008-01-27 Måns Rullgårdremove some ifeq ($(CONFIG_FOO),yes)
2008-01-27 Diego Biurrunwhitespace and sorting cosmetics
2008-01-27 Diego BiurrunAdd generic rule for all tests.
2008-01-27 Reimar DöffingerUse DECLARE_ALIGNED
2008-01-27 Guillaume Poirierfix indentation that was messed up by r11628
2008-01-27 Siarhei Siamashkafix lowres decoding support on ARM CPUs
2008-01-26 Michael NiedermayerSet subtitle codec id correctly, i hope this does not...
2008-01-26 Michael NiedermayerAdd non standard id needed for dvd subtitles.
2008-01-26 Reimar DöffingerExtract the pure plaintext from mov text subtitles.
2008-01-26 Michael NiedermayerSet correct codec type and id for text subtitles.
2008-01-26 Michael Niedermayerindent
2008-01-26 Michael NiedermayerOnly export packets which belong to the existing AVStream.
2008-01-26 Michael NiedermayerSelect non jpeg if there are multiple substreams.
2008-01-26 Diego BiurrunMerge rules for tools/* into a generic rule.
2008-01-26 Diego BiurrunProperly remove tools on clean.
2008-01-26 Diego BiurrunAdd -pthread to extralibs and not to ldflags so that...
2008-01-26 Diego BiurrunAdd a --enable-nonfree command line parameter similar...
2008-01-26 Diego BiurrunDo not group libamr_nb and libamr_wb together as libamr.
2008-01-26 Diego BiurrunClarify some FAQ entries.
2008-01-26 Diego BiurrunSplit general problems section into general questions...
2008-01-26 Diego BiurrunUpdate AC-3 FAQ entry.
2008-01-26 Baptiste Couduriercomment vorbis objectype id
2008-01-26 Baptiste Coudurierthis one is not standardized either
2008-01-26 Baptiste Coudurierremove non standard object type ids, if you find sample...
2008-01-25 Måns Rullgårdclean up dynamic loading of libfaad
2008-01-25 Zdenek KabelacCorrectly clean up IntraX8Context upon codec close.
2008-01-24 Måns Rullgårdcosmetic: libfaad.c indentation
2008-01-24 Måns Rullgårdfix dynamic loading of libfaad 2.6
2008-01-24 Michael NiedermayerFix crash for CAVLC->CABAC switch caused by writing...
2008-01-23 Diego BiurrunAdd #undef printf and disable non-functional code to...
2008-01-23 Michael NiedermayerComment to explain how the add/remove core works.
2008-01-23 Diego BiurrunFix test program compilation: Add missing #include...
2008-01-23 Diego BiurrunPut some disabled functions that are only used in the...
2008-01-23 Diego BiurrunAdd #undef random and call the right function to fix...
2008-01-22 Diego BiurrunRemove unused variables in test code.
2008-01-22 Mike Melansonclarify previous revision on optimization justification
2008-01-22 Mike MelansonMinistry of English Composition edits
2008-01-22 Michael NiedermayerCosmetics to speed up finding sections of interest.
2008-01-22 Michael Niedermayer"What speedup justifies an optimization" section
2008-01-22 Diego BiurrunFix warnings in test code:
2008-01-22 Diego Biurruncosmetics: Fix Benoit's ugly formatting.
2008-01-21 Aurelien Jacobsensure av_rescale_q() can be calculated (won't divide...
2008-01-21 Reimar DöffingerFix typo in comment
2008-01-21 Baptiste Couduriermention avm2 (flash 9) muxer in documentation and changelog
2008-01-21 Luca AbeniSupport out-of-band parameter sets in SDP for H.264...
2008-01-21 Luca AbeniAdd support for H.264 video in the RTP muxer
2008-01-21 Baptiste Coudurierunset extension, so code path, and guess format do...
2008-01-21 Benoit FouetInform user when bitstream filter fails.
2008-01-21 Michael NiedermayerFaster ff_sqrt()
2008-01-21 Luca AbeniAdd minimal support for H.264 video in the SDP generator
2008-01-21 Diego BiurrunRemove two unused variables.
2008-01-21 Diego BiurrunRemove unnecessary forward declaration.
2008-01-20 Diego Biurrunsmall grammar fix
2008-01-20 Diego BiurrunConsistently use TEST as the preprocessor condition...
2008-01-20 Aurelien Jacobsadd proper matroskaenc dependency over xiph.o
2008-01-20 Aurelien Jacobsadd missing Makefile rules for pcm muxers/demuxers
2008-01-20 Aurelien Jacobsadd missing Makefile rules for zork pcm encoder/decoder
2008-01-20 Aurelien Jacobsand thus, nellymoser obviously also depens on fft.o
2008-01-20 Aurelien Jacobsnellymoser uses mdct functions
2008-01-20 Baptiste Coudurierreorder alphabetically
2008-01-20 Paul Egannew avm2 (flash 9) muxer, patch by Paul Egan, paulegan...
2008-01-19 Baptiste Coudurierinit uid to 0
2008-01-19 Baptiste Coudurierindentation
2008-01-19 Baptiste Couduriercorrectly handle sony mpeg4 extradata
2008-01-19 Baptiste Couduriercheck if read child returned error
2008-01-19 Reimar DöffingerAdd mfspr-based AltiVec detection code.
2008-01-19 Baptiste Couduriersimplify with matching len
2008-01-19 Baptiste Couduriersimplify and detect better non frame wrapped mappings
2008-01-19 Baptiste Couduriercosmetics: read_metadata -> read
2008-01-19 Baptiste Couduriercosmetics
2008-01-19 Baptiste Coudurierremove unused crypto context uid
2008-01-19 Baptiste Couduriersupport dynamically allocated local tags, used by encry...
2008-01-19 Baptiste Couduriercheck malloc return
next