platform/upstream/libav.git
2011-09-30 Justin Rugglesdpcm: move codec-specific variable declarations to...
2011-09-30 Justin Rugglesdpcm: consistently use the variable name 'n' for the...
2011-09-30 Justin Rugglesdpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs...
2011-09-30 Justin Rugglesdpcm: calculate and check actual output data size prior...
2011-09-30 Justin Rugglesdpcm: factor out the stereo flag calculation
2011-09-30 Justin Rugglesdpcm: cosmetics: rename channel_number to ch
2011-09-30 Nathan Caldwellavserver: Fix a bug where the socket is IPv4, but IPv6...
2011-09-30 Martin Storsjölavf: Avoid using av_malloc(0) in av_dump_format
2011-09-30 Carl Eugen... dxva2_h264: pass the correct 8x8 scaling lists
2011-09-30 Mans Rullgarddca: NEON optimised high freq VQ decoding
2011-09-30 Justin Rugglesavcodec: reject audio packets with NULL data and non...
2011-09-30 Joakim Platedxva: Add ability to enable workaround for older ATI...
2011-09-30 Kieran Kunhyalatmenc: Set latmBufferFullness to largest value to...
2011-09-29 Justin Rugglesadpcm: move codec-specific variable declarations to...
2011-09-29 Justin Rugglesadpcm: check buffer size in Funcom ISS decoder before...
2011-09-29 Justin Rugglesadpcm: simplify reading of Funcom ISS frame header.
2011-09-29 Justin Rugglesadpcm: check buffer size in IMA DK4 decoder before...
2011-09-29 Justin Rugglesadpcm: simplify reading of IMA DK4 frame header.
2011-09-29 Justin Rugglesadpcm_ms: clean up reading of predictor coefficients
2011-09-29 Justin Rugglesadpcm_4xm: process planar packets sequentially rather...
2011-09-29 Justin Rugglesadpcm_ima_wav: process channel-interleaved blocks seque...
2011-09-29 Justin Rugglesadpcm: update reference links
2011-09-29 Justin Rugglesadpcm: simplify packet size bounds checking in the...
2011-09-29 Justin Rugglesadpcm: simplify and speed up several ADPCM decoders.
2011-09-29 Justin Rugglesadpcm: pretty-print tables
2011-09-29 Alex Converseprores: Handle 0 or fewer bits left
2011-09-29 Alex Conversempeg probe: check the 2/4-bit synchronization value...
2011-09-29 Mans Rullgarddca: clear inactive subbands only once in qmf_32_subbands()
2011-09-29 Stefano Sabatinivf_unsharp: set default chroma size value to 5x5
2011-09-29 Stefano Sabatinivf_unsharp: fix out-of-buffer read
2011-09-28 Alex Converseavconv: Reformat s16 volume adjustment.
2011-09-28 Mans RullgardARM: NEON optimised vector_fmac_scalar()
2011-09-28 Mans Rullgarddca: use vector_fmac_scalar from dsputil
2011-09-28 Mans Rullgarddsputil: add vector_fmac_scalar()
2011-09-28 Kieran Kunhyalatmenc: Fix private options
2011-09-28 Stefano Sabatinivf_unsharp: store hsub/vsub in the filter context
2011-09-28 Stefano Sabatinivf_unsharp: adopt a more natural order of params in...
2011-09-28 Stefano Sabatinivf_unsharp: rename method "unsharpen" to "apply_unsharp"
2011-09-28 Michael Niedermayervf_scale: apply the same transform to the aspect during...
2011-09-28 Stefano Sabatinivf_pad: fix "vsub" variable value computation
2011-09-28 Stefano Sabatinivf_scale: add a "sar" variable
2011-09-28 Stefano Sabatinilavfi: fix realloc size computation in avfilter_add_for...
2011-09-28 Stefano Sabatinivsrc_color: use internal timebase
2011-09-28 Stefano Sabatinilavfi: fix signature for avfilter_graph_parse() and...
2011-09-28 Stefano Sabatinigraphparser: prefer void * over AVClass * for log contexts
2011-09-28 Stefano Sabatiniavfiltergraph: use meaningful error codes
2011-09-28 Alex Converseavconv: Initialize return value for codec copy path.
2011-09-28 Mans Rullgardfate: use 'run' helper for seek-test
2011-09-28 Mans Rullgardfate: remove seek-mpeg2reuse test
2011-09-27 Michael NiedermayerFix memory (re)allocation in matroskadec.c, related...
2011-09-27 Alex Converseavconv: Fix volume adjustment for non-s16 sample formats
2011-09-27 Alex Converseavconv: Make samples void*.
2011-09-27 Alex Converseavconv: Use the size of the decode sample format when...
2011-09-27 Anton Khirnovavconv: use different variables for decoded and filtere...
2011-09-27 Anton Khirnovavconv: add support for copying attachments.
2011-09-27 Anton Khirnovmatroskaenc: write attachments.
2011-09-27 Anton Khirnovmatroskadec: export mimetype of attachments as metadata.
2011-09-27 Anton Khirnovavconv: factorize common code from new_*_stream()
2011-09-27 Anton Khirnovdoc/avconv: expand documentation for some options.
2011-09-27 Anton Khirnovdoc/avconv: document -timelimit.
2011-09-26 Mans Rullgardfate: allow testing with libavfilter disabled
2011-09-26 Jason Garrett... x86: XOP/FMA4 CPU detection support
2011-09-26 Justin Rugglesws_snd: misc cosmetic clean-ups
2011-09-26 Justin Rugglesws_snd: remove the 2-bit ADPCM table and just subtract...
2011-09-26 Justin Rugglesws_snd: use memcpy() and memset() instead of loops
2011-09-26 Justin Rugglesws_snd: use samples pointer for loop termination instea...
2011-09-26 Justin Rugglesws_snd: make sure number of channels is 1
2011-09-26 Justin Rugglesws_snd: add some checks to prevent buffer overread...
2011-09-26 Justin Rugglesws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16.
2011-09-26 Justin Rugglesflacdec: fix buffer size checking in get_metadata_size()
2011-09-26 Rafaël Carrértp: Simplify ff_rtp_get_payload_type
2011-09-26 Rafaël Carrértpenc: Add a payload type private option
2011-09-26 Rafaël Carrértp: Correct ff_rtp_get_payload_type documentation
2011-09-26 Anton Khirnovavconv: replace all fprintf() by av_log().
2011-09-26 Anton Khirnovavconv: change av_log verbosity from ERROR to FATAL...
2011-09-26 Anton Khirnovcmdutils: replace fprintf() by av_log()
2011-09-26 Anton Khirnovavtools: parse loglevel before all the other options.
2011-09-26 Nicolas Georgeoggdec: add support for Xiph's CELT codec
2011-09-25 Justin Rugglessol: return error if av_get_packet() fails.
2011-09-25 Justin Rugglescosmetics: reindent and pretty-print
2011-09-25 Justin Ruggleslibgsm: split init and close fuctions for encoder and...
2011-09-25 Mans Rullgardppc: fix some pointer to integer casts
2011-09-25 Mans Rullgardppc: fix 32-bit PIC build
2011-09-25 Justin Rugglesvmdaudio: fix decoding of 16-bit audio format.
2011-09-25 Mans Rullgardlavf: do not set codec_tag for rawvideo
2011-09-25 Laurent Aimarh264: check for out of bounds reads in ff_h264_decode_e...
2011-09-25 Michael Niedermayerflvdec: Check for overflow before allocating arrays
2011-09-25 Anton Khirnovavconv: use correct output stream index when checking...
2011-09-25 Anton Khirnovavconv: remove fake coded_frame on streamcopy hack
2011-09-24 Laurent Aimarflvdec: Fix invalid pointer deferences when parsing...
2011-09-24 Sean McGovernconfigure: disable hardware capabilities ELF section...
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
2011-09-24 Diego BiurrunUse explicit struct initializers for AVOutputFormat...
2011-09-24 Justin Rugglesadpcmenc: Set bits_per_coded_sample
2011-09-24 Baptiste Coudurieradpcmenc: fix QT IMA ADPCM encoder
2011-09-24 Baptiste Coudurieradpcmdec: Fix QT IMA ADPCM decoder
2011-09-24 Peter Rosspermit decoding of multichannel ADPCM_EA_XAS
2011-09-24 Reimar DöffingerFix input buffer size check in adpcm_ea decoder.
2011-09-24 Sean McGovernfft: avoid a signed overflow
2011-09-23 Alex Conversempegps: Handle buffer exhaustion when reading packets.
next