]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-11-01 Justin Rugglescook: move samples_per_frame from COOKSubpacket to...
2012-11-01 Justin Rugglescook: use av_get_channel_layout_nb_channels() instead...
2012-11-01 Justin Rugglescook: reverse a condition so that the code makes more...
2012-11-01 Justin Rugglescook: remove unneeded COOKContext variable, sample_rate
2012-11-01 Justin Rugglescook: remove unneeded COOKContext variable, bit_rate
2012-11-01 Justin Rugglescook: use AVCodecContext.channels instead of keeping...
2012-11-01 Justin Rugglesbmvaudio: set channel layout at init() rather than...
2012-11-01 Justin Rugglesatrac1: do not keep a copy of channel count in the...
2012-11-01 Justin Rugglesdsicinaudio: set channels and channel layout
2012-11-01 Justin Rugglesg722dec: set channel layout at initialization instead...
2012-11-01 Justin Rugglesamrwbdec: set channels, channel_layout, and sample_rate
2012-11-01 Justin Rugglesamrnbdec: set channels, channel_layout, and sample_rate
2012-11-01 Justin Rugglesdca_parser: allow the parser to change the sample rate
2012-11-01 Justin Ruggleslavc: check channel count after decoder init
2012-11-01 Justin Ruggleslavc: move SANE_NB_CHANNELS to internal.h and use it...
2012-10-31 Janne Grunaufate: add ac3/eac3 tests to FATE_SAMPLES_AVCONV
2012-10-31 Diego Biurrunavconv_opt, cmdutils: Add missing function parameter...
2012-10-31 Diego Biurrunx86: Move optimization suffix to end of function names
2012-10-31 Diego Biurrunx86: h264_chromamc_10bit: drop pointless PAVG %define
2012-10-31 Diego Biurrunx86: mmx2 ---> mmxext in function names
2012-10-31 Kostya Shishkovswscale: do not forget to swap data in formats with...
2012-10-31 Diego Biurrunaacdec: Drop some unused function arguments
2012-10-31 Dave Yeox86: Fix assembly with NASM
2012-10-31 Diego Biurrunx86: fmtconvert: Refactor cvtps2pi emulation through...
2012-10-31 Diego Biurrunx86: fmtconvert: port to cpuflags
2012-10-31 Diego Biurrunx86: MMX2 ---> MMXEXT in macro names
2012-10-30 Diego Biurrunx86: mmx2 ---> mmxext in variable names
2012-10-30 Diego Biurrunx86: mmx2 ---> mmxext in comments and messages
2012-10-30 Diego Biurrunx86: yasm: Use complete source path for macro helper...
2012-10-30 Diego Biurrunx86: include x86inc.asm in x86util.asm
2012-10-30 Martin Storsjöcng: Reindent some incorrectly indented lines
2012-10-30 Martin Storsjöcngdec: Allow flushing the decoder
2012-10-30 Martin Storsjöcngdec: Make the dbov variable have the right unit
2012-10-30 Martin Storsjöcngdec: Fix the memset size to cover the full array
2012-10-30 Martin Storsjöcngdec: Update the LPC coefficients after averaging...
2012-10-30 Mans Rullgardconfigure: fix print_config() with broke awks
2012-10-30 Luca Barbatopixfmt: support more yuva formats
2012-10-30 Luca Barbatoswscale: support gray to 9bit and 10bit formats
2012-10-30 Mans Rullgardconfigure: rewrite print_config() function using awk
2012-10-30 Anton KhirnovFATE: fix (AD)PCM test dependencies broken in e519990
2012-10-30 Ronald S. BultjeUse ptrdiff_t instead of int for intra pred "stride...
2012-10-30 Ronald S. Bultjex86: use PRED4x4/8x8/8x8L/16x16 macros to declare intra...
2012-10-29 Ronald S. BultjeRemove INIT_AVX from x86inc.asm.
2012-10-29 Ronald S. BultjeRemove usage of INIT_AVX in h264_intrapred_10bit.asm.
2012-10-29 Anton Khirnovdv: fix indentation
2012-10-29 Anton Khirnovdv: use AVStream.index instead of abusing AVStream.id
2012-10-29 Anton Khirnovlavfi: add ashowinfo filter
2012-10-29 Martin Storsjöavcodec: Add a RFC 3389 comfort noise codec
2012-10-29 Martin Storsjölpc: Add a function for calculating reflection coeffici...
2012-10-29 Justin Ruggleslpc: Add a function for calculating reflection coeffici...
2012-10-29 Anton Khirnovlavr: document upper bound on number of output samples.
2012-10-29 Anton Khirnovlavr: add general API usage doxy
2012-10-29 Anton Khirnovindeo3: remove duplicate capabilities line.
2012-10-29 Diego Biurrunfate: ac3: Add dependencies
2012-10-29 Diego Biurrunfate: ac3: Place E-AC-3 tests and AC-3 tests in differe...
2012-10-29 Diego Biurrunfate: Add shorthands for acodec PCM and ADPCM tests
2012-10-29 Diego Biurrunavconv: Drop unused function argument from do_video_stats()
2012-10-29 Diego Biurruncmdutils: Conditionally compile libswscale-related...
2012-10-29 Diego Biurrunaacenc: Drop some unused function arguments
2012-10-29 Martin Storsjörtsp: Avoid a cast when calling strtol
2012-10-29 Luca Barbatonut: support textual data
2012-10-29 Luca Barbatonutenc: verbosely report unsupported negative pts
2012-10-29 Anton Khirnovlavc: add CODEC_CAP_DR1 to all video decoders missing...
2012-10-28 Martin Storsjörtpdec: Cosmetic cleanup
2012-10-28 Luca Barbatoyuv4mpeg: reject unsupported codecs
2012-10-28 Luca Barbatonutenc: K&R formatting cosmetics
2012-10-27 Mans Rullgardassdec: fix qsort() callback signature
2012-10-27 Mans Rullgardconfigure: detect sparc64 automatically
2012-10-27 Mans Rullgardvp8: fix memset() crossing array boundary
2012-10-27 Mans Rullgardh264: fix invalid pointer arithmetic
2012-10-27 Mans Rullgardamrwbdec: fix invalid pointer arithmetic
2012-10-27 Mans Rullgardavio: fix pointer type mismatches in avio_enum_protocols()
2012-10-27 Mans Rullgardavserver: use socklen_t where appropriate
2012-10-27 Mans Rullgardudp: use socklen_t where appropriate
2012-10-27 Mans Rullgardnetwork: use HAVE_THREADS instead of local hack
2012-10-27 Mans Rullgardaf_channelmap: remove stray enum declaration
2012-10-27 Mans Rullgardbuffersink: remove stray semicolon after function defin...
2012-10-26 Mans Rullgardconfigure: fix tests for 2-arg math functions
2012-10-26 Diego Biurrundoc: git-howto: Clarify comment about pushing series...
2012-10-26 Diego Biurrunivi_common: Drop unused function parameter from decode_...
2012-10-26 Diego Biurruncook: Remove some silly Doxygen comments
2012-10-26 Diego Biurruncook: Remove senseless maybe_reformat_buffer32() function
2012-10-26 Diego Biurruncook: cosmetics: Better names for joint_decode() functi...
2012-10-26 Diego Biurruncook: cosmetics: Better name for ccpl COOKSubpacket...
2012-10-26 Diego Biurrundoxygen: Add av_alloc_size to list of predefined macros
2012-10-26 Diego Biurrundoxygen: Drop some pointless entries from PREDEFINED...
2012-10-26 Janne Grunauh263: avoid memcpys over array bound in motion vector...
2012-10-26 Mans Rullgardconfigure: sanitise sparc vis check
2012-10-26 Michael Kostylevconfigure: recognise more sparc variants as --cpu argument
2012-10-25 Martin Storsjöbuild: Include HEADERS-yes in the HEADERS variable
2012-10-25 Luca Barbatopcm: change references to raw to pcm
2001-01-01 Luca Barbatoffv1: set the range coder state in decode_slice_header
2012-10-25 Janne Grunaupcmdec: change default of channels parameter to 1
2012-10-25 Janne Grunauavconv: fix bitrate report when writing to /dev/null
2012-10-25 Janne Grunauavfilter: fix graphparser memleaks on error paths
2012-10-25 Luca Barbatorawdec: remove ff_raw_read_header
2012-10-25 Luca Barbatopcmdec: remove dependency from rawdec
2012-10-25 Luca Barbatog722: refactor out of rawdec.c
2012-10-25 Luca Barbatorawvideo: use a specific read_header
2012-10-25 Diego Biurrunavutil: Make LZO decoder code configure-time selectable
next