platform/upstream/libav.git
2011-11-26 Justin Rugglesadx: simplify adx_decode() by using get_sbits() to...
2011-11-26 Justin Rugglesadx: fix the data offset parsing in adx_decode_header()
2011-11-26 Justin Rugglesadx: remove unneeded post-decode channel interleaving
2011-11-26 Justin Rugglesadx: validate header values
2011-11-26 Justin Rugglesadx: cosmetics: general pretty-printing and comment...
2011-11-26 Justin Rugglesadx: remove useless comments
2011-11-26 Justin Rugglesadx: change short to int16_t
2011-11-26 Justin Rugglesadx: rename struct PREV to ADXChannelState
2011-11-26 Mans Rullgarddnxhdenc: fix signed overflows
2011-11-26 Mans Rullgarddv: simplify bitstream splicing in dv_decode_ac()
2011-11-26 Mans Rullgards3tc: fix shift overflow by using unsigned constant
2011-11-26 Mans Rullgardsvq1enc: fix signed multiplication overflow
2011-11-26 Mans Rullgardsvq1dec: use sign_extend()
2011-11-26 Mans Rullgardrv34: fix signed multiplication overflow
2011-11-26 Cheng Sun[PATCH] Fix crash when initializing multi-threaded...
2011-11-26 Mans Rullgardsol: use AV_RL32 instead of raw pointer cast
2011-11-26 Mans Rullgardcook: use a table for xor key rotation
2011-11-26 Mans Rullgardapedec: fix signed integer overflows
2011-11-26 Mans Rullgardqtrle: simplify 32-bit decode using intreadwrite macros
2011-11-26 Mans Rullgardgif: fix invalid signed shifts
2011-11-26 Reimar Döffingerrtjpeg: simplify get_block() by using get_bits_left.
2011-11-26 Reimar Döffingerrtjpeg: check get_block return value for error.
2011-11-26 Reimar Döffingernuv: check per-frame header for validity.
2011-11-26 Reimar Döffingernuv: use FFALIGN.
2011-11-26 Carl Eugen... flicvideo: check extradata_size before accessing extradata.
2011-11-26 Michael Niedermayerfraps: check for overread.
2011-11-26 K.Y.Hcook: fix apparent typo in extradata parsing
2011-11-26 Anton Khirnovlavc: update doxy to use nondeprecated API.
2011-11-25 Martin Storsjöswscale: Readd #define _SVID_SOURCE
2011-11-25 Mans RullgardFix av_get_channel_layout_string() for positions >31
2011-11-25 Rafaël Carréconfigure: Store vda lib flags in extralibs instead...
2011-11-25 Mans RullgardMake channel layout masks unsigned
2011-11-25 Mans Rullgarddca: ARMv6 optimised decode_blockcode()
2011-11-25 Luca Barbatonullenc: drop AVFMT_RAWPICTURE from the flags
2011-11-25 Janne Grunauframe-mt: return consumed packet size in ff_thread_deco...
2011-11-25 Janne Grunauaacdec: add more fate tests covering SBR and PS
2011-11-25 Mans RullgardMK(BE)TAG: avoid undefined shifts
2011-11-24 Luca Barbatosnow: split snow in snowdec and snowenc
2011-11-24 Anton Khirnovtiffenc: deprecate using compression_level
2011-11-24 Ronald S. Bultjeswscale: fix failing fate tests.
2011-11-24 Ronald S. Bultjeswscale: add support for planar RGB input.
2011-11-24 Ronald S. Bultjeh264: add support for decoding planar RGB images.
2011-11-24 Ronald S. BultjeClean up swscale pixfmt macros using av_pix_fmt_descrip...
2011-11-24 Ronald S. Bultjepixfmt: add planar RGB formats.
2011-11-23 Justin Ruggleslibavutil: add utility functions to simplify allocation...
2011-11-23 Justin Ruggleslibavutil: add planar sample formats and av_sample_fmt_...
2011-11-23 Janne Grunauavconv: fix segfault at EOF with delayed pictures
2011-11-23 Justin Rugglespcmdec: remove unneeded resetting of samples pointer
2011-11-23 Anton Khirnovavconv: remove a now unused parameter from output_packet().
2011-11-23 Anton Khirnovavconv: formatting fixes in output_packet()
2011-11-23 Anton Khirnovavconv: declare some variables in blocks where they...
2011-11-23 Anton Khirnovavconv: use the same behavior when decoding audio/video...
2011-11-23 Anton Khirnovbethsoftvideo: return proper consumed size for palette...
2011-11-23 Justin Rugglescdg: skip packets that don't contain a cdg command.
2011-11-23 Anton Khirnovcrcenc: add flags
2011-11-23 Anton Khirnovavconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats.
2011-11-23 Anton Khirnovtiffenc: add a private option for selecting compression...
2011-11-23 Anton Khirnovmd5enc: add flags
2011-11-23 Mans RullgardARM: remove needless .text/.align directives
2011-11-22 Alex Converseaacdec: Fix PS in ADTS.
2011-11-22 Alex Converseavconv: Consistently use PIX_FMT_NONE.
2011-11-22 Justin Rugglesdsputil: use cpuflags in x86 emu_edge_core
2011-11-22 Justin Rugglesdsputil: use movups instead of movdqu in ff_emu_edge_co...
2011-11-22 Justin Ruggleswma: initialize prev_block_len_bits, next_block_len_bit...
2011-11-22 Alex Conversemov: Remove some redundant and obsolete comments.
2011-11-22 Mans RullgardAdd libavutil/mathematics.h #includes for INFINITY
2011-11-22 Luca Barbatodoxy: structure libavformat groups
2011-11-22 Luca Barbatodoxy: introduce an empty structure in libavcodec
2011-11-22 Luca Barbatodoxy: provide a start page and document libavutil
2011-11-22 Luca Barbatodoxy: cleanup pixfmt.h
2011-11-22 Mans Rullgardregtest: split video encode/decode tests into individua...
2011-11-22 Mans RullgardARM: add explicit .arch and .fpu directives to asm.S
2011-11-22 Janne Grunaupthread: do not touch has_b_frames
2011-11-21 Anton Khirnovavconv: cleanup the transcoding loop in output_packet().
2011-11-21 Anton Khirnovavconv: split subtitle transcoding out of output_packet().
2011-11-21 Anton Khirnovavconv: split video transcoding out of output_packet().
2011-11-21 Anton Khirnovavconv: split audio transcoding out of output_packet().
2011-11-21 Anton Khirnovavconv: reindent.
2011-11-21 Anton Khirnovavconv: move streamcopy-only code out of decoding loop.
2011-11-21 Anton Khirnovavconv: remove an always true condition and reindent.
2011-11-21 Anton Khirnovavconv: split off streamcopy handling into a separate...
2011-11-21 Justin Rugglespthread: add some malloc failure checks
2011-11-21 Anton Khirnovavconv: cosmetics, reformat transcode_init()
2011-11-21 Anton Khirnovavconv: rename 'os' variable to 'oc'
2011-11-21 Anton Khirnovdoc/filters: fix some typos.
2011-11-21 Anton Khirnovconfigure: add libpulse to help output
2011-11-20 John Stebbinshttpproxy: Fix dependencies
2011-11-20 Martin Storsjöhttpproxy: Specify the object files needed in the Makefile
2011-11-19 John Stebbinsswscale: Fix stack alignment for SSE
2011-11-19 Justin Rugglesavcodec: move some AVCodecContext fields to an internal...
2011-11-19 Justin Rugglesavcodec: use av_opt_set() instead of deprecated av_set_...
2011-11-19 Justin Rugglesavcodec: fix some const warnings
2011-11-19 Justin Rugglesavcodec: remove pointless AVOption, internal_buffer_count
2011-11-19 Thierry Foucuimgutils: Fix illegal read.
2011-11-18 Janne Grunauconfigure: add check for w32threads to enable it automa...
2011-11-18 Josh Allmannrtmp: do not hardcode invoke numbers
2011-11-18 Luca Barbatocinepack: return non-generic errors
2011-11-18 Anton Khirnovfate-lavf-ts: use -mpegts_transport_stream_id option.
2011-11-18 Anton KhirnovAdd an APIchanges entry and a minor bump for avio changes.
2011-11-18 Martin Storsjöavio: Mark the old interrupt callback mechanism as...
next