summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* matroskadec: seek to the last position known in the index before resorting toAurelien Jacobs2008-08-27
* Cosmetics (format ff_nelly_dequantization_table nicer)Michael Niedermayer2008-08-27
* Simplify the indexing logic in the av_encode() streams mapping code.Stefano Sabatini2008-08-27
* add definitions and documentation for shared functions for E-AC-3 decodingJustin Ruggles2008-08-27
* copy default coupling band structure from table to decoding context (used for...Justin Ruggles2008-08-27
* add more OKed parts of the E-AC-3 decoder: structural changes to support AHT ...Justin Ruggles2008-08-27
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-27
* Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDPRonald S. Bultje2008-08-27
* simplify mpeg12 avctx->pix_fmt setBaptiste Coudurier2008-08-26
* remove useless assignment (st is never read after this line)Aurelien Jacobs2008-08-26
* matroskadec: index timestamps are supposed to be in the timebase of the streamAurelien Jacobs2008-08-26
* mxfdec: set sample_aspect_ratioAurelien Jacobs2008-08-26
* Add a temp variable to ff_sine_window_init() to match the way wma.c computedAurelien Jacobs2008-08-26
* Add explicit (int) cast to i386 optimized MUL* macros.Vladimir Voroshilov2008-08-26
* (cosmetics) Remove incorrect comment.Vladimir Voroshilov2008-08-26
* (cosmetics) Describe for which tests clipping is required.Vladimir Voroshilov2008-08-26
* I'll maintain mxf muxerBaptiste Coudurier2008-08-26
* (cosmetics) Remove wrong comments.Vladimir Voroshilov2008-08-26
* MXF is a valid output format now.Carl Eugen Hoyos2008-08-26
* Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos2008-08-26
* (cosmetics) Align comments consistently.Vladimir Voroshilov2008-08-26
* Another set of definitions for G.729Vladimir Voroshilov2008-08-26
* vertical alignMichael Niedermayer2008-08-26
* Noone seems to want to maintain MPEG-PS so i will.Michael Niedermayer2008-08-26
* Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be theMichael Niedermayer2008-08-25
* Fix the seek regressions to match changes in r14956, r14959 and r14960.Aurelien Jacobs2008-08-25
* Import more MXF muxer code from the SoC treeVitor Sessak2008-08-25
* Missing static in float_to_int16_altivec declarationLuca Barbato2008-08-25
* When setting codec_id during codec probe we must also set codec_type.Andreas Öman2008-08-25
* Little-endian bitstream writerBartlomiej Wolowiec2008-08-25
* fir_32bands_perfect[] contents were mixed, restore original orderAlexander E. Patrakov2008-08-25
* Fix udp.c compilation with recent glibc (>= 2.8)Luca Abeni2008-08-25
* ARM: add prefetch function using ARMv5 PLD instructionMåns Rullgård2008-08-25
* ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEONMåns Rullgård2008-08-25
* matroskadec: unset matroska->done when seekingAurelien Jacobs2008-08-25
* matroskadec: full seeking support in index-less filesAurelien Jacobs2008-08-25
* right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t.Justin Ruggles2008-08-25
* matroskadec: on the fly index construction for index-less filesAurelien Jacobs2008-08-25
* matroskadec: don't try to seek to negative timestampAurelien Jacobs2008-08-24
* matroskadec: move setting of matroska->done inside matroska_parse_cluster()Aurelien Jacobs2008-08-24
* restore accidently deleted fileJustin Ruggles2008-08-24
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-24
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-24
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-24
* Mark several libavformat arrays constReimar Döffinger2008-08-24
* Mark "matroska" probe data string constant.Reimar Döffinger2008-08-24
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-24
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-24
* Remove check for @ in tcp.c which removes the authorization data from theRonald S. Bultje2008-08-24
* voc: add ff_ prefix to some global const dataAurelien Jacobs2008-08-24