]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
AAC: hoist dependent gain lookup out of the loop
[frescor/ffmpeg.git] / libavformat /
2009-03-05 diegoMark pos_min and pos_max variables as av_uninit to...
2009-03-05 diegoMark dvdaudio_substream_type variable as av_uninit...
2009-03-05 schreterPass packet position to the parser, so frame's AVPacket...
2009-03-04 alexcMOV: fix demuxing fragmented files
2009-03-04 melansonFix a condition that causes an infinite loop, but only...
2009-03-04 rbultjeSplit rtsp_send_cmd() into two functions, one for the...
2009-03-03 michaelReplace 2 return AVERROR(EAGAIN); by continue, these...
2009-03-03 alexcMOV: fix crash when 'meta' occurs before first 'trak'
2009-03-03 rbultjeRename "fd1" variable ro "fd". There were previously...
2009-03-03 rbultjeAdd url_get_file_handle(), which is used to get the...
2009-03-03 rbultjeReindent after r17777.
2009-03-03 rbultjeMake RTSP-MS-over-UDP negotiation work. See "[PATCH...
2009-03-03 rbultjeRecognize the "application" data type, which is used...
2009-03-03 benoitAdd a context to av_log() calls.
2009-03-03 diegoRemove deprecated vhook subsystem.
2009-03-03 rbultjeRemove size_t cast in setting s->priv_data directly...
2009-03-03 rbultjeDon't let finalize_packet() touch pkt->stream_index...
2009-03-03 rbultjeReindent after r17764.
2009-03-03 rbultjeIn the current implementation of rtp_parse_packet(...
2009-03-03 rbultjeFix allocated length of the HTTP authentication request...
2009-03-03 diegocosmetics: Fix indentation.
2009-03-02 benoitAdd context to some av_log() calls.
2009-03-02 diegoChange a bunch of codec long_names to be more consisten...
2009-03-01 aureldeprecate old metadata API
2009-03-01 aurelfix missed usage of old metadata API in mov demuxer
2009-03-01 aureluse new metadata API in libavformat/utils.c
2009-03-01 aureluse new metadata API in r3d demuxer
2009-03-01 aurelnew metadata API is now officially part of public API
2009-03-01 aurelsimplify metadata conversion and fixes gcc-2.95 at...
2009-03-01 michaelChange the timebase of the raw demuxer to one that...
2009-03-01 michaelDisable MPEG1/2 style timestamp calculation for H264...
2009-03-01 aureladd missing const qualifiers for metadata_conv in AV...
2009-02-28 aureladd a metadata conversion API
2009-02-28 lucabeDocument ff_rtp_codec_id()
2009-02-28 cehoyosChange TS seeking so it returns position/timestamp...
2009-02-28 lucabeFix typo in a comment
2009-02-28 lucabeDocument ff_rtp_enc_name()
2009-02-28 jbrcosmetics: indentation
2009-02-28 lucabeDocument ff_rtp_get_codec_info()
2009-02-28 jbrSeparate the raw FLAC demuxer from raw.c and put in...
2009-02-28 rbultjeRename movenc.c MOVContext to MOVMuxContext, since...
2009-02-28 mruRevert "Improve frame rate guessing for streams with...
2009-02-28 cehoyosImprove frame rate guessing for streams with two fields...
2009-02-27 aureluse new metadata API in nut muxer
2009-02-27 aureluse new metadata API in nut demuxer
2009-02-27 reimarDo not allow standard-frame-rate detection to increase...
2009-02-27 reimarSimplify ipmovie.c pts calculation by using an appropri...
2009-02-27 benoitAdd a context to av_log() call.
2009-02-27 reimarHack: #undef printf so compilation works with DEBUG_IPM...
2009-02-27 reimarDetect the case when the time base is exact but far...
2009-02-26 michaelAdd ticks_per_frame, this should hopefully fix the...
2009-02-26 aurelcosmetics: vertical alignment
2009-02-26 aureluse new metadata API in rpl demuxer
2009-02-26 aureluse new metadata API in wc3 demuxer
2009-02-26 stefanoMark as "internal but installed" the avio.h file.
2009-02-26 stefanoAdd a @file notice to avio.h.
2009-02-26 aurelmove static tables from asf.h to non-static tables...
2009-02-26 aurelrename asf-enc.c to asfenc.c and asf.c to asfdec.c...
2009-02-26 aurelfix a memleak in av_metadata_set()
2009-02-26 rbultjeImplement marker bit, which is used for several RTP...
2009-02-26 rbultjeDon't (ab)use PKT_FLAG_* in RTP code, since the two...
2009-02-26 rbultjeDocument rtsp.h, see "[PATCH] document rtsp.h" thread.
2009-02-26 aurelmovenc: add muxing of language along with metadata...
2009-02-26 aurelreturn -1 for errors in ff_mov_iso639_to_lang() to...
2009-02-26 aurelcosmetics: indentation
2009-02-26 aureluse new metadata API in mov muxer
2009-02-26 aureldon't trigger metadata compatibility code when user...
2009-02-26 bcoudurierdv probe
2009-02-26 jbrShare the function to write a raw FLAC header and use...
2009-02-26 jbrcosmetics: add a comment in flac_write_header().
2009-02-26 jbrAdd support for full header extradata to raw FLAC muxer.
2009-02-26 jbrUse a shared function to validate FLAC extradata.
2009-02-26 jbrSeparate the raw FLAC muxer from raw.c to its own file...
2009-02-25 diegospelling/wording/grammar cosmetics
2009-02-25 michaeluntypo
2009-02-25 bcoudurierfix index edit rate, inverse num and den
2009-02-25 bcouduriersimplify, use codec->block_align
2009-02-25 bcoudurierset channel number even for inactive channels
2009-02-25 bcoudurierdo not set frame start bit since marked as not used...
2009-02-25 michaelAVInputFormat.reed_seek2()
2009-02-24 cehoyosAdd timestamp computation if values are exported by...
2009-02-24 cehoyosChange duration computation to use time_base instead...
2009-02-24 michaelAdd AVFMT_VARIABLE_FPS to specify which muxers dont...
2009-02-24 michaelAdd CODEC_ID_H264 to tb_unreliable(), it belongs there...
2009-02-23 bcoudurierstart track id at 2, track id 1 for timecode
2009-02-23 michaelAllow av_find_stream_info() to be aborted.
2009-02-22 stefangconsistent naming of Chinese AVS raw demuxer
2009-02-22 reimarSupport playback of incorrectly cut DV files where...
2009-02-22 bcouduriercheck av_get_packet return value
2009-02-22 bcoudurierreturn AVERROR(ENOMEM) if alloc failed, set count after...
2009-02-21 bcoudurierparse aac extradata to fetch channels and sample rate...
2009-02-21 michaelWaste less space for printing timebases.
2009-02-21 rbultjeRename RTSPHeader to RTSPMessageHeader to reflect more...
2009-02-21 michaelPrint all timebases (idea from netgem)
2009-02-21 michaelCheck for alloc failures.
2009-02-21 michaelCheck for EOF during index reading.
2009-02-21 cehoyosUse context variable repeat_pict for frame duration...
2009-02-21 michaelHandle chunks with the MSB in size set correctly that...
2009-02-21 michaelBe less noisy with invalid pts/dts.
2009-02-21 michaelFix raw rgb/bgr vertical flip in avi based on info...
next