platform/upstream/libav.git
2010-08-26 Måns Rullgårdconfigure: improve error message for missing yasm
2010-08-26 Alex Conversex86: Require yasm OR --disable-asm OR --disable-mmx...
2010-08-26 Måns RullgårdRevert "Disable MMX for i686 and pentiumpro"
2010-08-26 Ronald S. BultjeFix typos when converting inline asm to yasm, fixes...
2010-08-26 Måns Rullgårdfate: print list of tests with "make fate-list"
2010-08-26 Måns RullgårdDisable MMX for i686 and pentiumpro
2010-08-26 Måns Rullgårdconfigure: select warning suppression syntax based...
2010-08-26 Tobias BindhammerCosmetic changes.
2010-08-26 Tobias BindhammerInsert info from extradata into header
2010-08-26 Tobias BindhammerAdded option to write frames interleaved (yet disabled)
2010-08-26 Tobias BindhammerClarify code/avoid possible bugs by using precalculated...
2010-08-26 Tobias Bindhammerenable a flexible lifetime
2010-08-26 Tobias BindhammerSetting proper values in extradata for future use in...
2010-08-26 Martin StorsjöFlush the PutBitsContext at the end of each block when...
2010-08-26 Stefano SabatiniAdd APIchanges entry after the addition of
2010-08-26 S.N. Hemanth... Implement avcodec_get_channel_layout().
2010-08-25 Andreas ÖmanMake stub version of ff_sdp_write_media() match its...
2010-08-25 Ronald S. BultjeRevert r24931, it broke Win32 and some BSD compiles...
2010-08-25 Måns RullgårdRemove duplicate definitions of fullpel MC functions
2010-08-25 Måns Rullgårdsp5x: remove broken code under #if 0
2010-08-25 Ronald S. BultjeMark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2...
2010-08-25 Måns Rullgårdfate: build with --enable-gpl
2010-08-25 Josh AllmannAdd rtp_get_rtcp_file_handle function
2010-08-25 Vitor SessakVP3 fate test
2010-08-25 Ronald S. BultjeAdd changelog entry for MMSH support.
2010-08-25 Måns RullgårdVP6: fix vp6_filter_diag4_mmx/sse on 64-bit
2010-08-25 Martin StorsjöHandle IPv6 in the RTSP code
2010-08-25 Martin StorsjöHandle IPv6 in the SDP demuxer
2010-08-25 Måns RullgårdARM: update struct offsets
2010-08-25 Ramiro Pollaswscale: simplify selection of optimizations to compile.
2010-08-25 Ramiro Pollaswscale: Always define COMPILE_xxx to either 0 or 1.
2010-08-25 Ronald S. BultjeMove vp6_filter_diag4() x86 SIMD code from inline ASM...
2010-08-25 Ronald S. BultjeMove vp6_filter_diag4() from DSPContext to VP56DSPContext.
2010-08-25 Martin Storsjörtsp: Return EOF if the TCP control channel is closed
2010-08-25 Martin StorsjöReindent
2010-08-25 Martin StorsjöSimplify resolve_destination in sdp.c further, now...
2010-08-25 Martin Storsjö10l, add new function parameters to resolve_destination...
2010-08-25 Martin StorsjöReindent, rewrap lines
2010-08-25 Martin StorsjöProperly handle IPv6 addresses in the SDP generation
2010-08-25 Tobias Bindhammercleanup a bit in a64multi_encode_frame()
2010-08-25 Tobias Bindhammeradded/extended some comments in a64multi_encode_frame()
2010-08-25 Josh Allmannrtp: Replace hardcoded RTCP packet types with defines
2010-08-24 Vitor SessakRenderware TeXture Dictionary FATE test
2010-08-24 Janne Grunauconfigure: enable fast_cmov for 'atom'
2010-08-24 Måns RullgårdRemove global mm_flags variable
2010-08-24 Ronald S. BultjeMark xmm registers as clobbered in simple loopfilter...
2010-08-24 Måns Rullgårdconfigure: fix typo in test deps
2010-08-24 Alex ConverseFix undefined expressions that use multiple calls to...
2010-08-24 Stefano SabatiniFactorize opt_new_{audio,video,subtitle} definitions.
2010-08-24 Stefano SabatiniCosmetics: rename out_video_filter to output_video_filt...
2010-08-24 Stefano SabatiniMake configure_filters() return a meaningful error...
2010-08-24 Måns Rullgårdmsmpeg4v1: fix undefined behaviour in msmpeg4_decode_pi...
2010-08-24 Tobias Bindhammeradded interlacing option and compression option for...
2010-08-24 Stefano SabatiniImplement ff_get_ref_perms_string() and use it for...
2010-08-24 Måns Rullgårdavformat: free decryption key in av_close_input_stream()
2010-08-24 Tobias Bindhammerfixed some return values and deprecated CODEC_TYPE_VIDEO.
2010-08-24 Måns Rullgårdasfcrypt: fix unaligned accesses with armcc
2010-08-24 Stefano SabatiniAdd fifo filter.
2010-08-24 Stefano SabatiniMake avfilter_start_frame() invoke avfilter_get_video_b...
2010-08-24 Ramiro Pollaindent
2010-08-23 Måns Rullgårdswscale: fix unaligned accesses in (RGB|BGR)32_1 to...
2010-08-23 Måns Rullgårdswscale: remove unused macro parameter in BGR2UV template
2010-08-23 Dave YeoAdd _XOPEN_SOURCE definition for usleep().
2010-08-23 Nathan Caldwellacenc: LAME-inspired window decision
2010-08-23 Alex ConverseRevert unintended changes to fft.h from r24890.
2010-08-23 Nathan Caldwellaacenc: Rename Psy3gpp* structs to AacPsy*
2010-08-23 Måns Rullgårdfate: set LC_ALL=C to avoid locale interference
2010-08-23 Vitor SessakBinkAudio FATE tests
2010-08-23 Alex Converseimdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_...
2010-08-23 Måns Rullgårdasfcrypt: fix unaligned read in ff_asfcrypt_dec()
2010-08-23 Benoit FouetAdd missing parentheses to AV_NE macro.
2010-08-23 Vitor SessakMake "-fs ss" mean "make output file of size equals...
2010-08-23 Tobias BindhammerAdding of a64-codec: there were changes to be documente...
2010-08-23 Tobias Bindhammerremoved an unnecessary blank line
2010-08-23 Vitor Sessakfix fate breakage, 10l to me (too much copy and pasting)
2010-08-23 Vitor SessakMP3 float decoder FATE tests
2010-08-23 Luca AbeniDo not use the server SSRC as client SSRC in the RTP...
2010-08-23 Tobias Bindhammerenabling codec and muxer by registering it in allcodec...
2010-08-23 Tobias Bindhammeradded codec-ids for the a64 codec
2010-08-23 Tobias Bindhammerdocumentation added for the a64 codec
2010-08-23 Tobias BindhammerCorresponding muxer for the a64 codec
2010-08-23 Vitor SessakAdd FATE test for WMV8 DRM
2010-08-23 Tobias BindhammerInitial version of the a64 (multicolor charset) codec
2010-08-23 Reimar DöffingerAdd truemotion1 tests.
2010-08-23 Ronald S. BultjeFix segfaults in VP8 SIMD code on Win64 (and FATE/win64...
2010-08-22 Måns Rullgårdfate: remove unused variable in fate.sh
2010-08-22 Alex ConverseConvert ff_imdct_half_sse() to yasm.
2010-08-22 Måns Rullgårdfate: remove pointless fate/fate2 separation
2010-08-22 Måns Rullgårdmmsh depends on http
2010-08-22 Måns Rullgårdfate: allow specifying relative path to config file...
2010-08-21 Vitor SessakAdd FATE test for ANSI/ASCII animation and TTY demuxer
2010-08-21 Reimar DöffingerThe 24-bit ydt also should not depend on endianness,
2010-08-21 Reimar DöffingerSince the 24 bit format is decoded to endian-dependant
2010-08-21 Reimar DöffingerDo not swap red and blue when decoding truemotion
2010-08-21 Ronald S. BultjeMMSH support, the most popular and widely used of all...
2010-08-21 Stefano SabatiniCosmetics: remove useless ().
2010-08-21 Stefano SabatiniCosmetics: if( -> if (.
2010-08-21 Reimar DöffingerExport the presentation video dimensions as avctx-...
2010-08-21 Reimar DöffingerAdd myself as maintainer for the PGS subtitle decoder.
2010-08-20 S.N. Hemanth... Add null audio filter.
next