]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-02-08 michaelPatch check script.
2009-02-08 bcouduriercosmetics: sample_to_chunk -> stsc
2009-02-08 bcouduriercosmetics: sample_to_ctime -> ctts
2009-02-08 bcoudurierremove useless field
2009-02-08 bcoudurierrewrite pts also, as comment says
2009-02-08 bcoudurierremove useless return
2009-02-08 bcoudurierfix doxygen
2009-02-08 stefanoReplace the calls to the deprecated av_alloc_format_con...
2009-02-08 stefanoDeprecate av_malloc_format_context() in favor of
2009-02-08 bcoudurierfix typo in h264dsp_mmx (no effect currently as the...
2009-02-08 bcoudurierremove only one warning
2009-02-08 bcoudurierremove useless cast, it does not remove warning, encode...
2009-02-08 bcoudurierremove warning about incompatible pointer
2009-02-08 bcoudurierreuse MXFCodecUL for data def and simplify
2009-02-08 bcoudurierremove implicit header inclusions from mxf.h
2009-02-08 bcoudurierfree index entries
2009-02-08 bcoudurieruse new audio interleaving generic code
2009-02-08 bcoudurierextract audio interleaving code from mxf muxer, will...
2009-02-08 bcoudurieroffset dts according to edit list, hackish but works...
2009-02-08 diegoRemove const qualifier from function argument to elimin...
2009-02-08 bcoudurieronly use 2 slices for index, one video(vbr) and one...
2009-02-08 bcoudurierforce first track to be video and simplify
2009-02-08 bcoudurierwrite system item
2009-02-07 bcoudurierdeclare ff_interleave_add_packet
2009-02-07 kostyaMove RV3/4 frame type check upper, so 1-slice unanchore...
2009-02-07 kostyaAdd decoder flush after seeking for RV3/4 decoders
2009-02-07 bcoudurieruse 512 kag size needed for d10
2009-02-06 stefanoDrop the deprecated function register_avcodec() at...
2009-02-06 stefanoReplace the calls to the deprecated function register_a...
2009-02-06 stefanoRename register_avcodec() as avcodec_register() and...
2009-02-06 stefanoAdd a new test program for base64, based on that remove...
2009-02-06 stefanoRemove broken test program.
2009-02-06 lucabeMove RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used...
2009-02-06 lucabeDo not use RTP_MAX_PACKET_LENGTH in the RTP muxer
2009-02-06 michaelFix minor memory leak.
2009-02-06 lucabeMerge rtp_aac.h and rtp_mpv.h in rtpenc.h
2009-02-06 michaelFix gifs list of supported input pix_fmts, this makes...
2009-02-06 michaelEnsure that the palette is set in data[1] for all 8bit...
2009-02-06 cehoyosUse libopenjpeg for jpeg2k decoding.
2009-02-06 lucabeSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-06 rbultjeAdd "AVFormatContext *ctx" (that being the RTSP demuxer...
2009-02-05 cehoyosFix blend_subrect for some subrects positioned on odd...
2009-02-05 cehoyosFix blend_subrect for subrects positioned on odd rows.
2009-02-05 rbultjeRename "tx_ctx" and "cur_tx" variables to "transport_pr...
2009-02-05 bcoudurierformat timestamp correctly according to specs and set it
2009-02-05 bcoudurieruse timestamp as modification date
2009-02-05 ramiroRevert part of r16593.
2009-02-05 alexcMake the MP3 probe weakly claim all files with ID3v2...
2009-02-05 bcoudurieruse timestamp as creation date
2009-02-05 michaelAdd size_in_bits to PutBitContext
2009-02-05 rbultjeDelete an enum and a function typedef that aren't used...
2009-02-05 lucabeIntroduce a new num_frames field in RTPDemuxContext...
2009-02-05 prossElectronic Arts demuxer: support TQI video tag
2009-02-05 prossElectronic Arts TQI decoder
2009-02-05 prossdon't assume quant_matrix[0]==8 in ff_mpeg1_decode_bloc...
2009-02-05 prossconvert mpeg1_decode_block_intra() to inline global
2009-02-05 bcoudurierfix key frame offset with open gop
2009-02-05 mruconfigure: add command flag to disable yasm use
2009-02-05 mruconfigure: set EXESUF before it is used
2009-02-04 mruRemove CONFIG_H264_ENCODER references
2009-02-04 mruconfigure: move basic sanity tests before other tests
2009-02-04 diegoRemove documentation of non-existing function parameters.
2009-02-04 diegoRemove unused CONFIG_H264_ENCODER #define.
2009-02-04 diegoRemove pointless '#if CONFIG_ENCODERS' around forward...
2009-02-04 diegofastdiv is disabled by default, so put --enable-fastdiv...
2009-02-04 diegoUse directory name as multiple inclusion guard prefix.
2009-02-04 rbultjeMove enum RTSPTransport up a bit, so that all fields...
2009-02-04 romanshNo need to compute stype
2009-02-04 bcoudurieralways write mxf time base in descriptors
2009-02-04 ramiroDo not misuse unsigned long to store pointers.
2009-02-04 bcoudurieruse sample rate as audio input time base
2009-02-04 aurelwrite all available metadata tags into extended_content...
2009-02-04 aureluse new metadata API in asf muxer
2009-02-03 bcoudurierlet packet pass through when no timestamps
2009-02-03 bcoudurierexactly compute index byte count
2009-02-03 alexcAdd av_cold attributes to *_init and *_end functions.
2009-02-03 bcoudurierprevent reading more than container atom size, fix...
2009-02-03 alexcVP3: Prevent stack corruption from an unset custom...
2009-02-03 aureluse new metadata API in asf demuxer
2009-02-03 cehoyosAdd fields to H264Context and SPS for upcoming VA API...
2009-02-03 reimar100l, don't run tests twice, this was some forgotten...
2009-02-03 reimarFix a bug in 3DEC CBC decryption and add more extensive...
2009-02-03 stefangcheck validity of pointer srcC
2009-02-03 reimarUpdate DES test code to use the new public API.
2009-02-03 reimarAdd support for 3DES to DES module
2009-02-03 reimarAdd and use a public API for RC4 and DES, analogous...
2009-02-03 michaelReformat rdt_demuxer AVCodec struct sanely.
2009-02-03 michaelFix probe & demuxing of Topfield 58XXPVR and 68XXPVR...
2009-02-03 michaelFix unknown header 10001000 / http://samples.mplayerhq...
2009-02-02 aureluse new metadata API in aiff demuxer
2009-02-02 bcoudurierbe more flexible with frame rate check
2009-02-02 aurelsimplify
2009-02-02 cehoyosFix vertical resolution of subtitles.
2009-02-02 diegoAdd necessary header for LIBAVUTIL_VERSION_MAJOR, fixes...
2009-02-02 aureluse new metadata API in rtsp demuxer
2009-02-02 aureluse new metadata API in rtp muxer
2009-02-02 aurelit seems I never added myself in there before
2009-02-02 cehoyosAdd support for fourcc "SP54".
2009-02-02 aurelcosmetics: indentation
2009-02-02 aurelsimplify usage of dstlen as it is not a parameter anymore
next