]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2007-12-03 banan4 months of hard development and finally it's done...
2007-12-03 diegocolour --> color in variable names
2007-12-03 takisAdd a --disable-devices flag which disables all muxers...
2007-12-03 diegocosmetics: comment spelling fixes
2007-12-03 diegoFix make checkheaders.
2007-12-03 diegocosmetics: spelling fixes
2007-12-03 bcoudurierfix dnxhd 720p in mov for quicktime player
2007-12-03 michaeladd assert to detect invalid packet_timestamp_start/end
2007-12-03 michaelcorrect invalid duration
2007-12-03 bcoudurieradd const to remove warnings, ffmpeg.c:2892: warning...
2007-12-03 michaelmake rc_buffer_size apply to audio as well
2007-12-03 michaelmake mpeg-ps probe less happy with random data
2007-12-03 michaelreturn a slightly larger score if we find more than...
2007-12-03 michaelensure that the probe code runs in O(n)
2007-12-03 kostyaRename function to reflect its action
2007-12-03 michaelremove arbitrary 4096 limit for probing
2007-12-03 michaelprevent O(n^2) execution of ff_mpa_decode_header()...
2007-12-03 michaelremove rc_eq specific code, its passed by AVOption now
2007-12-03 michaelfix non numeric AVOptions
2007-12-03 michaelsimplify
2007-12-03 michaelmake the AVOption code work with strings instead of...
2007-12-02 reimarMake ff_qt_default_palette_* arrays "static const"
2007-12-02 reimarSome spelling fixes in comments
2007-12-02 reimarMake ff_mkv_codec_tags array const, it is never written.
2007-12-02 reimarUse the correct "const float *" type for variable inste...
2007-12-02 reimarAdd missing const to last argument of decode_significan...
2007-12-02 bcoudurierindentation
2007-12-02 bcoudurierdnxhd 720p encoding and decoding support
2007-12-02 bcouduriercosmetics, encode_variance -> encode_fast
2007-12-02 bcoudurierfix corner case when qscale 1 bits < frame bits but...
2007-12-02 kostyaRealVideo 3 decoder functions
2007-12-02 rtogniFix muxer so that generated files are playable by realp...
2007-12-02 rtogniFix regression tests after r11127 and 11128
2007-12-02 rtogniRevert r10892, it's wrong and no longer needed to preve...
2007-12-02 diegoMisc spelling fixes, prefer American over British English.
2007-12-02 diegoFix some spelling mistakes.
2007-12-02 kostyaRV30/40 common VLC tables
2007-12-01 vitorFix alignment broke by my last patch
2007-12-01 vitorspelling
2007-12-01 kostyaTIFF may omit compression tag.
2007-12-01 diegosucces --> success typo
2007-12-01 reimarFix nodes[nb_codes*2-1].count being uninitialized and...
2007-12-01 michaelsensless cast and ()
2007-12-01 michaelstupid code (casting of void*) found by checktree.sh
2007-12-01 michael1000l _reserved (found by checktree.sh)
2007-11-30 reimarwma_decode_superframe always returns s->block_align...
2007-11-30 diegoFix make checkheaders, #include <inttypes.h> was missing.
2007-11-29 michaelfix segfault with interlaced h.264
2007-11-29 lucabeSuppress the "redirector hack" from libavformat/utils...
2007-11-28 andomaBump lavf minor due to addition of
2007-11-28 andomaExtend ByteIOContext and add the buffered IO functions:
2007-11-28 cehoyosMLP/TrueHD parser
2007-11-28 diegoClarify documentation for avcodec_encode_audio.
2007-11-28 michaelframe_size vs. frame_size*channels bug
2007-11-27 aurelremove some unused ff_p* vars from dsputil
2007-11-27 aurelremove useless #ifdef around extern declaration
2007-11-27 aurelcosmetics: indentation
2007-11-27 aurelconvert some #ifdef CONFIG_ to if(ENABLE_
2007-11-27 aurelbuild vc1dsp_mmx.c in its own compilation unit
2007-11-27 aureluse ff_ prefix for extern vars
2007-11-27 aurelmake ff_p* vars extern so that they can be used in...
2007-11-27 aurel10l: init_get_bits want size in bits, not bytes
2007-11-27 aurelcosmetics: alignment
2007-11-27 diegospelling cosmetics
2007-11-27 diegoAdd #include "os_support.h" to restore OS/2 support.
2007-11-27 diegoRemove possibly misleading comments.
2007-11-27 rfelkersync message with modern ffmpeg bitrate option syntax.
2007-11-25 aurelremove some empty close/init functions in avcodec
2007-11-25 aureladd pcm_s16le_planar support for electronicarts files
2007-11-25 aurelsplit wmv2 encoder and decoder in their own files
2007-11-25 gpoirierTypo fix. Previous version had some picture error build...
2007-11-24 kostyaData tables for future RV30/40 decoder
2007-11-24 gpoirierStrip debug stuff from vc1dsp_mmx.c, patch by Christoph...
2007-11-24 diegoAdd missing #includes to fix 'make checkheaders'.
2007-11-24 andomaExtend URLProtocol with new function pointers and api...
2007-11-23 lucabeLink libavdevice against libavutil, libavcodec, and...
2007-11-23 diegoFix out of tree builds after introduction of libavdevice.
2007-11-23 diegoKeep -L flags before corresponding -l flags.
2007-11-23 diegoIgnore generated files.
2007-11-23 diegocosmetics: Consistently indent with 4 spaces, break...
2007-11-23 lucabeFix the creation of alldevices.c (create it without...
2007-11-23 diegomain() --> main(void)
2007-11-23 diegospelling
2007-11-22 lucabeIntroduce libavdevice
2007-11-22 lu_zeroMake av_read_frame with rtsp client return EINTR on...
2007-11-22 ramiroos_support.h is also needed for usleep and lseek on...
2007-11-21 gpoirieradd VC-1 MMX DSP functions, under MIT license.
2007-11-21 lucabeInclude os_support.h only when needed
2007-11-21 lu_zeroMake av_read_frame with rtsp client return EINTR on...
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-20 diegoFix wrong error message.
2007-11-20 diegomain() --> main(void)
2007-11-20 diegowhitespace consistency cosmetics
2007-11-19 michaelcosmetic (x==NULL -> !x)
2007-11-19 michaelcosmetic (place { consistently)
2007-11-19 rtogniReplace realloc with free+malloc, the previous content...
2007-11-19 michaelcosmetic (remove != 0 / != NULL)
2007-11-19 michaeluse sizeof in snprintf (note the changed code is all...
2007-11-19 michaelcheck region depth for validity
2007-11-19 lucabeGenerate a linking error if perror() is used in libav*
next