platform/upstream/libav.git
2007-12-04 Måns Rullgårduse -Bsymbolic linker flag if supported
2007-12-04 Kostya ShishkovRV40 decoder specific functions
2007-12-03 Baptiste Coudurierreturn error if malloc failed, found by takis, fix...
2007-12-03 Panagiotis... check mov_read_default return value where appropriate...
2007-12-03 Benjamin Larsson4 months of hard development and finally it's done...
2007-12-03 Diego Biurruncolour --> color in variable names
2007-12-03 Panagiotis... Add a --disable-devices flag which disables all muxers...
2007-12-03 Diego Biurruncosmetics: comment spelling fixes
2007-12-03 Diego BiurrunFix make checkheaders.
2007-12-03 Diego Biurruncosmetics: spelling fixes
2007-12-03 Baptiste Coudurierfix dnxhd 720p in mov for quicktime player
2007-12-03 Michael Niedermayeradd assert to detect invalid packet_timestamp_start/end
2007-12-03 Michael Niedermayercorrect invalid duration
2007-12-03 Baptiste Coudurieradd const to remove warnings, ffmpeg.c:2892: warning...
2007-12-03 Michael Niedermayermake rc_buffer_size apply to audio as well
2007-12-03 Michael Niedermayermake mpeg-ps probe less happy with random data
2007-12-03 Michael Niedermayerreturn a slightly larger score if we find more than...
2007-12-03 Michael Niedermayerensure that the probe code runs in O(n)
2007-12-03 Kostya ShishkovRename function to reflect its action
2007-12-03 Michael Niedermayerremove arbitrary 4096 limit for probing
2007-12-03 Michael Niedermayerprevent O(n^2) execution of ff_mpa_decode_header()...
2007-12-03 Michael NiedermayerRemove rc_eq-specific code, it is passed by AVOption...
2007-12-03 Michael NiedermayerFix non-numeric AVOptions.
2007-12-03 Michael Niedermayersimplify
2007-12-03 Michael Niedermayermake the AVOption code work with strings instead of...
2007-12-02 Reimar DöffingerMake ff_qt_default_palette_* arrays "static const"
2007-12-02 Reimar DöffingerSome spelling fixes in comments
2007-12-02 Reimar DöffingerMake ff_mkv_codec_tags array const, it is never written.
2007-12-02 Reimar DöffingerUse the correct "const float *" type for variable inste...
2007-12-02 Reimar DöffingerAdd missing const to last argument of decode_significan...
2007-12-02 Baptiste Coudurierindentation
2007-12-02 Baptiste Coudurierdnxhd 720p encoding and decoding support
2007-12-02 Baptiste Couduriercosmetics, encode_variance -> encode_fast
2007-12-02 Baptiste Coudurierfix corner case when qscale 1 bits < frame bits but...
2007-12-02 Kostya ShishkovRealVideo 3 decoder functions
2007-12-02 Kostya ShishkovFix muxer so that generated files are playable by realp...
2007-12-02 Kostya ShishkovFix regression tests after r11127 and 11129
2007-12-02 Roberto TogniRevert r10892, it's wrong and no longer needed to preve...
2007-12-02 Diego BiurrunMisc spelling fixes, prefer American over British English.
2007-12-02 Diego BiurrunFix some spelling typos
2007-12-02 Diego BiurrunFix some spelling mistakes.
2007-12-02 Kostya ShishkovRV30/40 common VLC tables
2007-12-01 Vitor SessakFix alignment broke by my last patch
2007-12-01 Vitor Sessakspelling
2007-12-01 Kostya ShishkovTIFF may omit compression tag.
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)
next