summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Voxware MetaSound decoderKostya Shishkov2013-08-08
* avio: Add const qualifiers to ffio_read_indirectBen Avison2013-08-08
* libavutil: Don't use fcntl if the function does not existDerek Buitenhuis2013-08-08
* cmdutils: Only do the windows-specific commandline parsing on _WIN32Diogo Franco2013-08-08
* libavformat: use avpriv_open()Rémi Denis-Courmont2013-08-07
* libavdevice: use avpriv_open()Rémi Denis-Courmont2013-08-07
* libavcodec: use avpriv_open()Rémi Denis-Courmont2013-08-07
* libavutil: use avpriv_open()Rémi Denis-Courmont2013-08-07
* libavutil: add avpriv_open() to open files with close-on-exec flagRémi Denis-Courmont2013-08-07
* mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern ...Vittorio Giovara2013-08-07
* rtsp: Don't include the listen flag in the SDP demuxer flagsMartin Storsjö2013-08-07
* deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND insteadKostya Shishkov2013-08-07
* rtpenc_chain: Check for errors from ffio_fdopen and ffio_open_dyn_packet_bufMartin Storsjö2013-08-07
* rtspenc: Check the return value from ffio_open_dyn_packet_bufMartin Storsjö2013-08-07
* pcm_bluray: Return AVERROR_INVALIDDATA instead of -1 on header errorsChristian Schmidt2013-08-06
* configure: Properly split dv1394 indev dependenciesDiego Biurrun2013-08-06
* configure: Properly set zlib dependencies for all componentsDiego Biurrun2013-08-06
* configure: The W64 demuxer should select the WAV demuxer, not depend on itDiego Biurrun2013-08-06
* configure: Properly split avserver component and system dependenciesDiego Biurrun2013-08-06
* riff: Move demuxing code to a separate file.Diego Biurrun2013-08-06
* riff: Move muxing code to a separate fileDiego Biurrun2013-08-06
* avformat/dv: K&R formatting cosmeticsDiego Biurrun2013-08-06
* tcp: Use a different log message and level if there's more addresses to tryMartin Storsjö2013-08-06
* unix: Convert from AVERROR to errno range before comparing error codesMartin Storsjö2013-08-06
* avcodec/options: Drop deprecation warning suppression macrosDiego Biurrun2013-08-06
* riff.h: Remove stray extern declaration for non-existing symbolDiego Biurrun2013-08-05
* twinvq: Split VQF-specific part from common TwinVQ decoder coreKostya Shishkov2013-08-05
* twinvq: Prefix enums and defines shared with VoxWare MetaSoundDiego Biurrun2013-08-05
* twinvq: move all bitstream reading into single placeKostya Shishkov2013-08-05
* mpegts: Remove one 64-bit integer modulus operation per packetBen Avison2013-08-05
* vc1: check mb_height validity.Luca Barbato2013-08-05
* vc1: check the source buffer in vc1_mc functionsLuca Barbato2013-08-05
* bink: Bound check the quantization matrix.Luca Barbato2013-08-05
* network: Use SOCK_CLOEXEC when availableLuca Barbato2013-08-05
* lavf: Support unix socketsLuca Barbato2013-08-05
* libx264: add shortcut for the bluray compatibility optionLuca Barbato2013-08-05
* mpegts: Make discard_pid() faster for single-program streamsBen Avison2013-08-05
* mpegts: Remove one memcpy per packetBen Avison2013-08-05
* avio: Add an internal function for reading without copyingBen Avison2013-08-05
* build: Add missing img2.o dependency to apetag.oDiego Biurrun2013-08-05
* ismindex: Replace mkdir ifdeffery by os_support.h #includeDiego Biurrun2013-08-05
* vdpau: deprecate bitstream buffers within the hardware contextRémi Denis-Courmont2013-08-05
* vdpau: store picture data in picture's rather than codec's contextRémi Denis-Courmont2013-08-05
* vdpau: deprecate VDPAU codec capabilityRémi Denis-Courmont2013-08-05
* vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont2013-08-05
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-05
* avconv: support -t as an input option.Anton Khirnov2013-08-05
* avconv: make input -ss accurate when transcodingAnton Khirnov2013-08-05
* avconv: distinguish between -ss 0 and -ss not being usedAnton Khirnov2013-08-05
* avconv: insert extra filters in the same way for both graph inputs and outputsAnton Khirnov2013-08-05