]> git.sesse.net Git - ffmpeg/history - libavformat
mpegts: replace some magic numbers with the existing define
[ffmpeg] / libavformat /
2011-12-16 Vladimir Pantelicmpegts: replace some magic numbers with the existing...
2011-12-15 Alex Conversemovenc: Rudimentary IODs support.
2011-12-15 Martin Storsjöflvenc: Support muxing 16 kHz nellymoser
2011-12-15 Shitiz Gargwestwood: Make sure audio header info is present when...
2011-12-14 Martin Storsjöapplehttp: Properly clean up if unable to probe a segment
2011-12-14 Martin Storsjöapplehttp: Avoid reading uninitialized memory
2011-12-13 Derek Buitenhuisv410 encoder and decoder
2011-12-13 Luca Barbatolavf: dealloc private options in av_write_trailer
2011-12-13 Mans Rullgardbuild: move inclusion of subdir.mak to main subdir...
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-12 Anton KhirnovReplace all uses of av_close_input_file() with avformat...
2011-12-12 Anton Khirnovlavf: add avformat_close_input().
2011-12-12 Anton Khirnovlavf: deprecate av_close_input_stream().
2011-12-12 Anton Khirnovlavf doxy: add some basic demuxing documentation.
2011-12-12 Anton Khirnovlavf doxy: add some general lavf information.
2011-12-12 Anton Khirnovlavf doxy: add misc utility functions to a group.
2011-12-12 Anton Khirnovlavf doxy: add av_guess_codec/format to the encoding...
2011-12-12 Anton Khirnovlavf doxy: add core functions to a doxy group.
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-12-11 Mans RullgardRemove extraneous semicolons
2011-12-10 Martin Storsjösdp: Restore the original mp4 format h264 extradata...
2011-12-10 Luca Abenirtpenc: Add support for mp4 format h264
2011-12-10 Martin Storsjörtpenc: Simplify code by introducing a separate end...
2011-12-10 Martin Storsjömovenc: Use the actual converted sample for RTP hinting
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
next