platform/upstream/libav.git
2010-01-16 Vitor SessakUse macros instead of inline functions to replace the...
2010-01-16 ami_stuffSupport 2Vuy in mov, fixes issue 1690.
2010-01-15 Ramiro PollaExclude .svn and .git directories from doxygen document...
2010-01-15 Måns RullgårdFix out of tree build with hardcoded tables
2010-01-15 Ramiro Pollamingw32: Build for Windows XP by default. Add note...
2010-01-15 Ramiro PollaDon't initialize normal horizontal filter if MMX2 filte...
2010-01-15 Ramiro PollaGet one step closer to world domination.
2010-01-15 Jai MenonDo not print VDPAU upgrade notice when configure is...
2010-01-15 Måns RullgårdAAC: optimise bitstream reading in decode_spectrum_and_...
2010-01-15 Carl Eugen... Support decoding of Avid uncompressed mov files, fixes...
2010-01-15 Carl Eugen... Support decoding Avid 1:1x codec, (partially) fixes...
2010-01-15 Zuxy MengConst correctness for src pointer. Remove all constness...
2010-01-15 Michael NiedermayerAdd forgotten include of h264_mvpred.h to h264.h.
2010-01-15 Michael NiedermayerAdd forgotton multiple inclusion guards to h264_mvpred.h.
2010-01-15 Måns RullgårdAAC: ARM/NEON asm for VMUL2/4 functions
2010-01-15 Carl Eugen... Do not assign codec_tag to pix_fmt in rawdec.c, but...
2010-01-15 Stefano SabatiniFix typo.
2010-01-14 Måns RullgårdOptimise av_log2 with clz when available
2010-01-14 Måns RullgårdSet HAVE_FAST_CLZ if CPU has a fast count leading zeros...
2010-01-14 Ramiro PollaRemove unused clip_table code.
2010-01-14 Måns Rullgårdconfigure: allow reverse auto-selection of options
2010-01-14 Reimar DöffingerChange code so it uses 2 adds instead of one FFABS.
2010-01-14 Peter RossLatent libavformat version bump and documentation updat...
2010-01-14 Peter RossAdobe Filmstrip muxer and demuxer
2010-01-14 Ramiro PollaAdd const qualifier to rgb48 to YV12 functions' src.
2010-01-14 Ramiro PollaAdd missing parameter to rgb48 to YV12 functions.
2010-01-14 Alexander StrangeImplement alpha channel decoding for BGR HuffYUV.
2010-01-14 Andrew Wasonset stream aspect from mov tkhd width/height, patch...
2010-01-13 Baptiste Coudurierdo not skip mdat data if it's the last atom, avoids...
2010-01-13 Baptiste Coudurierrestore old buffer content when seek failed in http...
2010-01-13 Baptiste Coudurierrevert wrongly commited hunk in r21205
2010-01-13 Baptiste Coudurierremove useless type declarations
2010-01-13 Baptiste Coudurierremove useless declarations from mpegts.h
2010-01-13 Baptiste Coudurieruse codec rc_max_rate if set and warn if bit rate is...
2010-01-13 Baptiste CoudurierDo not split audio frames accross pes packets.
2010-01-13 Luca AbeniSurprisingly enough, the RTP muxer does not depend...
2010-01-13 Mike Scheutzowprint more debug info about muxing parameters, patch...
2010-01-13 Mike Scheutzowupdate mpegts_write_pes documentation, patch by Mike...
2010-01-13 Mike ScheutzowInsert null packets to keep pcr values correct, patch...
2010-01-13 Mike Scheutzowmove pcr/sdt/pat period computation after ts->mux_rate...
2010-01-13 Mike Scheutzowoutput a pcr as soon as possible, patch by Mike Scheutz...
2010-01-13 Niobosfix ts packet header size computation, patch by Niobos...
2010-01-13 Niobosfix sdt, pat, pcr size computation, patch by Niobos...
2010-01-13 Luca AbeniThe RTP muxer does not need rtp_asf.c
2010-01-13 Luca AbeniRemove the inclusion of unneeded headers
2010-01-13 Måns RullgårdDefine !CONFIG_FOO in config.make if feature disabled
2010-01-13 Måns RullgårdAAC: Reduce depth of vlc_spectral tables to 2
2010-01-13 Måns RullgårdAAC: Unswitch loop over window groups in decode_spectru...
2010-01-13 Måns RullgårdAAC: simplify some calculations in decode_spectrum_and_...
2010-01-13 Måns RullgårdAAC: Compress codebook tables and optimise sign bit...
2010-01-13 Ronald S. BultjeFix issue1658 (trailing space in rtpmap descriptor).
2010-01-13 Tomas HärdinCheck there is a stream before writing header.
2010-01-13 Vitor SessakRemove needless use of log2f()
2010-01-13 Vitor SessakRemove the struct SiprModeParam of the context. This...
2010-01-13 Måns RullgårdSIPR: kill variable-length arrays
2010-01-13 Michael Niedermayerremove unused variable
2010-01-13 Michael NiedermayerSplit cabac decoding code out of h264.c.
2010-01-13 Michael NiedermayerMove golomb_to_int*cbp tables back to h264_data.h as...
2010-01-13 Zuxy MengMore av_cold for infrequently called functions.
2010-01-13 Michael NiedermayerSplit cavlc out of h264.c.
2010-01-13 Stefano SabatiniMake avfilter_insert_filter() log the names of the...
2010-01-13 Stefano SabatiniMake query_formats() print an error message if an auto...
2010-01-12 Reimar DöffingerUse MULH instead of 64x64 multiplication, around 5...
2010-01-12 Michael NiedermayerSplit motion vector prediction off h264.c/h.
2010-01-12 Michael NiedermayerMove check_intra4x4_pred_mode() back from h264.h to...
2010-01-12 Michael NiedermayerSplit all the reference picture handling off h264.c.
2010-01-12 Thilo BorgmannReindent after last commit.
2010-01-12 Thilo BorgmannReplace variable length array with an allocated buffer
2010-01-12 Michael NiedermayerSplit (picture|seq) parameter set decoding out of h264.c.
2010-01-12 David Conrad/nop is illegal with Apple's older version of gas,...
2010-01-12 Michael NiedermayerSplit SEI code off h264.c.
2010-01-12 Ronald S. BultjeReindent after r21166.
2010-01-12 Tomas HärdinUse chunked encoding for HTTP uploads. Patch by Tomas...
2010-01-12 Michael NiedermayerSplit direct mode (macro)block decoding off h264.c.
2010-01-12 Michael NiedermayerAlign mb_bit_buffer and vs_bit_buffer as their alignmen...
2010-01-12 Martin StorsjöMake sure the destination address is written as an...
2010-01-12 Zuxy MengReduce stack usage in svq1_encode_plane(). Reuse contex...
2010-01-12 SergiyCorrect timestamps inside FLV data received by RTMP.
2010-01-12 Art ClarkeUse old-style RTMP handshake for old servers.
2010-01-12 Michael NiedermayerSplit h264 loop filter off h264.c.
2010-01-12 Michael NiedermayerMove svq3.o to the correct spot.
2010-01-12 Michael NiedermayerGet rid of #include "svq3.c"
2010-01-12 Michael NiedermayerBetter title for the file.
2010-01-12 Zuxy MengMake sure that sfence is used after any non temporal...
2010-01-12 Vitor SessakAdd replacements for log2f(), exp2() and exp2f() for...
2010-01-12 Carl Eugen... Support uncompressed ("Resolution 1:1") Avid AVI Codec...
2010-01-11 Måns RullgårdAAC: use table for cbrtf(n)*n
2010-01-11 Luca AbeniRemove the inclusion of unneeded headers
2010-01-11 Måns RullgårdAAC: escape_sequence is 21 bits max
2010-01-11 Martin StorsjöProvide a fallback for getnameinfo() also. Patch by...
2010-01-11 Martin StorsjöImplement a fallback for struct sockaddr_storage if...
2010-01-11 Martin StorsjöCheck for struct sockaddr_storage. Patch by Martin...
2010-01-11 Martin StorsjöUse getaddrinfo() instead of resolve_host(). Patch...
2010-01-11 Martin StorsjöDeprecate resolve_host(). Patch by Martin Storsjö ...
2010-01-11 Martin StorsjöProvide fallback implementations of getaddrinfo() and...
2010-01-11 Martin StorsjöCheck for struct addrinfo availability. Patch by Martin...
2010-01-11 Ronald S. BultjeUse getaddrinfo(), if available, in resolve_host()...
2010-01-11 Martin StorsjöCheck for getaddrinfo(), patch by Martin Storsjö <...
2010-01-11 Alex Conversefft-test: Add RDFT/IRDFT support.
2010-01-11 Alex Conversefft-test: Replace do_mdct with a tf_transform enum...
next