]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-03-22 stefanoMake the pixel formats which were defined as macros:
2009-03-22 jbrflacdec: allow sample rate to change mid-stream, but...
2009-03-22 diegoAdd rule for building API example programs.
2009-03-22 stefanoFactorize: use the X_NE() macro in avcodec_get_pix_fmt().
2009-03-22 jbrflacdec: cosmetics: indentation
2009-03-22 stefanoImplement X_NE() macro.
2009-03-22 jbrflacdec: change frame bps validation to return an error...
2009-03-22 jbrflacdec: cosmetics: add some braces to if/else statements
2009-03-22 jbrflacdec: skip frame when allocated data size is too...
2009-03-22 jbr10l: don't check against current layout until after...
2009-03-22 jbrflacdec: give a more accurate error message when valida...
2009-03-22 stefanoExport to pixdesc.h the av_pix_fmt_descriptors array.
2009-03-22 jbrflacdec: move data size check to flac_decode_frame()
2009-03-22 jbrflacdec: cosmetics: comments and white space
2009-03-22 jbrcosmetics: vertical alignment
2009-03-22 jbrflacdec: remove unneeded local variable
2009-03-22 jbrflacdec: cosmetics: rename 3 variables
2009-03-22 jbrflacdec: use a local variable for GetBitContext in...
2009-03-22 aurelhandle id3v2 'genre' tag formated as '%d'
2009-03-22 rbultjeRemove alpha channel from default colorspace tables...
2009-03-22 diegoUse $< automatic variable to simplify some commands.
2009-03-22 rbultjeAdd a @todo with a comment from Kostya so we don't...
2009-03-22 kostyaAdd AURA 1 and 2 codec IDs and register their FOURCCs
2009-03-22 bcoudurierallocate tracks instead of using MAX_STREAMS
2009-03-22 bcoudurierinit ext sample rate to 0 if not present
2009-03-22 bcouduriersince code now use get_bits_long, allocate padding...
2009-03-22 bcoudurieravoid creating a new stream not referenced in pmt since...
2009-03-22 gbAdd common VA API data structures and helpers.
2009-03-21 gbAdd support for HW accelerated VC-1 decoding through...
2009-03-21 bcoudurierreset codec width/height for h264 forcing decoder to...
2009-03-21 stefanoChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-21 stefanoUse PIX_FMT_NE() macro.
2009-03-21 stefanoImplement PIX_FMT_NE() macro.
2009-03-21 stefanoExtend the behavior of avcodec_get_pix_fmt(), if it...
2009-03-21 stefanoGlobally prefer enum PixelFormat over int when it makes...
2009-03-21 rbultjeRemove slash-skipping code because the function called...
2009-03-21 rbultjeReindent something where a if () --> { <-- is on a...
2009-03-21 rbultjeFree metadata if already allocated; fixes a memleak...
2009-03-21 rbultjeFix silly bug in hex_to_data() where it compares a...
2009-03-21 rbultjeRemove useless comment about something that is deprecat...
2009-03-21 rbultjeUse skip_spaces() in the "redir" demuxer instead of...
2009-03-21 rbultjeMerge functional code from get_word() and get_word_sep...
2009-03-21 rbultjeAllow (and parse) incoming server messages (notices...
2009-03-21 rbultjeAdd a @todo item to use ByteIOContext instead of URLCon...
2009-03-21 rbultjeRemove index writing in RM muxer, since it is broken...
2009-03-21 rbultjeDon't allow to sync on packets of zero-size length...
2009-03-21 rbultjeMove "- 12" statement up a bit. See "[PATCH] rmdec...
2009-03-21 diegoRemove deprecated and now unused Mersenne Twister PRNG.
2009-03-21 kostyaRegister myself as Smacker maintainer
2009-03-21 diegoWhen warning about forbidden pseudo random number gener...
2009-03-21 diegoFix reference to av_random_init where av_lfg_init was...
2009-03-21 diegoFix reference to av_random where av_lfg_get was meant.
2009-03-21 kostyaMake Smacker audio decoder output audio in original...
2009-03-21 diegoRemove deprecated functions and structures on next...
2009-03-21 bcouduriercheck if feed max file size is too small
2009-03-21 bcouduriercosmetics, reindent and remove empty line
2009-03-21 bcouduriernew Truncate option which will make feeder truncate...
2009-03-21 reimarFix avpicture_get_size for non-paletted formats with...
2009-03-21 bcoudurierupdate ffserver regression ref
2009-03-21 bcoudurierdo not call av_find_stream_info if stream is ffm, shoul...
2009-03-21 bcouduriersend busy reply if max connections number is exceeded
2009-03-21 conradReindent
2009-03-21 conradFix Speex header parsing in ogg demuxer
2009-03-21 conradDocument ogg_codec's header function
2009-03-21 bcoudurierfix compilation when DEBUG_SEEK is defined
2009-03-21 bcoudurierfix valid seeking range
2009-03-21 bcoudurieradjust write index if not set
2009-03-21 bcoudurierupdate seek regression ref due to 18063
2009-03-21 jbrTake over sole maintainership for all FLAC-related...
2009-03-21 jbrFix the ogg regression test, which was broken by r18092...
2009-03-21 jbradd myself as maintainer for new FLAC files
2009-03-21 jbradd a function to calculate a more accurate estimate...
2009-03-21 jbrflacdec: account for frame and subframe header overhead...
2009-03-21 jbrrevert accidental unrelated change in last commit
2009-03-21 jbrshare sample rate and blocksize tables between the...
2009-03-21 bcoudurierprotect realloc overflow
2009-03-21 jbrflacenc: remove unneeded variable, 'min_encoded_framesi...
2009-03-21 jbrseek backwards 4 bytes if 'fLaC' marker is not found
2009-03-21 jbrflacdec: remove unneeded variable, 'assignment'
2009-03-21 jbrflacdec: cosmetics: rename 'decorrelation' to 'ch_mode'
2009-03-21 jbrflacenc: remove unneeded context variable, 'ch_code'
2009-03-21 jbrshare channel mode constants between the FLAC decoder...
2009-03-20 conradHostile takeover of the ogg demuxer, agreed to by Mans...
2009-03-20 stefanoRemove declaration of the removed function img_convert().
2009-03-20 bananGet rid of av_random in cook.c
2009-03-20 bananGet rid of av_random in nellymoserdec.c
2009-03-20 cehoyosPCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-03-20 sdrikAdd a changelog entry for the alpha scaler support
2009-03-20 sdrikAdd a CONFIG_SWSCALE_ALPHA option for alpha channel...
2009-03-20 ramiromlp, truehd: support non 1:1 channel mapping.
2009-03-20 ramiroSupport "next parameter flags present" flag.
2009-03-20 ramirotruehd: support up to 3 substreams.
2009-03-20 gbRename hwaccel_data_private to hwaccel_picture_private.
2009-03-20 diegoReplace random() usage in test programs by av_lfg_*().
2009-03-20 diegoOnly build motion-test if MMX is enabled.
2009-03-20 diegoAlign test program output columns.
2009-03-20 diegoRemove unused libavutil/random.h #include.
2009-03-20 diegoUse correct header for struct AVLFG.
2009-03-20 bcoudurierresync ffm if error in stream
2009-03-20 bcouduriertypo, fix eof check
next