]> git.sesse.net Git - ffmpeg/history - libavformat
remove unused code, spotted by Jeff Downs, heydowns a borg d com
[ffmpeg] / libavformat /
2007-10-02 Luca AbeniAllow to set the maximum number of frames per RTP packe...
2007-10-01 Ronald S. BultjeAdd checking for codecid to has_codec_parameters().
2007-10-01 Justin Rugglesdnet audio needs avparser to work with the lavc ac3...
2007-09-29 Vladimir VoroshilovAdd support for AMV variants of AVI files.
2007-09-29 Ronald S. BultjeAdd IPv6 support to url_split()
2007-09-28 Björn AxelssonDocumentation fix for url_f(d)open()
2007-09-27 Ronald S. Bultjerefactor url_split(), preparing for IPv6 support
2007-09-26 Ramiro PollaFix avisynth compilation after allformats.h was removed
2007-09-26 Aurelien Jacobsadd support for AVI files with On2 header
2007-09-26 Aurelien Jacobsuse a table to parse AVI file header
2007-09-26 Benoit FouetIndentation
2007-09-26 Benoit FouetCheck read_packet before using it.
2007-09-25 Nico Sabbiadded structures and code to keep track of pids<->progr...
2007-09-25 Nico Sabbireplaced custom tracking of programs/services with...
2007-09-25 Nico SabbiAdded definition and utility functions to handle AVPro...
2007-09-25 Aurelien Jacobsuse the VP6A codec
2007-09-25 Aurelien Jacobsrevert r10527
2007-09-24 Luca AbeniAdd my name to the copyright header, since rtp_mpv...
2007-09-24 Luca AbeniFix a warning by removing an useless assignment (buf_pt...
2007-09-23 Kostya ShishkovLooks like this APE decoder support versions starting...
2007-09-22 Michael Niedermayerindent
2007-09-22 Michael Niedermayerfix segfault with http://samples.mplayerhq.hu/nsv/nsv_s...
2007-09-21 Baptiste CoudurierHDYC fourcc, sample hdyc/Test2.avi
2007-09-21 Baptiste Coudurieradd D-10 NTSC support
2007-09-21 Baptiste Coudurierextract correct d10 aes3 audio channels number
2007-09-20 Aurelien Jacobsallcodecs.h and allformats.h are not used anymore
2007-09-20 Aurelien Jacobsremove last dependencies on allformats.h and allcodecs.h
2007-09-19 Diego Biurruncosmetics: typo
2007-09-19 Stefano SabatiniMake parse_date return INT64_MIN in case of unparsable...
2007-09-18 Aurelien JacobsAdd support for VP6A in flv.
2007-09-18 Stefano SabatiniAdd explanatory comments to the parse_date function.
2007-09-17 Aurelien Jacobsdisable loads of debug messages to reduce object size
2007-09-16 Aurelien Jacobsloosen dependencies over allformats.h
2007-09-16 Benjamin Zoresmonkey audio demuxer now can parse ape tags
2007-09-16 Diego Biurrunwarning fix:
2007-09-15 Reimar DöffingerSet codec_id correctly for RJPG codec_tag
2007-09-14 Luca AbeniSupport fragmentation for AAC frames
2007-09-14 Luca AbeniSupport for AAC streaming over RTP. Fragmentation is...
2007-09-13 Benoit FouetForward error code when reading a v4l2 frame
2007-09-13 Kostya ShishkovMonkey Audio decoder
2007-09-12 Baptiste Coudurierstop parsing udta if size is wrong/garbage, fix issue...
2007-09-11 Ramiro PollaTypo
2007-09-11 Aurelien Jacobsmove unrelated functions declarations out of allformats.h
2007-09-10 Aurelien Jacobsrtp and rtsp demuxer declarations are not part of publi...
2007-09-10 Ramiro PollaBump micro version number for r10429
2007-09-10 Aurelien Jacobs*_protocol are not part of public API
2007-09-10 Luca AbeniTest extradata_size instead of the CODEC_FLAG_GLOBAL_HE...
2007-09-10 Luca AbeniFix timestamps in RTP packets (now, MPEG1 video with...
2007-09-10 Luca AbeniProperly set RTP and NTP timestamps in RTCP SR packets
2007-09-09 Patrice BensoussanImprove track number decoding for some WMA files
2007-09-09 Reimar DöffingerDo not set codec_tag when the container does not specif...
2007-09-09 Reimar DöffingerCopy nuv header only when the video codec is nuv
2007-09-07 Ramiro PollaRename the format name audio_device (used in both oss...
2007-09-07 Ramiro PollaSeparate audio_(de)muxer into oss_(de)muxer and audio_b...
2007-09-06 David ConradUse V_MPEG4/ISO/ASP for mpeg4 when muxing mkv
2007-09-06 Kostya ShishkovSet correct length for last slice in frame subpacket
2007-09-05 Diego Biurruncosmetics: Add some whitespace for better readability.
2007-09-05 Diego Biurrunspelling/wording nits in some Doxygen comments
2007-09-05 Ramiro PollaRename dc1394.c to libdc1394.c
2007-09-05 Ramiro PollaPrefix library format names with 'lib' in libavformat
2007-09-05 Ramiro PollaGive better filenames to bktr and v4l grabbers
2007-09-05 Ramiro PollaRemove video_grab_ prefix from video_grab_{bktr,v4l}
2007-09-05 Michael Niedermayerrevert 10409
2007-09-05 Michael Niedermayerexport put_timestamp()
2007-09-05 Neil BrownMake sure that if a stream has a duration but the conta...
2007-09-05 Wolfram GlogerCorrect initial timestamp
2007-09-05 Luca AbeniAAC support in the SDP generator
2007-09-05 David ConradEnable Matroska muxer
2007-09-05 David ConradGrammar nits
2007-09-05 David ConradAlways use AVFormatContext for av_log messages
2007-09-05 David ConradRename ebml size functions to indicate that they can...
2007-09-05 David ConradWe shouldn't be passing in sizes larger than 2^56-2...
2007-09-05 David ConradIndentation
2007-09-05 David ConradDon't seek when streamed
2007-09-05 David ConradGet rid of useless braces
2007-09-05 David ConradIndent
2007-09-05 David ConradMatch the behaviour betwen the bmp and wav codec tag...
2007-09-05 David ConradWrite codecprivate to a dynamic buffer so that seeking...
2007-09-05 David ConradMove writing codec private element to its own function
2007-09-05 David ConradCosmetics
2007-09-05 David ConradUse num_entries directly rather than mixing it with...
2007-09-05 David ConradDoxygenify comments
2007-09-05 David ConradMake sure that the calculated duration doesn't decrease
2007-09-05 David ConradSplit some really long lines
2007-09-05 David ConradCorrect message
2007-09-05 David ConradAlways check the return of mkv_add_seekhead_entry
2007-09-05 David ConradPass the returned error code of functions up
2007-09-05 David ConradCheck that the seekheads were created
2007-09-05 David ConradReturn AVERROR(ENOMEM) when appropriate
2007-09-05 David ConradIndentation
2007-09-05 David ConradUse assert for conditions that must be true
2007-09-05 David ConradSimplify
2007-09-05 David ConradGrammar nits
2007-09-05 David ConradBreak long comments
2007-09-05 David ConradUse sample format for bit depth if av_get_bits_per_samp...
2007-09-05 David ConradCalculate and store DAR rather than SAR
2007-09-05 David ConradClarify comments
2007-09-05 David ConradUse PRIu64/PRId64
2007-09-05 David ConradCalculate the size of key EBML master elements beforeha...
2007-09-05 David ConradUse cluster_pos when checking cluster position
next