]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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
2012-10-25 Diego Biurrunavutil: Move memcpy_backptr() to mem.c
2012-10-24 Mans Rullgardconfigure: detect parisc64 automatically
2012-10-24 Mans Rullgardconfigure: detect ppc64 automatically
2012-10-24 Mans Rullgardconfigure: detect mips64 automatically
2012-10-24 Mans Rullgardconfigure: generalise 64-bit test
2012-10-24 Martin Storsjösmoothstreamingenc: Don't assume streams start from...
2012-10-24 Anton Khirnovasfdec: cosmetics, reformat ff_asf_parse_packet()
2012-10-24 Anton Khirnovg.723.1: add missing CODEC_CAP_DR1
2012-10-24 Anton Khirnovavconv: remove now unneeded calls to avcodec_get_frame_...
2012-10-24 Anton Khirnovlavc: initialize output AVFrame before decoding.
2012-10-23 Justin Ruggleslavc: fix documentation for AVCodecContext.delay
2012-10-23 Justin Rugglesatrac3: return an error if extradata_size is not a...
2012-10-23 Justin Ruggleslavc: use the correct API version guard macro for avcod...
2012-10-23 Diego BiurrunMove Doxyfile into the doc/ subdirectory
2012-10-23 Diego Biurrundoxygen: Build Doxygen documentation in the doc/ subdir...
2012-10-23 Mans Rullgarddfa: use av_memcpy_backptr() where previously impossible
2012-10-23 Diego Biurrunav_memcpy_backptr: Drop no longer necessary malloc...
2012-10-23 Mans RullgardRemove need for padding in av_memcpy_backptr()
2012-10-23 Diego Biurrunlzo: Use AV_COPY*U macros where appropriate
2012-10-23 Reinhard Tartlerprepare 9_beta2 release
2012-10-23 Diego Biurrundsputil: Replace AV_WNxx(AV_RNxx()) combinations by...
2012-10-23 Diego Biurrunintreadwrite: Add AV_COPYxxU macros for copying to...
2012-10-23 Diego Biurrundxtory: Replace AV_WN16A(AV_RN16A()) combination by...
2012-10-23 Luca Barbatomp3: properly forward mp_decode_frame errors
2012-10-23 Luca Barbatomp3: exit on parsing error in mp_decode_frame
2012-10-23 Diego Biurrunrtmppkt: Avoid unescaped backslash in Doxygen comment
2012-10-23 Mans Rullgardfate-lavfi: replace sed/grep/cut combos with awk
2012-10-23 Mans Rullgardbuild: Plan 9 support
2012-10-23 Mans Rullgardbuild: allow targets to specify extra objects to link...
2012-10-23 Mans Rullgardswscale: avoid pointless use of compound literals
2012-10-23 Mans Rullgardlibm: add fallbacks for various single-precision functions
2012-10-23 Mans Rullgardnetwork: use getservbyport() only if available
2012-10-23 Mans Rullgardnetwork: add fallbacks for INADDR_LOOPBACK and INET_ADD...
2012-10-23 Mans RullgardInclude sys/time.h before sys/resource.h
2012-10-23 Mans Rullgardfate: check that dependencies actually exist
2012-10-23 Mans Rullgardfate: fix ENCMUX macro
2012-10-23 Michael Niedermayermpegaudiodec: Fix buffer handling on random access
2012-10-23 Diego Biurrunmpegaudio: Refactor mp3on4 flush function
2012-10-23 Diego Biurrunfate: Add dependencies for audio tests
2012-10-23 Diego Biurrunfate: cosmetics: Group idct8x8 test together with all...
2012-10-23 Diego Biurrunfate: More fine-grained dependencies for libavcodec...
2012-10-23 Diego Biurrunfate: Declare avcodec/avformat deps in the respective...
2012-10-23 Diego Biurrunfate: Add dependencies for WMA and WavPack tests
2012-10-23 Diego BiurrunImprove wording and spelling of av_log_missing_feature...
2012-10-23 Anton Khirnovlavu: remove disabled FF_API_AV_FIFO_PEEK cruft
2012-10-23 Anton Khirnovlavu: remove disabled avoptions cruft
2012-10-23 Anton Khirnovlavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT...
2012-10-23 Anton KhirnovRevert "avutil: make some tables visible again"
2012-10-23 Anton KhirnovRevert "avutil: Add a copy of ff_sqrt_tab back into...
2012-10-23 Anton Khirnovlavu: bump major to 52
2012-10-23 Anton Khirnovlavu: postpone recent deprecations until the next major...
2012-10-23 Anton KhirnovAPIchanges: update lavr bump date
2012-10-23 Anton Khirnovavconv: only apply presets when we have an encoder.
2012-10-22 Justin Rugglesatrac3: replace a calculation with FFALIGN()
2012-10-22 Justin Rugglesatrac3: remove unused ATRAC3Context field, sample_rate
2012-10-22 Justin Rugglesatrac3: use sizeof(variable) instead of sizeof(type)
next