]> git.sesse.net Git - ffmpeg/history - libavformat
configure: Group math functions into a separate variable
[ffmpeg] / libavformat /
2012-10-19 Martin Storsjörtsp: Make sure the ret variable is initialized in...
2012-10-18 Martin Storsjörtsp: Allow setting the reordering buffer size via...
2012-10-18 Martin Storsjörtsp: Vertically align a constant definition
2012-10-18 Martin Storsjörtp: Update the check for distinguishing between RTP...
2012-10-18 Diego Biurrunriff: Move functions around to be covered by appropriat...
2012-10-18 Martin Storsjöavformat: Fix references to the removed function av_wri...
2012-10-18 Martin Storsjögxf: Add a local copy of the relevant parts of the...
2012-10-17 Martin Storsjöaviobuf: Remove a senseless ifdef in avio_seek
2012-10-16 Anton Khirnovwavdec: check size before reading the data, not after.
2012-10-16 Anton Khirnovwav: do not fail on empty INFO tags
2012-10-16 Anton Khirnovlavf: split wav muxer and demuxer into separate files.
2012-10-16 Victor Vasilievwav muxer: write metadata
2012-10-16 Victor Vasilievriff: do not write empty INFO tags
2012-10-16 Victor Vasilievlavf: move RIFF INFO tag writing from avienc to riff
2012-10-16 Mans Rullgardnetwork: #include stdint.h in network.h
2012-10-16 Luca Barbatonut: export codec_tag provided by rawvideo
2012-10-16 Mans Rullgardavserver: move avserver-specific code from ffmdec.c...
2012-10-15 Diego Biurrunrmdec: Move SIPR code shared with Matroska demuxer...
2012-10-13 Luca Barbatonut: support pcm codecs not mapped in avi
2012-10-13 Luca Barbatonut: prioritize native tags
2012-10-12 Mans Rullgardrtpdec_xiph: fix function return type
2012-10-12 Mans Rullgardsmjpeg: fix type of 'ret' variable in smjpeg_read_packet()
2012-10-12 Diego BiurrunUse proper return values in case of missing features
2012-10-12 Diego Biurrunavutil: Duplicate ff_log2_tab instead of sharing it...
2012-10-12 Martin Storsjörtspdec: Set the default port for listen mode, if none...
2012-10-12 Michael Niedermayerrtmpproto: Fix an out of array write
2012-10-12 Michael Niedermayerrtspdec: Fix use of uninitialized byte
2012-10-11 Martin Storsjömd5: Allocate a normal private context for the opaque...
2012-10-11 Martin StorsjöUse the new aes/md5/sha/tree allocation functions
2012-10-10 Janne Grunaumxfdec: return error if no segments are available in...
2012-10-10 Luca Barbatosegment: support applehttp style list
2012-10-10 Luca Barbatoavio: introduce avio_closep
2012-10-10 Luca Barbatompegtsenc: set muxing type notification to verbose
2012-10-09 Janne Grunaurtspdec: use av_strlcpy for writing into fixed size...
2012-10-09 Janne Grunauhttp: use av_strlcpy instead of strcpy() without size...
2012-10-09 Janne Grunaumatroskaenc: check cue point validity before reallocation
2012-10-09 Janne Grunauswfenc: error out for more than 1 audio or video stream
2012-10-09 Janne Grunaurtpdec_mpeg4: au_headers is a single array, simple...
2012-10-09 Martin Storsjöfate: Add tests of the ff_make_absolute_url function
2012-10-09 Duncan Salernourl: Handle relative urls starting with two slashes
2012-10-09 Duncan Salernourl: Handle relative urls being just a new query string
2012-10-09 Duncan Salernourl: Don't treat slashes in query parameters as directo...
2012-10-09 Diego BiurrunRestructure av_log_missing_feature message
2012-10-09 Martin Storsjörtp: Support packetization/depacketization of opus
2012-10-09 Yusuke Nakamurafile: Set the return value type for lseek to int64_t.
2012-10-08 Martin Storsjörtpenc_vp8: Update the packetizer to the latest spec...
2012-10-08 Martin Storsjörtpdec_vp8: Make the depacketizer implement the latest...
2012-10-08 Luca Barbatosegment: drop global headers setting
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
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().
next