summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* rtmp: Do not misuse memcmpLuca Barbato2013-08-11
* doc: Clarify the avconv section about -reMartin Storsjö2013-08-10
* doc: Add an example on publishing over RTMPMartin Storsjö2013-08-10
* doc: Add librtmp to the section header for the librtmp specific detailsMartin Storsjö2013-08-10
* doc: Explain that the default RTMP user agent is different when publishingMartin Storsjö2013-08-10
* doc: Extend the rtmp example to include how to pass username/passwordMartin Storsjö2013-08-10
* rtmp: Detect and warn if the user tries to pass librtmp style parametersMartin Storsjö2013-08-10
* rtmp: rename data_size to sizeLuca Barbato2013-08-10
* rtmp: Use PRId64 when needed.Luca Barbato2013-08-10
* lavc: Add refcounted api to AVPacketLuca Barbato2013-08-10
* h264: check one context_init() allocationVittorio Giovara2013-08-10
* h264: use explicit variable names for *_field_flagVittorio Giovara2013-08-10
* h264: return meaningful valuesVittorio Giovara2013-08-10
* libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö2013-08-10
* libavutil: Move avpriv_open to a new file, file_open.cMartin Storsjö2013-08-10
* bktr: Changed a missed occurrance of open into avpriv_openMartin Storsjö2013-08-10
* libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as ...Martin Storsjö2013-08-10
* ff_socket: put out-of-line and fallback to fcntl() for close-on-execRémi Denis-Courmont2013-08-09
* FATE: add a TAK testAnton Khirnov2013-08-08
* file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö2013-08-08
* arm: Add assembly version of h264_find_start_code_candidateBen Avison2013-08-08
* h264dsp: Factorize code into a new function, h264_find_start_code_candidateBen Avison2013-08-08
* h264_parser: Initialize the h264dsp context in the parser as wellBen Avison2013-08-08
* 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