OSDN Git Service

coroid/libav_saccubus.git
2007-12-01 Diego Biurrunsucces --> success typo
2007-12-01 Reimar DöffingerFix nodes[nb_codes*2-1].count being uninitialized and...
2007-12-01 Michael Niedermayersenseless cast and ()
2007-12-01 Michael Niedermayerstupid code (casting of void*) found by checktree.sh
2007-12-01 Michael Niedermayer1000l _reserved (found by checktree.sh)
2007-11-30 Reimar Döffingerwma_decode_superframe always returns s->block_align...
2007-11-30 Diego BiurrunFix make checkheaders, #include <inttypes.h> was missing.
2007-11-30 Diego BiurrunComment some #endif directives.
2007-11-29 Michael Niedermayerfix segfault with interlaced h.264
2007-11-29 Luca AbeniSuppress the "redirector hack" from libavformat/utils...
2007-11-28 Andreas ÖmanBump lavf minor due to addition of
2007-11-28 Björn AxelssonExtend ByteIOContext and add the buffered IO functions:
2007-11-28 Ian CaulfieldMLP/TrueHD parser
2007-11-28 Stefano SabatiniClarify documentation for avcodec_encode_audio.
2007-11-28 Michael Niedermayerframe_size vs. frame_size*channels bug
2007-11-27 Aurelien Jacobsremove some unused ff_p* vars from dsputil
2007-11-27 Aurelien Jacobsremove useless #ifdef around extern declaration
2007-11-27 Aurelien Jacobscosmetics: indentation
2007-11-27 Aurelien Jacobsconvert some #ifdef CONFIG_ to if(ENABLE_
2007-11-27 Aurelien Jacobsbuild vc1dsp_mmx.c in its own compilation unit
2007-11-27 Aurelien Jacobsuse ff_ prefix for extern vars
2007-11-27 Aurelien Jacobsmake ff_p* vars extern so that they can be used in...
2007-11-27 Aurelien Jacobs10l: init_get_bits want size in bits, not bytes
2007-11-27 Aurelien Jacobscosmetics: alignment
2007-11-27 Diego Biurrunspelling cosmetics
2007-11-27 Dave YeoAdd #include "os_support.h" to restore OS/2 support.
2007-11-27 Diego BiurrunRemove possibly misleading comments.
2007-11-27 D Richard Felker IIIsync message with modern ffmpeg bitrate option syntax.
2007-11-25 Aurelien Jacobsremove some empty close/init functions in avcodec
2007-11-25 Aurelien Jacobsadd pcm_s16le_planar support for electronicarts files
2007-11-25 Aurelien Jacobssplit wmv2 encoder and decoder in their own files
2007-11-25 Christophe... Typo fix. Previous version had some picture error build...
2007-11-24 Kostya ShishkovData tables for future RV30/40 decoder
2007-11-24 Christophe... Strip debug stuff from vc1dsp_mmx.c, patch by Christoph...
2007-11-24 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2007-11-24 Björn AxelssonExtend URLProtocol with new function pointers and api...
2007-11-23 Luca AbeniLink libavdevice against libavutil, libavcodec, and...
2007-11-23 Diego BiurrunFix out of tree builds after introduction of libavdevice.
2007-11-23 Diego BiurrunKeep -L flags before corresponding -l flags.
2007-11-23 Diego Biurruncosmetics: Consistently indent with 4 spaces, break...
2007-11-23 Luca AbeniFix the creation of alldevices.c (create it without...
2007-11-23 Diego Biurrunmain() --> main(void)
2007-11-23 Diego Biurrunspelling
2007-11-22 Luca AbeniIntroduce libavdevice
2007-11-22 Luca BarbatoMake av_read_frame with rtsp client return EINTR on...
2007-11-22 Diego Biurruncomment spelling/grammar fixes
2007-11-22 Ramiro Pollaos_support.h is also needed for usleep and lseek on...
2007-11-21 Christophe... add VC-1 MMX DSP functions, under MIT license.
2007-11-21 Luca AbeniInclude os_support.h only when needed
2007-11-21 Luca BarbatoMake av_read_frame with rtsp client return EINTR on...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-20 Stefano SabatiniFix wrong error message.
2007-11-20 Diego Biurrunmain() --> main(void)
2007-11-20 Diego Biurrunwhitespace consistency cosmetics
2007-11-19 Michael Niedermayercosmetic (x==NULL -> !x)
2007-11-19 Michael Niedermayercosmetic (place { consistently)
2007-11-19 Roberto TogniReplace realloc with free+malloc, the previous content...
2007-11-19 Michael Niedermayercosmetic (remove != 0 / != NULL)
2007-11-19 Michael Niedermayeruse sizeof in snprintf (note the changed code is all...
2007-11-19 Michael Niedermayercheck region depth for validity
2007-11-19 Luca AbeniGenerate a linking error if perror() is used in libav*
2007-11-19 Luca AbeniConvert perror() in av_log() in bktr.c.
2007-11-19 Luca AbeniRemove perror() usage from udp.c
2007-11-19 Luca AbeniDo not use perror() in audio, video, and DV grabbers
2007-11-19 Luca AbeniRemove perror() usage from libavutil
2007-11-19 Roberto TogniCosmetics
2007-11-19 Roberto TogniNo need to update pos, it's not used after that line
2007-11-18 Roberto TogniCleanup: remove ssize
2007-11-18 Roberto TogniCheck for memory allocation failure of temp buffer
2007-11-18 Roberto TogniOptimize memory management to create an av_packet from...
2007-11-18 Benjamin LarssonUse memcpy instead of for loop
2007-11-17 Jeff DownsWhen new streams are detected, look for old filters...
2007-11-17 Jeff DownsCall mpegvideo flush routine on h264 flush. Needed...
2007-11-16 Diego BiurrunRemove unused functions, fixes the warnings:
2007-11-16 Luca AbeniAdd MPEG2 support to the RTP muxer
2007-11-16 Luca AbeniRemove the "AVRtpPayloadTypes[i].pt == i" assumption...
2007-11-16 Alex BeregszasziRemove empty pipe_close
2007-11-16 Alex BeregszasziCall prot->url_close only if it is present.
2007-11-16 Alex BeregszasziHonor the 8bit extension (now 32bit instaed 24bit)...
2007-11-15 Alex BeregszasziPrefer ADPM_SWF instead NONE if no MP3 encoding is...
2007-11-15 Aurelien Jacobsavoid some halfpel related #ifdef
2007-11-15 Roberto Togni1000l: Fix check for max slice number
2007-11-15 Roberto TogniMove dnet-ac3 byte-swapping code close to audio packet...
2007-11-15 Luca AbeniRemove some more duplicated code
2007-11-15 Luca AbeniRemove the useless variable "my_addr1"
2007-11-15 Luca AbeniUse the same code to set local_port in the IPv4-only...
2007-11-15 Diego BiurrunPut halfpel_interpol under the same #ifdef as its usage...
2007-11-15 Diego BiurrunReorder functions to get rid of ugly forward declarations.
2007-11-15 Panagiotis... Fix Doxygen parameter
2007-11-15 Panagiotis... Fix Doxygen parameter name
2007-11-15 Panagiotis... Fix Doxygen parameter name
2007-11-15 Panagiotis... Attribute for specifying direction should come right...
2007-11-15 Christophe... Use put_signed_pixels_clamped where appropriate
2007-11-14 Aurelien Jacobscosmetics: whitespace
2007-11-14 Alex BeregszasziRemove editor junk from the end.
2007-11-14 Benjamin LarssonSmall simplification
2007-11-14 Alex Beregszasziadd myself as TTA guy
2007-11-14 Alex BeregszasziSupport 44.1kHz audio. Acked by Benjamin
2007-11-14 Alex BeregszasziChange the "report sample" message from AV_LOG_DEBUG...
2007-11-14 Alex BeregszasziMake sine_window static. Acked by Benjamin Larsson
next