]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2007-12-20 bananReindent
2007-12-20 bananCorrectly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files
2007-12-20 michaelDocument a few more structure change rules with relatio...
2007-12-20 bcoudurierfix indentation
2007-12-20 michaelDocument structure change rules with relation to ABI...
2007-12-20 jbrAdd option for user to scale the amount of dynamic...
2007-12-20 aurelcosmetics: indentation
2007-12-20 aurelremove double check of pb->read_seek
2007-12-19 aurelpb->buf_end is already set by url_open_buf()
2007-12-19 aureluse proper url_is_streamed() API
2007-12-19 cehoyosFix problem with multithreaded decoding, introduced...
2007-12-19 michaelMake recently added and still unused read_seek function...
2007-12-19 michaelMerge recently added and still unused play and pause...
2007-12-19 bcoudurieruse generic 'glbl' atom if extradata is present but...
2007-12-19 bcouduriersupports glbl atom containing generic extradata for...
2007-12-19 reimarIncrease minor version due to new av_close_input_stream
2007-12-19 reimarAdd a av_close_input_stream function
2007-12-19 michaelRemove dead code which disapeared with the last major...
2007-12-19 michaelRemove *_codec_id from AVFormatParameters with the...
2007-12-19 michaelAllow overriding codec_ids.
2007-12-19 diegocosmetics: Sort some more entries.
2007-12-19 michaelRemove unneeded avio wraper functions.
2007-12-18 michaelA little more doxygenization.
2007-12-18 michaelDocument Motion_Est_IDs.
2007-12-18 michaelRemove old variable with the next major version bump.
2007-12-18 bcoudurieradd bitrate helper to choose all dnxhd variants
2007-12-18 bcoudurieravoid infinite loop if pixel format conversion does...
2007-12-17 diegodv1394 depends on dv_demuxer, fixes linking with demuxe...
2007-12-17 michaelanother comment ->doxy
2007-12-17 michaelME default doesnt belong to the ME type enum
2007-12-17 michaelchange some normal comments to doxy ones
2007-12-17 reimarSimplify av_close_input_file similarly to av_open_input...
2007-12-17 reimarSimplify av_open_input_file
2007-12-17 kostyaCorrect spatial prediction mode in RV30/40 for vertical...
2007-12-17 michaelclarify FIXME
2007-12-17 reimarAdd FF_OPT_TYPE_BINARY and use it to add a cryptokey...
2007-12-17 benoitFix crash in PCM decoder when number of channels is...
2007-12-17 benoitEnable av_read_pause(), av_read_play() and the ASF...
2007-12-17 diegoRemove unnecessary system include path from pkg-config...
2007-12-17 jbrSkip dialog normalization. It shouldn't be used by...
2007-12-17 jbrRevert commit made in revision 11228. I'm getting some...
2007-12-16 aurelmove FLAC mmx dsp to its own file
2007-12-16 bcoudurieruseless 0L here
2007-12-16 bcoudurierremove now useless fields
2007-12-16 bcoudurierdo not retain useless pointers to avstream priv_data...
2007-12-16 bcoudurierremove duplicate field
2007-12-16 bcouduriercosmetics: func -> parse, remove useless parenthesis
2007-12-16 bcoudurierremove useless declaration
2007-12-16 bcouduriersave pointer to parse table, its unlikely to change
2007-12-16 bcoudurierremove useless seek
2007-12-16 bcouduriercosmetics
2007-12-16 bcouduriersupport streamed mov/mp4
2007-12-16 bcoudurierreturn error when url_fseek could not read until desire...
2007-12-16 diegocosmetics: comment typo fixes
2007-12-16 lu_zeroMake strict altivec parsers happy (gcc-4.3 and others)
2007-12-16 kostyaRV40 decoder should use availability cache
2007-12-16 kostyaRV30/40 decoding core
2007-12-16 jbrdownmix before the IMDCT if no block switching is used
2007-12-15 reimarAdd 'l' suffix where it is necessary because type can...
2007-12-15 bcoudurierchoose next sample by sample position
2007-12-15 michaeldocument how to free the result of av_alloc_format_cont...
2007-12-15 andomaAdd missing '\n' to log format text
2007-12-15 andomaSDL does not seem to support more than two channels.
2007-12-15 andomaNotify the input coder about the number of requested...
2007-12-15 andomaMake DCA decoder honor avctx->request_channels in a...
2007-12-15 andomaMake AC3 decoder honor avctx->request_channels
2007-12-15 kostyaMake fill_rectangle() available for other decoders
2007-12-14 heydownsFix brain-dead parts of r11216, specifically:
2007-12-14 kostyaBenjamin expressed the wish to be DCA maintainer too
2007-12-14 heydownsEnsure that our total reference frame count does not...
2007-12-14 heydownsActually return with an error condition if we're being...
2007-12-14 heydownsMake h264 decoder conform to requirements of mpegvideo...
2007-12-13 reimarAdd a missing break, before av_set_number would always...
2007-12-13 heydownsFix non_zero_count_cache for deblocking in field pictures.
2007-12-12 aureladd required include to make this file self-contained
2007-12-12 mruRevert r11202: do not create copy relocations when...
2007-12-12 mruuse av_log_get/set_level()
2007-12-12 lu_zerokill a warning, av_sha1_update accepts uint8_t * not...
2007-12-12 lu_zeroProvide sha1 to outside applications
2007-12-12 michaelav_*_next() API for libavformat
2007-12-12 michaelavoid using first_avcodec
2007-12-12 michaelav_*_next() API for libavcodec
2007-12-12 takisShow which bitstreamfilters were compiled in, similar...
2007-12-11 mrudo not create copy relocations when linking to shared...
2007-12-11 diegotypo/clarification
2007-12-09 ramiroFix compilation of os_support.c for MinGW with --disabl...
2007-12-09 kostyaEnable 4x4 IDCT for FASTTX=0 mode in WMV3
2007-12-09 kostyaAdd 4x4 IDCT
2007-12-09 jbrcosmetics: rename ac3 decoder variables
2007-12-09 jbrcosmetics: rename common ac3 variables
2007-12-09 jbrcosmetics: vertical align after last commit
2007-12-09 jbrcosmetics: rename ac3 bit allocation variables
2007-12-09 jbrcosmetics: rename ac3 tables
2007-12-08 aureladd ff_ prefix to all simple_idct symbols
2007-12-08 kostyaReindent after last commit
2007-12-08 kostyaUpdate Altivec variant of vc1_inv_trans_8x4
2007-12-08 kostyaUse IDCT functions when FASTTX=0
2007-12-08 kostyaSwitch VC-1 decoder to output decoded residual immediately.
2007-12-08 kostyaRename some tables
2007-12-07 diegoAdd small OS/2 section with a link to further information.
next