]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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...
2010-01-11 Martin Storsjöconfigure: Make check_type handle type names containing...
2010-01-11 Kostya ShishkovFix two RLE buffer size calculations in TSCC decoder.
2010-01-11 Måns Rullgårdconfigure: allow names with spaces in enable/disable_safe
2010-01-11 Peter Rossadd myself as the electronicarts demuxer maintainer
2010-01-11 Carl Eugen... 10l: Fix forgotten variable rename from r14893 (fixes...
2010-01-11 Zuxy MengAvoid redefinition of RGB_PLANAR2PACKED24 as the templa...
2010-01-11 Ramiro Pollacosmetics: {} placement.
2010-01-11 David Conradoggdec: Set dts when known
2010-01-11 Alexander StrangeAdd missing internal.h to files calling ff_match_2uint16().
2010-01-11 Michael NiedermayerOptimize ff_snow_horizontal_compose97i.
2010-01-11 Michael NiedermayerMerge vertical_compose53iL0*()
2010-01-11 Michael NiedermayerOptimize horizontal_compose53i() by inlining inv_lift...
2010-01-11 David Conradmkvdec: Avoid divide-by-zero crash on invalid real...
2010-01-11 David ConradAdd support for dirac in ogg
2010-01-11 David ConradAdd a function to parse Dirac's sequence header
2010-01-11 David ConradExport fullrange flag and color information for h.264
2010-01-10 Vladimir VoroshilovSIPR decoder for modes 8k5, 6k5 and 5k0.
2010-01-10 Stefano SabatiniMake query_formats() increment the scaler_count after...
2010-01-10 Stefano SabatiniMake avfilter_insert_filter() print the instance name...
2010-01-10 Stefano SabatiniAdd an entry for the addition of a parameter log_ctx to
2010-01-10 Stefano SabatiniAdd a log context to avfilter_graph_config_links().
2010-01-10 Stefano SabatiniRemove extra empty line.
2010-01-10 Carl Eugen... Use enum CodecID where appropriate.
next