aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: do not blank $LIBNAME if static libs disabledMans Rullgard2011-07-031-2/+0
* Fix segmentation fault in ffprobeGavin Kinsey2011-07-031-0/+1
* H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-034-50/+1076
* Update Doxyfile to the format preferred by Doxygen 1.7.1 (via 'doxygen -u').Reinhard Tartler2011-07-031-63/+283
* aes: fix for big endian systemsMans Rullgard2011-07-031-1/+5
* des: reduce number of iterations in test programMans Rullgard2011-07-031-1/+1
* fate: add DES testMans Rullgard2011-07-031-0/+5
* avidec: simplify convoluted flow in avi_load_index()Mans Rullgard2011-07-031-11/+7
* ffv1: remove unused tablesMans Rullgard2011-07-031-73/+1
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-0310-12/+0
* mjpeg: remove pointless braces around block of codeMans Rullgard2011-07-031-21/+19
* aes: fix invalid array indexing in init codeMans Rullgard2011-07-031-14/+22
* h264: remove assert() immediately following return statementMans Rullgard2011-07-031-1/+0
* aes: use direct assignments instead of memcpy() or loopsMans Rullgard2011-07-031-6/+5
* ARM: ac3: update ff_ac3_extract_exponents_neon per 8b7b2d6Mans Rullgard2011-07-021-6/+1
* ARM: NEON optimised vector_clip_int32()Mans Rullgard2011-07-022-0/+19
* swscale: disable full_chroma_int when converting to non-24/32bpp RGB.Ronald S. Bultje2011-07-021-0/+13
* suggest to use av_get_bytes_per_sample() in av_get_bits_per_sample_format() doxyStefano Sabatini2011-07-021-1/+1
* ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt()Stefano Sabatini2011-07-021-1/+1
* put_bits: remove ALT_BITSTREAM_WRITERMans Rullgard2011-07-023-107/+1
* put_bits: always use intreadwrite.h macrosMans Rullgard2011-07-021-14/+3
* libavformat: Add an example how to use the metadata APIReinhard Tartler2011-07-023-1/+59
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-0219-144/+143
* doxygen: be more permissive when searching for API examplesReinhard Tartler2011-07-021-2/+2
* avformat: doxify the Metadata APIReinhard Tartler2011-07-021-34/+39
* lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format.Anton Khirnov2011-07-021-1/+6
* lavf: use the correct pointer in av_open_input_stream().Anton Khirnov2011-07-021-1/+2
* avidec: infer absolute vs relative index from first packetAlex Converse2011-07-011-7/+23
* get_bits: remove x86 inline asm in A32 bitstream readerMans Rullgard2011-07-011-8/+0
* doc: Remove outdated information about our issue trackerReinhard Tartler2011-07-011-228/+0
* avidec: Factor out the sync fucntionality.Alex Converse2011-07-011-116/+128
* fate-aac: Expand coverage.Alex Converse2011-07-011-0/+12
* ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents().Justin Ruggles2011-07-012-0/+111
* ac3dsp: simplify extract_exponents() now that it does not need to do clipping.Justin Ruggles2011-07-011-14/+1
* ac3enc: clip coefficients after MDCT.Justin Ruggles2011-07-014-3/+35
* ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles2011-07-014-0/+171
* swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje2011-07-016-83/+31
* matroskadec: matroska_read_seek after after EBML_STOP leads to failure.John Stebbins2011-07-011-0/+2
* doxygen: fix usage of @file directive in libavutil/{dict,file}.hReinhard Tartler2011-07-012-2/+4
* doxygen: Help doxygen parser to understand the DECLARE_ALIGNED and offsetof m...Reinhard Tartler2011-06-301-0/+1
* cosmetics: fix some then/than typosDiego Biurrun2011-06-306-9/+9
* doxygen: Include libavcodec and libavformat examples into the documentationReinhard Tartler2011-06-303-5/+13
* avutil: elaborate documentation for av_get_random_seedReinhard Tartler2011-06-301-1/+6
* Add support for aac streams in mp4/mov without extradata.Benjamin Larsson2011-06-302-14/+53
* aes: whitespace cosmeticsMans Rullgard2011-06-301-87/+132
* adler32: whitespace cosmeticsMans Rullgard2011-06-301-11/+17
* swscale: fix another yuv range conversion overflow in 16bit scaling.Ronald S. Bultje2011-06-301-1/+1
* Fix cpu flags test programMans Rullgard2011-06-301-21/+34
* opt-test: Add missing braces to silence compiler warnings.Diego Biurrun2011-06-301-8/+8
* build: Eliminate obsolete test targets.Diego Biurrun2011-06-302-10/+1