]> git.sesse.net Git - ffmpeg/history - libavformat
Remove unused CONFIG_H264_ENCODER #define.
[ffmpeg] / libavformat /
2009-02-04 Ronald S. BultjeMove enum RTSPTransport up a bit, so that all fields...
2009-02-04 Baptiste Coudurieralways write mxf time base in descriptors
2009-02-04 Ramiro PollaDo not misuse unsigned long to store pointers.
2009-02-04 Baptiste Coudurieruse sample rate as audio input time base
2009-02-04 Aurelien Jacobswrite all available metadata tags into extended_content...
2009-02-04 Aurelien Jacobsuse new metadata API in asf muxer
2009-02-03 Baptiste Coudurierlet packet pass through when no timestamps
2009-02-03 Baptiste Coudurierexactly compute index byte count
2009-02-03 Baptiste Coudurierprevent reading more than container atom size, fix...
2009-02-03 Aurelien Jacobsuse new metadata API in asf demuxer
2009-02-03 Reimar DöffingerAdd and use a public API for RC4 and DES, analogous...
2009-02-03 Michael NiedermayerReformat rdt_demuxer AVCodec struct sanely.
2009-02-03 Michael NiedermayerFix probe & demuxing of Topfield 58XXPVR and 68XXPVR...
2009-02-02 Aurelien Jacobsuse new metadata API in aiff demuxer
2009-02-02 Baptiste Coudurierbe more flexible with frame rate check
2009-02-02 Aurelien Jacobssimplify
2009-02-02 Aurelien Jacobsuse new metadata API in rtsp demuxer
2009-02-02 Aurelien Jacobsuse new metadata API in rtp muxer
2009-02-02 Eli FriedmanAdd support for fourcc "SP54".
2009-02-02 Aurelien Jacobscosmetics: indentation
2009-02-02 Aurelien Jacobssimplify usage of dstlen as it is not a parameter anymore
2009-02-02 Aurelien Jacobscosmetics: indentation
2009-02-02 Aurelien Jacobsuse new metadata API in the mp3 muxer
2009-02-02 Aurelien Jacobsuse new metadata API in the mp3 demuxer
2009-02-02 Aurelien Jacobsmodify the way to pass parameters to av_metadata_set()
2009-02-02 Aurelien Jacobscosmetics: whitespace
2009-02-02 Baptiste Couduriercosmetics: whitespaces, empty lines
2009-02-02 Baptiste Couduriermxf does not have timestamps
2009-02-02 Reimar DöffingerAdd av_ prefix to LZO stuff and thus make it officially...
2009-02-02 Stefan de KoninkSplits the totalbitrate in a videodatarate and audiodat...
2009-02-02 Stefan de KoninkImplement the reading of the video bitrate of flv movie...
2009-02-02 Baptiste Coudurier24bit pcm support
2009-02-02 Baptiste Couduriermore flexible mapping selection
2009-02-02 Baptiste Coudurierfix temporal offet of ipbb sequences, simplification...
2009-02-02 Baptiste Coudurierfix video line map tag size
2009-02-02 Baptiste Coudurierfix flush and interleaving by edit units
2009-02-02 Baptiste Coudurierwrite index table and rip, muxer works pretty well now
2009-02-02 Baptiste Coudurierfactorize common wav local tags
2009-02-02 Baptiste Coudurierwrite req local tags for wav
2009-02-02 Baptiste Coudurieradjust size when not writing f2
2009-02-02 Baptiste Coudurierdo not write f2 if not interlaced
2009-02-02 Baptiste Coudurierwrite bitrate tag
2009-02-02 Baptiste Coudurierwrite display height/width tags
2009-02-01 Baptiste Coudurierreturn eof/error if only ffm header has been written...
2009-02-01 Aurelien Jacobsdon't support the mp3 extension in the mp2 muxer
2009-02-01 Ronald S. BultjeFix the Transport: line in the SETUP request so that...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-31 Baptiste Coudurierfree audio fifo
2009-01-31 Baptiste Coudurieruse st->priv_data to store per stream context
2009-01-31 Baptiste Coudurierchange prototype of mxf_interleave_get_packet to make...
2009-01-31 Baptiste Coudurierdo not use PAL_samples_per_frame in init, to make init...
2009-01-31 Baptiste Couduriercosmetics, remove empty lines
2009-01-31 Baptiste Coudurieradd my copyright as well
2009-01-31 Baptiste Coudurierfix doxygen tag
2009-01-31 Baptiste Couduriercosmetics, align vertically
2009-01-31 Baptiste Coudurierwrite best effort video line map
2009-01-31 Baptiste Coudurieradd frame layout local tag, best effort
2009-01-31 Baptiste Coudurieradd aes3 pcm wrapping and use it by default
2009-01-31 Baptiste Couduriersplit wav_desc in generic_sound_desc
2009-01-31 Baptiste Coudurierthanks to interleaving, audio is now locked
2009-01-31 Baptiste Coudurierlocal tag 3201 is picture essence coding, so do not...
2009-01-31 Baptiste Coudurierstored height is stupidly /2 if interlaced
2009-01-31 Baptiste Coudurieradd size param to write_generic_desc
2009-01-31 Baptiste Coudurierparse mpeg2 progressive frame flag
2009-01-31 Baptiste Coudurierdelay header writing and parse mpeg2 frame
2009-01-31 Baptiste Couduriercorrectly pack and interleave pcm samples in mxf
2009-01-31 Baptiste Coudurierfunction is static
2009-01-31 Baptiste Coudurieruse new ff_interleave_add_packet
2009-01-31 Baptiste Couduriersplit av_interleave_per_dts, to avoid code duplication
2009-01-31 Stefan GehrerADPCM found in Xbox wav files can be decoded with
2009-01-30 Aurelien Jacobstypo
2009-01-29 Ben Littlerpvez avi fourcc is truemotion1
2009-01-28 Michael NiedermayerFix remotely exploitable arbitrary code execution vulne...
2009-01-27 Baptiste Couduriersecond try fixing time code in gxf
2009-01-27 Michael NiedermayerPrefer av_freep() over av_free() for variables in the...
2009-01-27 Michael NiedermayerAdd {} between if/else
2009-01-27 Michael NiedermayerExport all tracks (each is a different language) instea...
2009-01-27 Michael Niedermayerremove pointless {}
2009-01-27 Michael NiedermayerMove current_track variable closer to where it is used.
2009-01-27 Michael NiedermayerFix memleak of fourxm->tracks on error return.
2009-01-27 Michael Niedermayervertical align
2009-01-27 Michael NiedermayerFix memleak of header in error returns.
2009-01-27 Michael Niedermayerbetter header_size check
2009-01-27 Michael Niedermayersize < 4 is invalid
2009-01-27 Benoit FouetWhitespace cosmetics to align return statements.
2009-01-27 Benoit FouetCheck buffer is inside what is passed when probing...
2009-01-27 Luca AbeniMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-27 Baptiste Coudurierseek at 0 when timestamp requested is negative
2009-01-26 Aurelien Jacobsmake it clear that the new metadata API is a work in...
2009-01-25 Diego BiurrunDirectly #include some required headers.
2009-01-25 Stefano SabatiniMove documentation of av_register_all() from allformats...
2009-01-25 Justin Rugglesuse function and definitions from libavcodec/flac.h...
2009-01-25 David DeHavenHandle ID3v2 tags in raw FLAC streams by skipping them.
2009-01-24 Diego BiurrunFix undefined preprocessor directives warnings during...
2009-01-24 Stefan Gehrerreturn an error if we can not get a full packet,
2009-01-24 Stefan Gehrerfix header parsing, the NULL terminated File ID is...
2009-01-24 Ronald S. BultjeSkip m= blocks in the SDP if the media type is unknown...
2009-01-23 Baptiste Coudurierset pts and dts when only pts is present, according...
2009-01-23 Baptiste Coudurierwrite essence container data
2009-01-23 Baptiste Coudurierreduce display aspect ratio
next