]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-02-08 stefanoDocument the av_base64_encode/decode functions.
2009-02-08 superdumpFix a const related warning
2009-02-08 stefanoCosmetics: "* out" -> "*out" for consistency with the...
2009-02-08 stefanoCosmetics: rename the "size" parameter of av_base64_enc...
2009-02-08 bcouduriermove declaration to internal.h
2009-02-08 stefanoCosmetics: prefer out/in over buf/src for the parameter...
2009-02-08 bcoudurieradd static, function unused outside
2009-02-08 stefanoCosmetics: consistently prefer "size" over "len"/"lengt...
2009-02-08 bcoudurierdocument ff_audio_interleave
2009-02-08 stefanoMake av_base64_encode() do not require the user to...
2009-02-08 superdumpReplace hard-coded SEI type constants with symbolic...
2009-02-08 michaelClarify has_b_frames doxy.
2009-02-08 vitorNC camera demuxer
2009-02-08 michaelClarify that avformat_seek_file() is not part of the...
2009-02-08 michaelavformat_seek_file() prototype
2009-02-08 lorenmff_add_hfyu_median_prediction_mmx2
2009-02-08 lorenmre-enable mid_pred asm on x86_64. (broke in r16681)
2009-02-08 michaelFix reserved identifer detection so it doesnt detect...
2009-02-08 michaelFactorize grep -v cases.
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...
next