platform/upstream/libav.git
2009-06-22 Ronald S. BultjeChange packet_size from signed to unsigned, since it...
2009-06-21 Stefano SabatiniCosmetics: rename 'name' av_strtod() param to 'numstr...
2009-06-21 Justin Rugglesoggenc: Change error log text. An error here does not...
2009-06-21 Justin Rugglesoggenc: return error value from ogg_build_flac_headers()
2009-06-21 Justin Rugglescosmetics: spacing and comments
2009-06-21 Justin Rugglesoggenc: check for failed av_mallocz()
2009-06-21 Baptiste CoudurierFetch timestamp for the first frame of field only if...
2009-06-21 Baptiste Coudurierclarify encoder and decoder opening error messages
2009-06-20 Carl Eugen... Revert unintended hunk of r19241.
2009-06-20 Carl Eugen... Revert r19239: It broke four conformance tests.
2009-06-20 Vladimir VoroshilovConvertion of LSF values to coefficients of linear...
2009-06-20 Haruhiko YamagataFix H.264 picture reordering.
2009-06-20 Carl Eugen... Fix indentation after last commit.
2009-06-20 Yoshihisa UchidaFix yamaha adpcm stereo (issue 1117).
2009-06-20 Yoshihisa UchidaFix onMetaData property count in flv files (issue 1206).
2009-06-20 Sascha SommerMake remaining run level decode comments doxygen comments
2009-06-20 Sascha SommerSimplify run level decoding:
2009-06-20 Sascha SommerFix indentation after the previous commit
2009-06-20 Sascha SommerAdd support for escape coded wmapro run level coefficients
2009-06-20 Sascha SommerIntroduce WMACoef typedef for decoded coefficients
2009-06-20 Jai MenonPrint meaningful error messages when url_fopen fails.
2009-06-20 Wolfram Glogeradd 0-termination in table, patch by Wolfram Gloger...
2009-06-19 Brian Bricefix dvcprohd 720p channels 3 and 4 audio timestamps...
2009-06-19 Michael KostylevDisable network support if required headers cannot...
2009-06-19 Eric BuehlSupport varying frame sizes in a single file.
2009-06-19 Patrick DehneAdd support for id3 tag parsing for ADTS AAC streams
2009-06-19 Patrick DehneMove id3v1/id3v2 handling code from mp3.c to id3v[12].c.
2009-06-19 Reimar DöffingerAdd support for muxing XSUB subtitles to AVI muxer.
2009-06-19 Reimar DöffingerAdd support for encoding XSUB subtitles. Muxing support...
2009-06-19 Reimar DöffingerAdd pts field to AVSubtitle, for use by future XSUB...
2009-06-18 Stefano SabatiniRename tests/ffmpeg.regression.ref to tests/vsynth...
2009-06-18 Jason Garrett... Add fourcc 0x10000004, seems to actually be MPEG4....
2009-06-18 Vladimir VoroshilovG.729 decoding routine (skeleton, including parameters...
2009-06-18 Michael NiedermayerPrint why av_find_stream_info() failed, this is a rathe...
2009-06-17 Måns RullgårdARM: slightly faster NEON H264 horizontal loop filter
2009-06-17 Ronald S. BultjeSet restrictions on packet_size, as per ISO-11172 ...
2009-06-17 Vitor SessakDo not call rgb2rgbWrapper() for rgb48*, there is no...
2009-06-17 Benoit FouetRemove a test on an always false condition.
2009-06-17 Jason Garrett... VC-1/WMV: Remove redundant ff_init_block_index() calls.
2009-06-17 Alexander StrangeAdd '.mp1' for MP1 audio in MOV/CAF.
2009-06-16 Jason Garrett... Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes...
2009-06-16 Art ClarkeDowngrade message log level (from AV_LOG_ERROR to AV_LO...
2009-06-16 Stefano SabatiniMove opt_loglevel() from ffmpeg.c to cmdutils.c.
2009-06-16 Ramiro PollaMake ffmpeg able to set the loglevel option using strings
2009-06-16 Alexander StrangeH.264: Fix memory leaks with multithreading.
2009-06-16 Jason Garrett... SSE version of clear_blocks
2009-06-16 Jason Garrett... VC-1/WMV3 decoding: don't clear blocks unless they...
2009-06-16 Jason Garrett... idct_dc for VC-1/WMV3 decoder; ~11% faster decoding...
2009-06-16 Jason Garrett... Fix typo in vc1.c, make capitalization in warning/error...
2009-06-15 Måns RullgårdAdd "config" make target to rerun configure with old...
2009-06-15 Måns Rullgårdconfigure: properly quote configure options stored...
2009-06-15 Ramiro PollaFix unaligned accesses by doing bytewise access until...
2009-06-15 Patrick DehneThe AAC demuxer now depends on id3v1.o.
2009-06-15 Baptiste Couduriercheck atom size against edit_count to avoid very long...
2009-06-15 Baptiste Coudurierfix probing and demuxing of pond.dv, issue #887
2009-06-14 Baptiste Coudurierdo not use av_parser_change for h264 which uses bitstre...
2009-06-14 Måns Rullgårdregtest: print commands also for image format tests
2009-06-14 Måns RullgårdPrint error message when output buffer allocation fails
2009-06-14 Baptiste Coudurierprint error when dv frame profile cannot be found
2009-06-14 Baptiste Couduriercheck if frame size matches old sys and assumes corrupt...
2009-06-14 Diego BiurrunMerge FreeBSD and DragonFlyBSD OS detection sections.
2009-06-14 Adam HokaAdd DragonFlyBSD to the list of supported OSes.
2009-06-14 Peter RossInitialise MAD decode_block_intra() loop iterator to...
2009-06-14 Vladimir VoroshilovG.729 decoder initialization routine (skeleton)
2009-06-14 Vladimir VoroshilovReplace MAX_SUBFRAME_SIZE and ctx->subframe_size with...
2009-06-13 Justin RugglesAdd a VorbisComment metadata conversion table and use...
2009-06-13 Justin RugglesDo not guess the channel layout when getting its string...
2009-06-13 Aurelien Jacobsmatroskadec: prepend TargetType to metadata key name
2009-06-13 Justin RugglesRemove the 3-front-channel layout from the list of...
2009-06-13 Kostya ShishkovCorrect reading bits in MPC SV8 base codes (when we...
2009-06-13 Kostya ShishkovAllocate a bit more memory for MPC SV8 seek table,...
2009-06-13 Jason Garrett... Analysis of logs show that there are in fact some files...
2009-06-13 Peter RossElectronic Arts demuxer: support Madcow video tag
2009-06-13 Peter RossElectronic Arts Madcow decoder
2009-06-13 David ConradAlso accept TS as a prefix for wav twoccs (used by...
2009-06-13 Jason Garrett... Add "0x11005354" as a fourcc for MOV audio; fixes audio...
2009-06-12 Alex ConverseCosmetics: Re-indent after last commit
2009-06-12 Alex ConverseMove TNS and swb_offset tables from aacdectab.h to...
2009-06-12 Alex ConverseDo not include libavcodec/internal.h in the ADTS muxer.
2009-06-12 Jason Garrett... Add new FOURCC (0x0003) for raw DIB video, set flip...
2009-06-12 Sascha SommerMove run level decode functionality to ff_wma_run_level...
2009-06-12 Sascha Sommercosmetics: Add brackets between if/else
2009-06-12 Sascha SommerAdd additional sample rates to the frame len bits calcu...
2009-06-12 Sascha SommerFix placment of the DPCM Xan comment
2009-06-12 Sascha SommerMove frame len bits calculation to ff_wma_get_frame_len...
2009-06-12 Jai MenonAssociate the 0x6c75 TwoCC used in certain Kodak cameras
2009-06-12 Diego Biurruncosmetics: Prettyprint and reformat wma.c closer to...
2009-06-12 Baptiste CoudurierFail and print correct error message when video stream...
2009-06-12 Jimmy ChristensenDPX (Digital Picture Exchange) image decoder
2009-06-12 David ConradAdd sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s...
2009-06-12 Jason Garrett... Add "m2v1" to fourccs for MPEG-2 video; fixes some...
2009-06-12 Jeff DownsFix cast of byte buffer to uint32 that was disregarding...
2009-06-12 Jason Garrett... Add alternate fourcc for QCELP audio (qclq). Fixes...
2009-06-11 Diego Biurruncosmetics: Prettyprint one more line to have columns...
2009-06-11 Diego BiurrunThe internal header libavutil/internal.h should not...
2009-06-11 Ramiro PollaKill warnings of possibly unused variables by using...
2009-06-11 Diego Biurruncosmetics: Reformat to K&R and prettyprint newly create...
2009-06-11 Patrick DehneMove id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.
2009-06-11 Diego BiurrunFix compilation: #undef standard library functions...
2009-06-11 Diego BiurrunAdd libavutil/internal.h #include, required for the...
next