]> git.sesse.net Git - ffmpeg/history - libavformat
Report an error if pitch_lag is zero in AMR-NB decoder.
[ffmpeg] / libavformat /
2012-01-04 Shitiz Gargmtv: Make sure audio_subsegments is not 0
2012-01-04 Jean Firstflvdec: Fix compiler warning for uninitialized variables
2012-01-04 Jean Firstrtsp: Fix compiler warning for uninitialized variable
2012-01-04 Janne Grunauavio: exit early in fill_buffer without read_packet
2012-01-03 Justin Rugglesadx: add an adx muxer
2012-01-03 Justin Rugglesadx: add AVFMT_GENERIC_INDEX to demuxer flags.
2012-01-03 Anton Khirnovlavf: flush decoders in avformat_find_stream_info().
2012-01-02 Diego BiurrunFix a bunch of typos.
2012-01-02 Diego BiurrunDrop some pointless void* return value casts from av_ma...
2012-01-01 Janne Grunaumpegenc: simplify muxrate calculation
2012-01-01 Reimar Döffingerrawdec: Set start_time to 0 for raw audio files.
2012-01-01 Carl Eugen HoyosDetect 'yuv2' as rawvideo also in avi.
2011-12-31 Janne Grunauthreads: default to automatic thread count detection
2011-12-29 Andrey Utkinapplehttpproto: Apply the same reload interval changes...
2011-12-29 Martin Storsjöapplehttp: Use half the target duration as interval...
2011-12-29 Andrey Utkinapplehttp: Use the last segment duration as reload...
2011-12-28 Jindřich Makovičkampegts: adjustable minimum PES payload
2011-12-28 Jindřich Makovičkampegts: properly output large audio packets
2011-12-28 Paul B Maholavformat: Add SMJPEG demuxer.
2011-12-22 Diego Biurrunbuild: fix standalone compilation of OMA muxer
2011-12-22 Diego Biurrunbuild: fix standalone compilation of Microsoft XMV...
2011-12-22 Diego Biurrunbuild: fix standalone compilation of Core Audio Format...
2011-12-22 Alex Conversemov: Don't stick the QuickTime field ordering atom...
2011-12-21 Justin Rugglesasfdec: add side data to ASFStream packet instead of...
2011-12-21 Justin Rugglesidroqdec: set AVFMTCTX_NOHEADER and create streams...
2011-12-21 Martin Storsjöflvdec: Add param change side data if the sample rate...
2011-12-21 Martin Storsjölibavformat: Add a utility function for adding paramete...
2011-12-21 Martin Storsjöflvdec: Export new AAC/H.264 extradata as side data...
2011-12-21 Paul B Maholflacdec: skip all track indices at once instead of...
2011-12-21 Tomas Härdinmxf: Add PictureEssenceCoding UL for V210.
2011-12-21 Tomas Härdinmxfdec: consider QuantizationBits between 17 and 24...
2011-12-21 Daniel Kristjanssonmxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.
2011-12-21 Baptiste Couduriermxf: H.264/MPEG-4 AVC Intra support
2011-12-21 Sergey Radionovnetwork: properly declare WSADATA in windows
2011-12-20 Luca Barbatonut: support 10bit YUV
2011-12-20 Diego Biurrunoma: make header compile standalone
2011-12-20 Alex Conversempegts: Suppress invalid timebase warnings on DMB streams.
2011-12-20 Alex Conversempegts: Fix typo in handling sections in the PMT.
2011-12-19 Luca Barbatompegts: rename payload_index to payload_size
2011-12-19 Luca Barbatosegment: introduce segmented chain muxer
2011-12-18 Anton Khirnovlavf: force threads to 1 in avformat_find_stream_info()
2011-12-18 Michael Karcherlavf: add OpenMG audio muxer.
2011-12-18 Anton Khirnovomadec: split data that will be used in the muxer to...
2011-12-18 Anton Khirnovlavf: rename oma.c -> omadec.c
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
next