]> git.sesse.net Git - ffmpeg/history - libavformat
adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right order
[ffmpeg] / libavformat /
2012-10-07 Martin Storsjögxf: Include the right header for the avpriv_frame_rate...
2012-10-06 Justin Rugglesffm: do not write or read the audio sample format
2012-10-06 Martin Storsjösmoothstreamingenc: Add a more verbose error message
2012-10-06 Martin Storsjösmoothstreamingenc: Ignore the return value from mkdir
2012-10-06 Martin Storsjösmoothstreamingenc: Try writing a manifest when opening...
2012-10-06 Martin Storsjösmoothstreamingenc: Move the output_chunk_list and...
2012-10-06 Martin Storsjösmoothstreamingenc: Properly return errors from ism_flu...
2012-10-06 Martin Storsjösmoothstreamingenc: Check the output UrlContext before...
2012-10-06 Anton Khirnovyuv4mpeg: return proper error codes.
2012-10-06 Diego BiurrunGive all anonymously typedeffed structs in headers...
2012-10-04 Martin Storsjösegment: Add comments about calls that only are relevan...
2012-10-04 Martin Storsjösegment: Add an option for omitting the first header...
2012-10-04 Martin Storsjösegment: Flush buffered data before finishing a segment
2012-10-04 Martin Storsjösegment: Set the resend_headers flag for each segment
2012-10-04 Martin Storsjösegment: Add an option for disabling writing of a heade...
2012-10-04 Martin Storsjösegment: Free and reinit the muxer before calling avfor...
2012-10-04 Martin Storsjösegment: Use the public av_write_header/av_write_traile...
2012-10-04 Martin Storsjösegment: Properly create new AVStreams for the chained...
2012-10-04 Martin Storsjösegment: Add a missing space
2012-10-03 Michael Niedermayerh264probe: Don't error out on bits that no longer are...
2012-10-02 Martin Storsjösegment: Pass the interrupt callback on to the chained...
2012-10-02 Luca Barbatonut: add do {} while (0) to GET_V
2012-10-01 Luca Barbatoavformat: refactor avformat_write_header
2012-10-01 Luca Barbatoavformat: refactor avformat_write_header
2012-10-01 Luca Barbatoavformat: split muxing functions from util.c
2012-10-01 Diego Biurrunmpegts: Drop pointless casting of hex_dump_debug arguments
2012-10-01 Diego Biurrunavformat: const correctness for av_hex_dump / av_hex_du...
2012-10-01 Diego Biurrunavformat: Convert some commented-out printf/av_log...
2012-10-01 Diego Biurrunavformat: Remove non-compiling and/or silly commented...
2012-09-29 Anton Khirnovavidec: use actually read size instead of requested...
2012-09-29 Anton Khirnovavidec: return 0, not packet size from read_packet().
2012-09-27 Duncan Salernohttp: Increase buffer sizes to cope with longer URIs
2012-09-27 Diego Biurrunnutenc: const correctness for ff_put_v_trace/put_s_trac...
2012-09-27 Diego Biurrunnutdec: Remove unused and broken debug function stub
2012-09-27 Nathan CaldwellAdd Opus support to the Ogg muxer.
2012-09-27 Dale Curtisavformat: Identify anonymous AVIO typedef structs.
2012-09-26 Diego Biurrunnutdec: const correctness for get_v_trace/get_s_trace...
2012-09-26 Martin Storsjörtpdec: Remove a useless ff_ prefix from a static symbol
2012-09-26 Dmitry Samonenkortpdec: Support depacketizing speex
2012-09-26 Dmitry Samonenkortpenc: Add support for packetizing speex
2012-09-24 Luca Barbatooggparsetheora: make it more robust
2012-09-24 Michael Niedermayerogg: prevent NULL pointer deference in theora gptopts
2012-09-24 Luca Barbatoogg: calculate the start position once all the headers...
2012-09-24 Luca Barbatoogg: check that the expected number of headers had...
2012-09-24 Anton KhirnovUse avcodec_free_frame() to free AVFrames.
2012-09-24 Anton Khirnovlavf: use a malloced AVFrame in try_decode_frame().
2012-09-23 Samuel Pitoisetrtp: Packetization of JPEG (RFC 2435)
2012-09-23 Martin Storsjösmoothstreamingenc: Copy the SAR on the AVStreams as...
2012-09-21 Anton Khirnovmatroskadec: fix a sanity check.
2012-09-21 Anton Khirnovmatroskadec: only return corrupt packets that actually...
2012-09-21 Anton Khirnovlavf: zero data/size of the packet passed to read_packet().
2012-09-20 Janne Grunaulavf probe: prevent codec probe with no data at all...
2012-09-19 Anton Khirnovmp3dec: read Xing frame TOC index
2012-09-19 Anton Khirnovmp3dec: use named constants for Xing header flags
2012-09-19 Yusuke Nakamuramov: support random access point grouping
2012-09-19 Luca Barbatomatroskadec: properly support BlockDuration
2012-09-19 Luca Barbatomatroskadec: split frame parsing
2012-09-19 Luca Barbatomatroskadec: split laces parsing
2012-09-19 Luca Barbatomatroska: implement support for ProRes
2012-09-19 Moritz Bunkusmatroska: implement support for ALAC
2012-09-19 Luca Barbatomatroskadec: validate lace_size when parsed
2012-09-19 Luca Barbatomatroskadec: return meaningful errors in matroska_decod...
2012-09-19 Dale Curtismatroskadec: fix incorrect unsigned->signed conversion
2012-09-19 Luca Barbatomatroskadec: refactor matroska_decode_buffer
2012-09-19 Luca Barbatomatroskadec: check realloc in lzo encoding
2012-09-19 Luca Barbatomatroska: honor error_recognition on unknown doctypes
2012-09-18 Martin Storsjösmoothstreaming: Export the mp4 codec tags
2012-09-18 Luca Barbatomov: check for EOF in long lasting loops
2012-09-18 Benjamin Larssonflvenc: silence bogus warning
2012-09-17 Clément Bœschid3v2: strdup the genre name explicitly.
2012-09-17 Clément Bœschlavf/id3v2: do not export empty fields.
2012-09-16 Michael Niedermayermov: stsd entries must be at least 16 byte
2012-09-16 Michael Niedermayermov: detect EOF in mov_read_dref()
2012-09-16 Luca Barbatofile: return proper error on seek failures
2012-09-15 Luca Barbatoavformat: fix typo in avformat_close_input
2012-09-15 Anton Khirnovmp3enc: write Xing TOC
2012-09-15 Clément Bœschmp3enc: support MPEG-2 and MPEG-2.5 in Xing header.
2012-09-15 Reimar Döffingermp3enc: downgrade some errors in writing Xing frame...
2012-09-15 Anton Khirnovlavf: flush the output AVIOContext in av_write_trailer().
2012-09-15 Anton Khirnovlavf: cosmetics, reformat av_write_trailer().
2012-09-15 Stefano Sabatiniavio: flush the internal buffer in avio_close()
2012-09-14 Derek Buitenhuisriff: Add SVQ3 fourcc
2012-09-14 Luca Barbatoavformat: refactor avformat_close_input
2012-09-14 Luca Barbatoavformat: simplify avformat_close_input
2012-09-13 Martin Storsjöos_support: Choose between direct.h and io.h using...
2012-09-13 Martin Storsjöos_support: Include io.h instead of direct.h on mingw32ce
2012-09-12 Christian Schmidtmpegts: check substreams before discarding
2012-09-12 Martin StorsjöAdd a smooth streaming segmenter muxer
2012-09-12 Martin Storsjöfile: Add an avoption for disabling truncating existing...
2012-09-12 Tomas Härdinimg2dec: always close AVIOContexts
2012-09-12 Martin Storsjörtpdec_jpeg: Error out on other unsupported type values...
2012-09-12 Martin Storsjörtpdec_jpeg: Disallow using the reserved q values
2012-09-12 Martin Storsjörtpdec_jpeg: Fold the default qtables case into an...
2012-09-12 Martin Storsjörtpdec_jpeg: Store and reuse old qtables for q values...
2012-09-12 Martin Storsjörtpdec_jpeg: Simplify the calculation of the number...
2012-09-12 Martin Storsjörtpdec_jpeg: Add more comments about the fields in...
2012-09-12 Martin Storsjörtpdec_jpeg: Clarify where the subsampling magic number...
2012-09-12 Martin Storsjörtpdec_jpeg: Don't use a bitstream writer for the EOI...
2012-09-12 Martin Storsjörtpdec_jpeg: Don't needlessly use a bitstream writer...
2012-09-12 Martin Storsjörtpdec_jpeg: Simplify writing of the jpeg header
next