aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-25Add APIchanges entry for audio_service_type.Justin Ruggles
2011-03-25Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles
2011-03-25configure: in check_ld, place new -l flags before existing onesMans Rullgard
2011-03-25support @heading, @subheading, @subsubheading, and @subsubsection inJustin Ruggles
2011-03-25doc: update build system documentationLuca Barbato
2011-03-24aacenc: indentationYoung Han Lee
2011-03-24aacenc: fix the side calculation in search_for_msYoung Han Lee
2011-03-24vp8.c: rename EDGE_* to VP8_EDGE_*.Alexander Strange
2011-03-25matroskadec: set default duration for simple blockJohn Stebbins
2011-03-24When building for MinGW32 disable strict ANSI compliancy.Diego Elio Pettenò
2011-03-24ARM: fix ff_apply_window_int16_neon() prototypeMans Rullgard
2011-03-24configure: check for --as-needed support earlyMans Rullgard
2011-03-24ARM: NEON optimised apply_window_int16()Mans Rullgard
2011-03-24ac3enc: NEON optimised shift functionsMans Rullgard
2011-03-24ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_minMans Rullgard
2011-03-24mpeg12.c: fix slice threading for mpeg2 field picture mode.Ronald S. Bultje
2011-03-24ffmetadec.c: fix compiler warnings.Ronald S. Bultje
2011-03-24configure: Don't explicitly disable ffplay or in/outdevices on dosMartin Storsjö
2011-03-24configure: Remove the explicit disabling of ffserverMartin Storsjö
2011-03-24configure: Add fork as a dependency to ffserverMartin Storsjö
2011-03-23avio: make udp_set_remote_url/get_local_port internal.Anton Khirnov
2011-03-23asfdec: also subtract preroll when reading simple index objectVladimir Pantelic
2011-03-23matroskaenc: remove a variable that's unused after bc17bd9.Anton Khirnov
2011-03-23avio: cosmetics - nicer vertical alignment.Anton Khirnov
2011-03-23Remove unnecessary icc version checksMans Rullgard
2011-03-23Disable 'attribute "foo" ignored' warnings from iccMans Rullgard
2011-03-23rtsp: Don't use a locale dependent format stringMartin Storsjö
2011-03-23Add xd55 codec tag for XDCAM HD422 720p25 CBR files.Tomas Härdin
2011-03-23configure: get libavcodec version from new version.h headerMans Rullgard
2011-03-22lavc: move the version macros to a new installed header.Anton Khirnov
2011-03-22matroskaenc: simplify get_aac_sample_rates by using ff_mpeg4audio_get_configAnton Khirnov
2011-03-22Do not use format string "%0.3f" for RTSP Range field.Carl Eugen Hoyos
2011-03-22Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles
2011-03-23Document usage of import libraries created by dlltoolMartin Storsjö
2011-03-23configure: Set the correct lib target for arm/wince dlltoolMartin Storsjö
2011-03-23fate: simplify regression-funcs.shLuca Barbato
2011-03-23fate: add support for multithread testingLuca Barbato
2011-03-22Fix an infinite loop when RoQ encoded generated a frame with a size greater t...Vitor Sessak
2011-03-22Add kbdwin.o to AC3 decoderKieran Kunhya
2011-03-22Detect byte-swapped AC-3 and support decoding it directly.Reimar Döffinger
2011-03-22cosmetics: indentationJustin Ruggles
2011-03-22Always copy input data for AC3 decoder.Justin Ruggles
2011-03-22ac3enc: make sym_quant() branch-freeJustin Ruggles
2011-03-22cosmetics: indentationJustin Ruggles
2011-03-22Add a CPU flag for the Atom processor.Justin Ruggles
2011-03-22id3v2: skip broken tags with invalid sizeAnton Khirnov
2011-03-22id3v2: don't explicitly skip paddingAnton Khirnov
2011-03-22Make sure kbhit() is in conio.hDave Yeo
2011-03-22fate: update wmv8-drm referenceMans Rullgard
2011-03-21vc1: make P-frame deblock filter bit-exact.Ronald S. Bultje