]> git.sesse.net Git - ffmpeg/history - libavformat
Fix compilation on PPC 470.
[ffmpeg] / libavformat /
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...
2010-02-19 Martin StorsjöOnly send out NAT-punching RTP/RTCP packets when we...
2010-02-19 Martin StorsjöUse mode=receive instead of mode=play if in RTSP muxer...
2010-02-19 Martin StorsjöMake rtsp_close_streams() take a AVFormatContext instea...
2010-02-19 Kostya ShishkovWavPack demuxer also depends on APE tag parser
2010-02-19 Kostya ShishkovMake Bink demuxer skip all zero audio tracks, not only...
2010-02-19 Daniel VerkampAEA demuxer requires raw.o for pcm_read_seek
2010-02-19 Vitor SessakFix memory leak for truncated frames
2010-02-19 Vitor SessakFix memory leak for truncated frames
2010-02-19 Martin StorsjöRemove stale function declaration.
2010-02-19 Martin StorsjöRename RTSP_STATE_PLAYING to _STREAMING, since that...
2010-02-19 Kostya ShishkovWavPack demuxer supports ID3v1 tags, so don't forget...
2010-02-18 Kostya ShishkovMake RTMP client send bytes read report
2010-02-17 Martin StorsjöAdd functions to send RTSP commands with content attach...
2010-02-16 Ronald S. BultjeRemove first_rtcp_ntp_time. This is used to prevent...
2010-02-16 Martin StorsjöWhen using RTP-over-UDP, send dummy packets during...
2010-02-16 Ronald S. BultjeFix two problems (no idea how this ever worked):
2010-02-16 Ronald S. BultjeRevert r21851.
2010-02-16 Ronald S. BultjeDon't return 0 if buffer setup failed. That signals...
2010-02-16 Anton KhirnovSet lavf identification string globally in av_write_hea...
2010-02-16 Peter RossSupport IFF ANNO (annotation) chunk type
2010-02-15 Anton KhirnovStrings in extended content header are UTF16,
2010-02-15 Anton Khirnovworkaround for broken files created by previous version...
2010-02-14 Reimar DöffingerReindent
2010-02-14 Reimar DöffingerOptimize h261_probe function, since it is far slower...
2010-02-13 Ben Littleradd netspeak gsm and truespeech wav format tags to...
next