OSDN Git Service

android-x86/external-ffmpeg.git
2011-11-19 John Stebbinsswscale: Fix stack alignment for SSE
2011-11-19 Justin Rugglesavcodec: move some AVCodecContext fields to an internal...
2011-11-19 Justin Rugglesavcodec: use av_opt_set() instead of deprecated av_set_...
2011-11-19 Justin Rugglesavcodec: fix some const warnings
2011-11-19 Justin Rugglesavcodec: remove pointless AVOption, internal_buffer_count
2011-11-19 Thierry Foucuimgutils: Fix illegal read.
2011-11-18 Janne Grunauconfigure: add check for w32threads to enable it automa...
2011-11-18 Josh Allmannrtmp: do not hardcode invoke numbers
2011-11-18 Luca Barbatocinepack: return non-generic errors
2011-11-18 Anton Khirnovfate-lavf-ts: use -mpegts_transport_stream_id option.
2011-11-18 Anton KhirnovAdd an APIchanges entry and a minor bump for avio changes.
2011-11-18 Martin Storsjöavio: Mark the old interrupt callback mechanism as...
2011-11-18 Martin Storsjöavplay: Set the new interrupt callback
2011-11-18 Martin Storsjöavconv: Set new interrupt callbacks for all AVFormatCon...
2011-11-18 Michael Niedermayercinepak: remove redundant coordinate checks
2011-11-18 Michael Niedermayercinepak: check strip_size
2011-11-18 Michael Niedermayercinepak, simplify, use AV_RB24()
2011-11-18 Michael Niedermayercinepak: simplify, use FFMIN()
2011-11-18 Michael Niedermayercinepak: Fix division by zero, ask for sample if encode...
2011-11-18 Panagiotis... applehttp: Fix seeking in streams not starting at DTS=0
2011-11-18 Martin Storsjöhttp: Don't use the normal http proxy mechanism for...
2011-11-18 Martin Storsjötls: Handle connection via a http proxy
2011-11-18 Martin Storsjöhttp: Reorder two code blocks
2011-11-18 Martin Storsjöhttp: Add a new protocol for opening connections via...
2011-11-18 Martin Storsjöhttp: Split out the non-chunked buffer reading part...
2011-11-18 Matthew Hoopssegafilm: add support for raw videos
2011-11-18 John Brooksrtpdec: only use RTCP for PTS when synchronizing multip...
2011-11-18 John Brooksrtpdec: unwrap RTP timestamps for PTS calculation
2011-11-17 Alex Conversevp5: Fix illegal read.
2011-11-17 Thierry Foucuvp6: Fix illegal read.
2011-11-17 Martin Storsjötls: Use TLSv1_client_method for OpenSSL
2011-11-16 Martin Storsjömpegaudiodec: Don't use a nonexistent log context for...
2011-11-16 Martin Storsjöavformat: Accept the ISO8601 separate format as input...
2011-11-16 Martin Storsjöavformat: Interpret times in ff_iso8601_to_unix_time...
2011-11-16 Martin Storsjöavutil: Add av_timegm as a public function
2011-11-16 Mike Melansoncinepak: Add another special case so that it can handle...
2011-11-16 Kostya Shishkovlagarith: add some RGBA decoding support
2011-11-16 Nathan Caldwelllagarith: Add correct line prediction for RGB
2011-11-15 Mans Rullgardlavf: fix multiplication overflow in avformat_find_stre...
2011-11-15 Justin Rugglescosmetics: indentation
2011-11-15 Justin Rugglesmpegaudiodec: init static tables in AVCodec.init_static...
2011-11-14 Mans Rullgardbinkvideo: simplify and remove invalid shifts
2011-11-14 Luca Barbatopulse: compute frame_duration once and fix it
2011-11-14 Luca Barbatolavf: simplify format_child_class_next()
2011-11-14 Sebastien Zwickerthwaccel: OS X Video Decoder Acceleration (VDA) support.
2011-11-14 Janne Grunaudoc: add support for an optional navigation bar in...
2011-11-13 Anton Khirnovlavf: pass options from AVFormatContext to avio.
2011-11-13 Martin Storsjöavformat: Use avio_open2, pass the AVFormatContext...
2011-11-13 Martin Storsjöavio: add avio_open2, taking an interrupt callback...
2011-11-13 Anton Khirnovavio: add support for passing options to protocols.
2011-11-13 Anton Khirnovavio: add and use ffurl_protocol_next().
2011-11-13 Martin Storsjöavformat: Pass the interrupt callback on to chained...
2011-11-13 Martin Storsjöavio: Add an AVIOInterruptCB parameter to ffurl_open...
2011-11-13 Martin Storsjöavformat: Use ff_check_interrupt
2011-11-13 Martin Storsjöavio: Add an internal utility function for checking...
2011-11-13 Martin Storsjöavio: Add AVIOInterruptCB
2011-11-13 Luca Barbatotexi2html: remove stray \n
2011-11-13 Luca Barbatodoc: prettyfy the texi2html documentation
2011-11-13 Ronald S. Bultjeswscale: handle unaligned buffers in yuv2plane1
2011-11-11 Janne Grunauvble: remove vble_error_close
2011-11-11 Derek BuitenhuisVBLE Decoder
2011-11-11 Justin Rugglestta: use an integer instead of a pointer to iterate...
2011-11-11 Justin Rugglesshorten: do not modify samples pointer when interleaving
2011-11-11 Justin Rugglesmpc7: only support stereo input.
2011-11-11 Justin Rugglesdpcm: do not try to decode empty packets
2011-11-11 Justin Rugglesdpcm: remove unneeded buf_size==0 check.
2011-11-11 Justin Rugglestwinvq: add SSE/AVX optimized sum/difference stereo...
2011-11-11 Justin Rugglesvqf/twinvq: pass vqf COMM chunk info in extradata
2011-11-11 Justin Rugglesvqf: do not set bits_per_coded_sample for TwinVQ.
2011-11-11 Justin Rugglestwinvq: check for allocation failure in init_mdct_win()
2011-11-11 Sean McGovernswscale: add padding to conversion buffer.
2011-11-11 John Brooksrtpdec: Simplify finalize_packet
2011-11-11 Martin Storsjöhttp: Handle proxy authentication
2011-11-11 Martin Storsjöhttp: Print an error message for Authorization Required...
2011-11-11 Anton KhirnovAVOptions: don't return an invalid option when option...
2011-11-11 Mike MelansonAIFF: add 'twos' FourCC for the mux/demuxer (big endian...
2011-11-10 Luca Barbatodoc: update libavfilter documentation
2011-11-10 Martin Storsjötls: Use the URLContext as logging context
2011-11-10 Alex Converseaes: Avoid illegal read and don't generate more key...
2011-11-10 Alex Conversempc7: Fix memset call in mpc7_decode_frame function
2011-11-10 Justin Rugglesatrac1: use correct context for av_log()
2011-11-10 Justin Rugglesapedec: consume the whole packet when copying to the...
2011-11-10 Justin Rugglesapedec: do not needlessly copy s->samples to nblocks.
2011-11-10 Justin Rugglesapedec: check output buffer size after calculating...
2011-11-10 Justin Rugglesapedec: remove unneeded entropy decoder normalization.
2011-11-10 Justin Rugglestruespeech: use memmove() in truespeech_update_filters()
2011-11-10 Justin Rugglesvorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check
2011-11-10 Justin Rugglesvorbisdec: remove unneeded buf_size==0 check
2011-11-10 Justin Rugglesvorbisdec: return proper error codes instead of made...
2011-11-10 Martin Storsjöhttp: Don't add a Range: bytes=0- header for POST
2011-11-10 Laurent Aimarsunrast: Check for invalid/corrupted bitstream
2011-11-10 Martin Storsjöhttp: Change the chunksize AVOption into chunked_post
2011-11-10 Anton Khirnovhttp: Add encoding/decoding flags to the AVOptions
2011-11-10 Anton Khirnovavconv: remove some codec-specific hacks
2011-11-10 Anton Khirnovcrypto: add decoding flag to options.
2011-11-10 Anton Khirnovtls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_F...
2011-11-10 Anton Khirnovhttp: use different classes for http and https.
2011-11-10 Martin Storsjöhttp: Change an error log message to a warning
2011-11-10 Martin Storsjöhttp: Remove the now unused ff_http_set_headers custom...
2011-11-10 Martin Storsjömms: Set http custom headers via the AVOption
next