]> git.sesse.net Git - ffmpeg/history - libavformat
Fix a bunch of common typos.
[ffmpeg] / libavformat /
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-10 Anton Khirnovrawdec: don't set codec timebase.
2011-12-10 Anton Khirnovlavf doxy: add muxing stuff to lavf_encoding group
2011-12-10 Anton Khirnovlavf doxy: add demuxing stuff to lavf_decoding group
2011-12-10 Anton Khirnovlavf doxy: expand/reword metadata API doxy.
2011-12-10 Anton Khirnovlavf doxy: add installed headers to groups.
2011-12-10 Anton Khirnovlavf doxy: add avio groups into the lavf_io group.
2011-12-10 Anton Khirnovlavf doxy: rename lavf I/O group to lavf_io.
2011-12-10 Anton Khirnovlavf doxy: add metadata docs to the main lavf group
2011-12-10 Paul B Maholflacdec: Support for tracks in cuesheet metadata block
2011-12-10 Justin Rugglesflac muxer: fix writing of file header and STREAMINFO...
2011-12-10 Kostya ShishkovDxtory capture format decoder
2011-12-09 Justin Rugglesisom: sort and pretty-print codec_movaudio_tags[]
2011-12-09 Justin Rugglesisom: remove pointless comments in codec_movaudio_tags[]
2011-12-09 Justin Rugglesisom: remove commented-out tag for vorbis
2011-12-09 Justin Rugglesmovenc: write 'chan' tag for AC-3 in MOV
2011-12-09 Justin Rugglesmov: add support for reading and writing the 'chan...
2011-12-09 Justin Rugglesmovenc: simplify handling of pcm vs. adpcm vs. other...
2011-12-08 Paul B Maholcljr: add encoder
2011-12-08 Diego Biurruntests/examples: Mark some variables only used within...
2011-12-08 Diego Biurruntests/tools/examples: Replace direct exit() calls by...
2011-12-07 Diego Biurrunavformat/utils: Drop unused goto label.
2011-12-07 Martin Storsjörtmp: Use nb_invokes for all invoke commands
2011-12-05 Alex Conversemov: Don't av_malloc(0).
2011-12-05 Diego Biurrunmisc Doxygen markup improvements
2011-12-05 Diego Biurrundoxygen: eliminate Qt-style doxygen syntax
2011-12-04 Justin Rugglesavformat: use avcodec_decode_audio4() in avformat_find_...
2011-12-04 Alex Conversemov: Allow empty stts atom.
2011-12-04 Chris Berovyuv4mpeg: cosmetics: pretty-printing
2011-12-04 David Goldwichoma: PCM support
2011-12-04 David Goldwichoma: better format detection with small probe buffer
2011-12-04 David Goldwichoma: clearify ambiguous if condition
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 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-11-30 Martin Storsjörtpdec: Templatize the code for different g726 bitrate...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
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 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-28 Alex Converseadtsenc: Check frame size.
2011-11-28 Diego BiurrunEliminate pointless 0/NULL initializers in AVCodec...
2011-11-28 Alex Conversemd5proto: Fix order of operations.
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 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-25 Luca Barbatonullenc: drop AVFMT_RAWPICTURE from the flags
2011-11-23 Justin Rugglescdg: skip packets that don't contain a cdg command.
2011-11-23 Anton Khirnovcrcenc: add flags
2011-11-23 Anton Khirnovmd5enc: add flags
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-20 Martin Storsjöhttpproxy: Specify the object files needed in the Makefile
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
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 Martin Storsjötls: Use TLSv1_client_method for OpenSSL
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-15 Mans Rullgardlavf: fix multiplication overflow in avformat_find_stre...
2011-11-14 Luca Barbatolavf: simplify format_child_class_next()
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...
next