]> git.sesse.net Git - ffmpeg/history - libavformat
Add forgotten %ifdef HAVE_AVX.
[ffmpeg] / libavformat /
2011-12-03 Carl Eugen HoyosAllow last mov chunk to have an arbitrary number of...
2011-12-03 Michael Niedermayeroma: Fix out of array read.
2011-12-03 Michael Niedermayerid3v2: Fix null ptr crash in get_extra_meta_func()
2011-12-03 Clément Bœschlavf: rename remaining av_set_pts_info() to avpriv_set_...
2011-12-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-12-02 Janne Grunaulatmdec: fix audio specific config parsing
2011-12-02 Mans RullgardDo not memcpy raw video frames when using null muxer
2011-12-02 John Stebbinsasf: use packet dts as approximation of pts
2011-12-02 Luca Barbatoasf: do not call av_read_frame
2011-12-02 Martin Storsjörtsp: Initialize the media_type_mask in the rtp guessin...
2011-12-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-12-01 Adrian DrzewieckiFix id3v2 extended header handling.
2011-12-01 Martin Storsjörtpenc: Add support for G726 audio
2011-12-01 Martin Storsjörtpdec: Interpret the different G726 names as bits_per_...
2011-12-01 Martin Storsjörtpenc: Change rtp_send_samples to handle sample sizes...
2011-12-01 Martin Storsjörtpenc: Cast a rescaling parameter to int64_t
2011-12-01 Anton Khirnovpmpdec: don't use deprecated av_set_pts_info.
2011-12-01 Reimar DöffingerAdd PlayStation Portable PMP format demuxer
2011-12-01 Martin Storsjöproto: Realign struct initializers
2011-12-01 Martin Storsjöproto: Use .priv_data_size to allocate the private...
2011-12-01 Martin Storsjömmsh: Properly clean up if the second ffurl_alloc failed
2011-12-01 Martin Storsjörtmp: Clean up properly if the handshake failed
2011-12-01 Martin Storsjömd5proto: Remove the get_file_handle function
2011-12-01 Martin Storsjöapplehttpproto: Use the close function if the open...
2011-12-01 Martin Storsjöhttp: Make sure proxyauth is initialized
2011-12-01 Michael Niedermayerlavf: allow grouping packets in chunks of a user specif...
2011-12-01 Michael Niedermayerlavf: add audio_preload option, this allows interleavin...
2011-12-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-30 Michael Niedermayermovenc: replace cluster memset by zeroing only the...
2011-11-30 Martin Storsjörtpdec: Templatize the code for different g726 bitrate...
2011-11-30 Michael Niedermayerflvdemux: export flags for nellymoser through side...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-30 Michael Niedermayerac3probe: Change threshold from 500 to 200 to keep...
2011-11-30 Michael Niedermayermp3probe: Detect mp3 stronger with just 200 frames...
2011-11-30 Miroslav Slugeňrtpdec: Add support for G726 audio
2011-11-30 Martin Storsjörtpdec: Add an init function that can do custom codec...
2011-11-30 Michael Niedermayermovenc: memset(0) new cluster elements after realloc()
2011-11-30 Anton Khirnovmatroskadec: don't set codec timebase.
2011-11-30 Anton Khirnovrmdec: don't set codec timebase.
2011-11-30 Anton Khirnovlavf: estimate frame duration from r_frame_rate.
2011-11-30 Joseph WeckerFix typeo in some rarely used memoization
2011-11-30 Joseph Weckerremoves spurious warning
2011-11-30 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-29 Geek.Songmovenc: Remove unneeded chunkSize field from MOVIentry
2011-11-29 Michael Niedermayermovenc: Write file with minimal number of chunks for...
2011-11-28 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-28 Alex Converseadtsenc: Check frame size.
2011-11-28 Diego BiurrunEliminate pointless 0/NULL initializers in AVCodec...
2011-11-28 Carlsdp: Fix null pointer dereference with aac and ffserver.
2011-11-28 Alex Conversemd5proto: Fix order of operations.
2011-11-28 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-27 Michael Niedermayerimg2: update first file only when -updatefirst is specified
2011-11-27 Michael Niedermayertta: better check for totalframes.
2011-11-27 Michael Niedermayerimg2: Allow writing multiple files onto the same output...
2011-11-27 Mans Rullgardmusepack: fix signed shift overflow in mpc_read_packet()
2011-11-27 Alex Conversemov: Make format string match variable type.
2011-11-27 Victor VasilievGeneralize RIFF INFO tag support; support reading INFO...
2011-11-26 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-26 Justin Rugglesadx: rename ff_adx_decode_header() to avpriv_adx_decode...
2011-11-26 Justin Rugglesavformat: add CRI ADX format demuxer
2011-11-26 Justin Rugglesadx: add an ADX parser.
2011-11-26 Mans Rullgardsol: use AV_RL32 instead of raw pointer cast
2011-11-26 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-25 Luca Barbatonullenc: drop AVFMT_RAWPICTURE from the flags
2011-11-25 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-24 Carl Eugen HoyosDo not claim that every unknown rm stream is a video...
2011-11-24 Michael Niedermayeravio: Fix handling of filenames that contain :
2011-11-24 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-23 Justin Rugglescdg: skip packets that don't contain a cdg command.
2011-11-23 Michael Niedermayerlavf: give more weight to the extension during probing...
2011-11-23 Michael Niedermayerlavf: minor cleanup of av_probe_input_format3()
2011-11-23 Anton Khirnovcrcenc: add flags
2011-11-23 Anton Khirnovmd5enc: add flags
2011-11-23 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-22 Michael NiedermayerMerge remote-tracking branch 'shariman/wmall'
2011-11-22 Michael Niedermayeravio: Support private options in URLProtocols
2011-11-22 Michael Niedermayeravio: allow any chars in protocols
2011-11-22 Clément Bœschhttp: add user_agent option.
2011-11-22 Alex Conversemov: Remove some redundant and obsolete comments.
2011-11-22 Luca Barbatodoxy: structure libavformat groups
2011-11-22 Janne Grunaupthread: do not touch has_b_frames
2011-11-22 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-21 ami_stuff[PATCH] IFF Amiga Continuous Bitmap (ACBM)decoder
2011-11-21 Michael NiedermayerMerge remote-tracking branch 'mjbshaw/master'
2011-11-21 Clément BœschFix various if parenthesis misplacements.
2011-11-20 Michael NiedermayerMerge remote-tracking branch 'shariman/wmall'
2011-11-20 Martin Storsjöhttpproxy: Specify the object files needed in the Makefile
2011-11-20 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-19 Michael Niedermayerudp: update to new interrupt callback API
2011-11-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-19 Michael Niedermayerlavf: cdg has large non keyframe segments and should...
2011-11-18 Michael Niedermayerrawdec: use a default sample rate if none is specified.
2011-11-18 Michael BradshawMerge branch 'master' of git://git.videolan.org/ffmpeg
2011-11-18 Tomas Härdinmxfdec: Add hack that adjusts the n_delta calculation...
2011-11-18 Tomas Härdinmxfdec: Parse IndexTableSegments and convert them into...
2011-11-18 Josh Allmannrtmp: do not hardcode invoke numbers
2011-11-18 Martin Storsjöavio: Mark the old interrupt callback mechanism as...
2011-11-18 Panagiotis H.M.... 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
next