]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-01-10 benoitReduce the size of the replaceTable entries.
2008-01-10 lucabePass a proper context to av_log()
2008-01-10 michaelPrint libavdevice version.
2008-01-09 victorInitialize correctly optind.
2008-01-09 andomaFix a bug causing the generated stream to be corrupt...
2008-01-09 diegoIgnore trasher.
2008-01-09 andomaCorrectly use output format stream index for bitstream...
2008-01-09 melansonError checking: make sure that there are 3 parameters...
2008-01-08 jbrused defined name for testing error resilience level
2008-01-08 diegoFix random typos.
2008-01-08 diegoFix illegal identifiers, names starting with _ and...
2008-01-08 diegoAdd compilation rule for tools/trasher.
2008-01-08 diegoRemove unused variable i.
2008-01-08 diegoAllow compilation of test programs when TEST is defined.
2008-01-08 diegoRemove unused variable j.
2008-01-08 diegoRemove unused variable variance.
2008-01-08 diegoFix test program compilation, random() needs to be...
2008-01-08 reimarurl_write is part of the public API so it may not be...
2008-01-08 reimarRemove clip_table as it is not used anymore.
2008-01-08 michaelSplit range coding chapter in binary and integers
2008-01-08 michaelargh s/ffmpeg/snow/
2008-01-08 michaelRange coder state transition table, based on a patch...
2008-01-08 michaelRemove extra word.
2008-01-08 bcouduriercheck av_new_stream return value
2008-01-08 bcouduriercheck av_new_stream return value
2008-01-08 romansh * fixing a bug preventing default values to be set...
2008-01-08 michaelMention damaged input testing.
2008-01-08 michaelA little proggy i wrote years ago.
2008-01-08 michaelRandomly change the amount of noise if nothing is expli...
2008-01-07 ivoLMLM4 demuxer
2008-01-07 ivoLinux Media Labs MPEG-4 (LMLM4) demuxer
2008-01-07 ivoImplement read_timestamp and enable seeking in PVA...
2008-01-07 ivocosmetics
2008-01-07 ivoremove unnecessary check
2008-01-07 ivouse ff_parse_pes_pts for parsing an MPEG-PES timestamp
2008-01-07 ivoMove parsing of MPEG-PES timestamp to mpeg.h (as an...
2008-01-07 rtogniMove printing of the license status at the end of confi...
2008-01-07 andomaDont crash if resampling is requested but no audio...
2008-01-07 aurelFix access to the last element of the table.
2008-01-07 benoitMark the ff_svq1_frame_size_table as constant.
2008-01-07 benoitMove wmv1_scantable to .rodata section by making it...
2008-01-07 benoitMake the av_class member of PPContext a poiner to const...
2008-01-07 benoitMark the tables in g726.c as constant.
2008-01-07 benoitMake v4l.c's video_formats constant and static.
2008-01-07 benoitRemove unused symbol.
2008-01-07 jbrsplit out init of downmix coeffs into a separate functi...
2008-01-07 aurelMake ff_mkv_codec_tags lie entirely in .rodata section.
2008-01-06 jbrremove unneeded variable from AC3DecodeContext
2008-01-06 jbrmake sure that the last coupling band stops at the...
2008-01-06 diegocosmetics: Add another pair of parentheses to aid reada...
2008-01-06 jbrfix phase flag processing for the case when coupling...
2008-01-06 diegoRename two structures, identifiers starting with _...
2008-01-06 bcouduriercosmetics, split overly long lines
2008-01-06 kostyaFractional parts of motion vectors should be accounted...
2008-01-06 lucabeMake AVRtpPayloadTypes static and constant
2008-01-06 jbrfix playing of multichannel audio for codecs without...
2008-01-05 ivocosmetics, superfluous space
2008-01-05 ivoproper check for valid pva_pts
2008-01-05 ivodo not return an error, but warn and recover when encou...
2008-01-05 ivovalidate streamid before use
2008-01-05 ivochange audio codec id to mp2
2008-01-05 ivoproper type and initialization of pva_pts
2008-01-05 ivoremove unnecessary shift
2008-01-05 jbrcheck for request_channels in dca init function
2008-01-05 jbradd downmixing support to libfaad decoder
2008-01-05 jbrcosmetics: indentation after last commit
2008-01-05 jbrmove E-AC3 header parsing to ff_ac3_parse_header()
2008-01-05 jbrremove unneeded variables from AC3HeaderInfo
2008-01-05 jbrdo not set channels before checking request_channels
2008-01-05 jbruse request_channels in liba52 decoder
2008-01-05 jbrcosmetics: indentation
2008-01-05 jbrcheck for request_channels at codec init
2008-01-05 jbrdo not set channels before checking request_channels
2008-01-05 lucabeUpdate maintainership information after the rtp.c split
2008-01-05 jbradjust output channels based on AVCodecContext.request_...
2008-01-05 michaelDrop non key frames before the first key frame.
2008-01-04 aurelinstall crc.h which is now part of public API
2008-01-04 aurelimprove CRC API
2008-01-04 lucabeSplit the RTP muxer out of rtp.c, to simplify the RTSP...
2008-01-04 bananEnable proper output from the LFE channel, based on...
2008-01-04 lucabeSplit the RTP demuxing functions out of rtp.c, to simpl...
2008-01-04 michaelindent
2008-01-04 michaelFlip key and element so types match, not that it matter...
2008-01-04 michaelDocument O() time.
2008-01-04 michaelDocument node removial API.
2008-01-04 michaelFix selftest.
2008-01-04 michaelSupport removing elements.
2008-01-04 michaelMove *malloc() out of tree.c, that way the code can...
2008-01-04 kostyaRV30 thirdpel motion compensation support
2008-01-04 michaelA few lines of text about the range coder, part of...
2008-01-04 diegoAdd a note about the license of libamr.
2008-01-04 diegoSpell out WB and NB.
2008-01-04 diegoChange some files to only include the necessary headers.
2008-01-04 benoitInitialize "saved" buffer to zero.
2008-01-04 benoitMake three rm demuxer functions non static.
2008-01-04 michaelAlways set next correctly, even if a matching element...
2008-01-04 benoitMake pp_help a constant pointer to constant characters...
2008-01-04 jbrcosmetics: indentation and add a TODO comment
2008-01-03 jbronly check ac3 crc if AVCodecContext.error_resilience > 0
2008-01-03 jbrcosmetics: indentation after last commit
next