]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
prettyprinting cosmetics
[frescor/ffmpeg.git] / libavformat /
2009-03-14 michaelDont loose user flags when passing calls from the new...
2009-03-14 michaeladd avformat_seek_file()
2009-03-13 reimarSet pkt->pos correctly (to the start of header of the...
2009-03-13 bcoudurierfix swf seeking by fixing new stream detection
2009-03-13 reimarSimplify RoQ demuxer pts calculation by using a appropr...
2009-03-12 reimarSet video width/height and create audio stream in read_...
2009-03-11 bcoudurierreindent
2009-03-11 bcoudurierkeep original tag when stream copying subs with ipod...
2009-03-11 bcoudurieripod supports both subs tags
2009-03-11 bcoudurierreindent
2009-03-11 bcoudurierwrite correct atoms based on tag and not format, fixes...
2009-03-11 bcoudurieruse correct codec tag list for ipod format
2009-03-11 bcoudurieragain 10l, typo, put_byte instead of put_buffer
2009-03-11 bcoudurierattempt to try to generate an random umid
2009-03-11 bcoudurierfix subs track height, set track->height to codec heigh...
2009-03-11 compnsn40 avi fourcc decodes with ffodivx
2009-03-10 rbultjeCorrectly skip complete INDX chunks, i.e. read the...
2009-03-09 rbultjePrevent (negative) overflow of rm->remaining_len. This...
2009-03-09 rbultjeRevert to r17908.
2009-03-09 rbultjeMove MOVContext and related structures from mov.c to...
2009-03-09 reimarReorder arguments for av_fifo_generic_read to be more...
2009-03-09 rbultjePrevent (negative) overflow of rm->remaining_len. This...
2009-03-09 rbultjeReplace separate packet parsing for "old_format" .ra...
2009-03-09 rbultjeMove frame discarding out of the ff_rm_parse_packet...
2009-03-09 reimarMark all packets from nuv demuxer as keyframes in order...
2009-03-09 reimar100l, to start reading from the first frame we must...
2009-03-09 reimarSet AVPacket pos also for audio packets in nuv demuxer.
2009-03-09 bcoudurierreindent
2009-03-09 bcoudurierchange path pattern to be similar to existing files...
2009-03-09 bcouduriermerge struct declaration and definition
2009-03-09 bcoudurierwrite map packet every 100 packets according to specs
2009-03-09 bcoudurierwrite flt packet, might need some tweaking but it works
2009-03-09 bcouduriercorrectly interleave audio and video according to specs
2009-03-09 bcoudurierwrite timecode track in gxf
2009-03-08 bcouduriercompute media info in write_header
2009-03-08 bcoudurierfactorize write packet
2009-03-08 bcoudurierremove unneeded and empty user data
2009-03-08 bcoudurieruniformize variable names and remove duplicating fields...
2009-03-08 bcoudurierremove useless fields
2009-03-08 reimarReplace all uses of the replaced av_fifo_read by av_fif...
2009-03-08 michaelAllocate AVFifoBuffer through the fifo API to reduce...
2009-03-07 vitorVQF demuxer
2009-03-07 rbultjertpmap is case-insensitive, see comment from Luca in...
2009-03-06 alexcADTS: Increased protection against writing illegal...
2009-03-06 michaelAdd my name to copyright & author as requested by the...
2009-03-06 michaelAdd code to the self test to print jitter & drift.
2009-03-06 rbultjeOops, very silly typo.
2009-03-06 jbrflacdec: Parse the metadata header in the raw FLAC...
2009-03-06 diegoAdd '#undef rand' to fix test program build.
2009-03-06 diegocosmetics: Fix test program warnings.
2009-03-06 michaelVertical align.
2009-03-06 michaelBetter name for integrator2_state.
2009-03-06 michaelAdd clock_period parameter, this should makes the code...
2009-03-06 michaelSelftest code.
2009-03-06 michaelFix bug with time==0 being special.
2009-03-06 michaelAdapt first factor.
2009-03-06 michaelMerge ff_timefilter_read() and ff_timefilter_update...
2009-03-06 michaelAllow timespans to vari.
2009-03-05 michaelReorder operations, 20% improved performance, 1 variabl...
2009-03-05 michaelTimefilter code by Olivier Guilyardi o list O samalyse...
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...
next