]> git.sesse.net Git - ffmpeg/history - libavformat
Define HAVE_AV_CONFIG_H for checkheaders in libs
[ffmpeg] / libavformat /
2010-03-08 Måns RullgårdMove resolve_host() to ffserver.c
2010-03-08 Vladimir PantelicUse ASF supports "markers" which are a name and a time...
2010-03-08 Martin StorsjöAdd doxygen documentation for ff_url_split
2010-03-08 Martin StorsjöReindent
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-08 Måns RullgårdRevert "Move the probe loop from av_open_input_file...
2010-03-08 Måns RullgårdIFF: move ff_cmap_read_palette() prototype to a header...
2010-03-08 Wolfram GlogerFix concat seeking SEEK_END case.
2010-03-08 Wolfram GlogerFix concat seek result.
2010-03-08 Alex Converseav_find_stream_info(): Add a workaround for backwards...
2010-03-07 Daniel KristjanssonFix pts->dts conversion init for non-zero initial value...
2010-03-07 Micah F. GaliziaMove the probe loop from av_open_input_file() into...
2010-03-07 David Conradinet_aton needs _DARWIN_C_SOURCE on OS X
2010-03-07 David ConradLocalize the #define _SVID_SOURCE needed for inet_aton...
2010-03-07 Kostya Shishkov1l trocadero: forgot reference operator on bytestream_g...
2010-03-07 David ConradAdd internal.h include for av_read_frame_flush prototype
2010-03-07 David ConradFix warning about incompatible pointer types
2010-03-07 David Conradmatroskadec: Fix a buffer overread
2010-03-06 Måns RullgårdMove av_read_frame_flush() prototype to lavf/internal.h
2010-03-06 Måns RullgårdAdd some missing #includes
2010-03-06 Reimar DöffingerSet GXF fallback time-base to match the one specified...
2010-03-06 Reimar DöffingerGXF time base is always based on "fields" per second...
2010-03-05 Martin StorsjöDon't explicitly initialize networking in the tcp and...
2010-03-05 Martin StorsjöUse ff_url_join for assembling URLs, instead of snprintf
2010-03-05 Martin StorsjöAdd a function ff_url_join for assembling URLs
2010-03-05 Martin StorsjöAlways call ff_network_init/ff_network_close when openi...
2010-03-05 Vitor SessakFix memory leak in NUT muxer
2010-03-05 Martin StorsjöReturn from rtp_read when select returns an error
2010-03-05 David Conradoggdec: Parse theora headers since ogg might not mark...
2010-03-04 Martin StorsjöCheck url_interrupt_cb in rtp_read, wait in select...
2010-03-04 Peter Rosshandle errors reported by av_get_packet() in Bink demuxer
2010-03-04 Peter RossGuard against invalid memory read
2010-03-04 David ConradEnsure that we write clusters and blocks with known...
2010-03-04 David ConradFix indentation
2010-03-04 David ConradSimplify starting and ending clusters
2010-03-04 David ConradWrite the first seekhead if writing to a stream, we...
2010-03-04 David ConradAttempt seeking to write EBML master sizes even if...
2010-03-03 Anton Khirnovmatroskaenc: use "title" tag instead of "description...
2010-03-03 Aurelien Jacobsmatroskadec: cosmetic indentation
2010-03-03 Joakim Platematroskadec: timestamps are dts and not pts in ms vfw...
2010-03-03 Martin StorsjöProperly pad H.264 extradata when taken from fmtp SDP...
2010-03-03 Vitor SessakPlug memory leak in NUT muxer and demuxer
2010-03-03 Jai MenonPlug memory leak in NSV demuxer.
2010-03-03 Peter RossSupport demuxing of streamed Bink files
2010-03-02 Vitor SessakPlug memory leak for truncated files
2010-03-02 Vitor SessakPlug some memory leaks for truncated files
2010-03-01 Vitor SessakRevert r22119 and partially revert 22120.
2010-03-01 Anton Khirnovnutdec: make chapter start and length uint64_t to preve...
2010-02-28 Reimar DöffingerExplicitly set struct addrinfo to NULL if getaddrinfo...
2010-02-28 Reimar DöffingerMake our getaddrinfo implementation initialize "struct...
2010-02-28 Vitor SessakPlug some memory leaks in NUT muxer and demuxer
2010-02-28 Anton KhirnovPrint chapter info in dump_format().
2010-02-28 Michael NiedermayerMany mp3s seem to contain padding after id3 tags that...
2010-02-28 Martin StorsjöRename RTP depacketizer files from rtp_* to rtpdec_*
2010-02-28 Carl Eugen HoyosInclude rtpdec.h, it contains prototypes for the follow...
2010-02-28 Carl Eugen HoyosInclude avc.h from avc.c: It contains several prototypes.
2010-02-28 Carl Eugen HoyosMake mp4_read_descr static: It is only used inside...
2010-02-28 Carl Eugen HoyosInclude apetag.h which contains the prototype for ff_ap...
2010-02-26 Martin StorsjöRTSP muxer: Use a local copy of the AVPacket for sendin...
2010-02-25 Anton Khirnovasfenc: write tags in proper UTF-16.
2010-02-25 Anton Khirnovasfenc: simplify writing of comment header.
2010-02-25 Anton Khirnovasfdec: don't strip the "WM/" prefix, this should be...
2010-02-25 Benoit Fouetasf: indent.
2010-02-25 Benoit Fouetasf: add more entries to metadata conv table.
2010-02-24 Anton KhirnovRead ASF metadata as proper UTF-16 and spit it out...
2010-02-24 Anton KhirnovDon't add WM prefixes to all written ASF tags.
2010-02-24 Anton KhirnovEliminate put_str16().
2010-02-24 Anton KhirnovMention that metadata tags are (unvalidated) UTF-8.
2010-02-24 Peter Rosslow-complexity Bink file seeking
2010-02-24 Peter Rossset AVINDEX_KEYFRAME correctly for bink
2010-02-24 Yann CoupinCorrectly increment continuity_counter in PCR packets.
2010-02-24 Benoit Fouetasfdec: skip byte array tags.
2010-02-24 Benoit Fouetasfdec: add a debug message about skipped tags.
2010-02-24 Benoit Fouetasfdec: fix a memleak.
2010-02-24 Benoit Fouetasfdec: only unicode tags must have even length.
2010-02-24 Anton KhirnovIntroduce metadata conversion table for NUT muxer and...
2010-02-23 Michael NiedermayerCount all frames with codec_info_nb_frames not just...
2010-02-23 Michael NiedermayerPut codec_info_nb_frames back in AVStream and print...
2010-02-23 Peter RossSet video stream duration for Bink demuxer
2010-02-23 Martin StorsjöCosmetics: reindent
2010-02-23 Peter RossBink audio pts starts at 0, not reported_size
2010-02-23 Kostya ShishkovMake Bink demuxer pass video flags to decoder
2010-02-23 Ronald S. BultjePrefix non-static RTSP functions with ff_.
2010-02-22 Michael NiedermayerMake sure mp1/mp2 get their frame_size set.
2010-02-22 Martin StorsjöAdd an RTSP muxer
2010-02-22 Martin StorsjöFree metadata in chained RTP muxers in the RTSP muxer
2010-02-22 Martin StorsjöCosmetics: reindent
2010-02-22 Martin StorsjöAdd declarations and doxygen documentation of generic...
2010-02-22 Martin StorsjöCosmetics: reindent after applying patches
2010-02-22 Martin StorsjöDon't follow RTSP redirects when used as a muxer
2010-02-22 Martin StorsjöAdd a function rtsp_setup_output_streams for announcing...
2010-02-22 Martin StorsjöCreate AVFormatContext objects as private transport...
2010-02-22 Michael NiedermayerMake sure a set r_frame_rate is not overriden by a...
2010-02-22 Michael NiedermayerAttempt to fix the completely random values returned...
2010-02-21 Vitor SessakFix memory leak for truncated packets in idCin demuxer
2010-02-20 Michael NiedermayerMake sure we dont write more bytes into filename than...
2010-02-20 Michael NiedermayerDo not attempt to open references through absolute...
2010-02-20 Vitor SessakDo not leave uninitialized data in the packet in MPC...
2010-02-19 Martin StorsjöSplit rtsp_read_header() into two functions, so that...
2010-02-19 Martin StorsjöSplit out input-specific parts of rtsp_read_header...
next