]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-08-04 prossAdd D-Cinema audio muxer
2008-08-04 stefanoImprove docs for the ffmpeg -map option.
2008-08-04 michaelUse the correct collocated field in pred_direct_motion...
2008-08-03 jbrRead bitstream parameters for E-AC-3 streams before...
2008-08-03 jbrHardcode the table for ungrouping 3 values in 5 bits...
2008-08-03 bcoudurierfix if/else case
2008-08-03 jbruse the same table for ungrouping exponents and bap...
2008-08-03 bcoudurierfull lpcm support in mov audio stsd v2
2008-08-03 jbrcosmetics: make all references to AC-3 capitalized...
2008-08-03 jbrremove a comment which is no longer true
2008-08-03 diegoReplace call to deprecated avcodec_build() with avcodec...
2008-08-03 stefanoIncrease the maximum number of supported stream mapping...
2008-08-03 michaelRemove useless mb_field_decoding_flag setting code...
2008-08-03 michaelmb_field_decoding_flag was not initialized
2008-08-03 kostyaWrong constant used in default threshold value calculat...
2008-08-03 jbrcosmetics: vertical alignment
2008-08-03 jbruse MAX_BLOCKS for array size instead of 6
2008-08-03 jbrrearrange dimensions of pre_mantissa array
2008-08-03 prossAdd graceful error handling to avcodec_get_pix_fmt_name...
2008-08-03 prossAdd sample format converter to FFmpeg (adds -sample_fmt...
2008-08-02 michaelPicture.ref_count/ref_poc have to be stored per field...
2008-08-02 bcoudurierdo not fail on qscale==0 if error resilience is high...
2008-08-02 diegoMark add_png_paeth_prediction_* functions which are...
2008-08-02 prossAdd sample format converter to FFplay.
2008-08-02 bcouduriersupport big endian lpcm with audio stsd v2
2008-08-02 bcoudurierkeep original codec/fourcc endianess, fix XDCAMHD.mov
2008-08-02 bcouduriermore complete audio stsd v2
2008-08-02 bcouduriermove version specific parsing code before codec specifi...
2008-08-02 prossSimplify AVCodecContext usage within FFplay audio_decod...
2008-08-01 michaelI found a maintainer for all parts that had none listed :)
2008-08-01 michaelRecommit r14497
2008-08-01 michaelRevert r14497
2008-08-01 diegoExplain the difference between HAVE_LIST and CONFIG_LIS...
2008-08-01 diegoOnly check for socklen_t if network support is enabled.
2008-08-01 diegoAdd missing header #includes.
2008-08-01 prossModify av_audio_convert() to use AVAudioConvert context...
2008-08-01 prossRevert r14484 hunk that deleted the 'include avcodec...
2008-08-01 benoitUse compression level to set mp3lame quality option.
2008-07-31 bcoudurierfix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue...
2008-07-31 bcoudurierdowngrade mov negative ctts log message to warning...
2008-07-31 bcoudurieronly reset buffer state if seeking is sucessfull, updat...
2008-07-31 bcouduriercheck url_fseek return value
2008-07-31 bcouduriercheck url_fseek return value, update seek reg tests
2008-07-31 bcouduriercheck url_fseek return value, update seek reg tests
2008-07-31 benoitFix a potential out of array writing.
2008-07-31 prossAdd opt handler for pending "-sample_fmt" option
2008-07-31 prossWrite sample format description within avcodec_string()
2008-07-31 prossAdd sample format support functions: avcodec_get_sample...
2008-07-31 benoitUse static vlc structure to decode layer 3 huffman...
2008-07-31 prossModify all codecs to report their supported input and...
2008-07-31 mrufix ARMv6 FASTDIV for divisor <=2
2008-07-31 bcoudurierskip flv video info / command frame packets, fix issue...
2008-07-30 michael1000l typo my new PRNG converged to -1.
2008-07-30 michaelAdd a multiplicative LFG for thouse thinking the addita...
2008-07-30 bcoudurierchange assert test due to the new reducing of time_base...
2008-07-30 michaelSimplify intra PCM MB handling.
2008-07-30 diegoUSE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
2008-07-30 prossEA Demuxer: make rev2 flag optional
2008-07-30 bcoudurieradd a bunch of new xdcam hd422 fourccs
2008-07-30 bcouduriermore hdv fourccs
2008-07-30 bcoudurierupdate hdv fourcc descriptions
2008-07-29 prossgive additional use case for version bumping; remove...
2008-07-29 vitorDo not declare a counter as unsigned when it is not...
2008-07-29 vitorCosmetics: rename loop counter vars to i,j
2008-07-29 vitorCosmetics: rename loop counter vars to i,j
2008-07-29 lorenmr14205 broke vorbis float_to_int on ppc
2008-07-29 stefanoFix a typo in sdp_write_header(): change "IPV4", which...
2008-07-29 diegoAdd note about gcc bugs that gcc devs refuse to fix.
2008-07-29 darkshikariUse #define instead of a constant. Patch by Paul Kendall.
2008-07-28 stefanoMake ffmpeg dump output format in case of codec type...
2008-07-28 michaelDocument av_lfg_get().
2008-07-28 michaelWarning about MTs speed.
2008-07-28 darkshikariSmall h264 decoding speed optimization: while->do/while
2008-07-28 michaelSimple lagged fibonacci PRNG.
2008-07-28 vitorCosmetics: new line
2008-07-28 vitorRemove the now useless phase variable from context
2008-07-28 prossincrement minor version for commit r14412 (add sample_f...
2008-07-28 vitorCosmetics: make comment match var name
2008-07-28 vitorCosmetics: align comments
2008-07-28 vitorRename two context vars: s/sb/sp_block/, s/lhist/gain_b...
2008-07-28 vitorDeclare temporary buffers to be only of the necessary...
2008-07-28 vitorRemove redundant comments
2008-07-28 vitorCosmetics: do not align with now removed next instruction
2008-07-28 vitorCosmetics: remove braces and useless newline
2008-07-28 vitorChange the way the input is passed to do_hybrid_filter...
2008-07-28 vitorRemove RA288Context.output buffer. This buffer is just...
2008-07-27 michaelFix misdetection of H.264 in mpegts as mpeg1video in...
2008-07-27 vitorAdd a few comments pointing to the G.728 specification
2008-07-27 vitorRemove the history buffer from the context. It can...
2008-07-27 diegoRemove unused variable.
2008-07-27 diegoAdd random to list of test programs.
2008-07-27 diegoChange return type of main function to int to avoid...
2008-07-27 diegoMove #includes, which are only used in the test program...
2008-07-27 stefanoImprove long names for FFM muxer and demuxer:
2008-07-27 vitorRename two context buffers: pr{1,2} -> {sp,gain}_lpc...
2008-07-27 stefanoComplete documentation for av_set_string().
2008-07-27 vitorRemove st1 and st2 temporary buffers in backward_filter...
2008-07-27 michaelChange benchmarking code so it returns compareable...
2008-07-27 michaelMake the selftesting code use and compileable.
2008-07-27 vitorChange slightly the meaning of RA288Context.phase....
next