37941 Commits (46dee21a3238a5d9dfeeb1108dbad0beaa677035)
 

Author SHA1 Message Date
Ian Taylor 46dee21a32 png: allow encoding 16-bit grayscale 11 years ago
Hendrik Leppkes 3ca5df36a5 wmall: use AVFrame API properly 11 years ago
Luca Barbato 5718e3487b rtmp: Do not misuse memcmp 11 years ago
Martin Storsjö 205a4502d3 doc: Clarify the avconv section about -re 11 years ago
Martin Storsjö d175a5730b doc: Add an example on publishing over RTMP 11 years ago
Martin Storsjö 3bea53dbdf doc: Add librtmp to the section header for the librtmp specific details 11 years ago
Martin Storsjö a435ca5b4d doc: Explain that the default RTMP user agent is different when publishing 11 years ago
Martin Storsjö aa16a6b0c5 doc: Extend the rtmp example to include how to pass username/password 11 years ago
Martin Storsjö 8e1fe34557 rtmp: Detect and warn if the user tries to pass librtmp style parameters 11 years ago
Luca Barbato ba5393a609 rtmp: rename data_size to size 11 years ago
Luca Barbato 4ebc7d659f rtmp: Use PRId64 when needed. 11 years ago
Luca Barbato 5a9a9d4a2a lavc: Add refcounted api to AVPacket 11 years ago
Vittorio Giovara c1076d8479 h264: check one context_init() allocation 11 years ago
Vittorio Giovara 5eb488bfa8 h264: use explicit variable names for *_field_flag 11 years ago
Vittorio Giovara b3dc260e7f h264: return meaningful values 11 years ago
Martin Storsjö e743e7ae6e libavutil: Make avpriv_open a library-internal function on msvcrt 11 years ago
Martin Storsjö a76d0cdf21 libavutil: Move avpriv_open to a new file, file_open.c 11 years ago
Martin Storsjö cb0244daac bktr: Changed a missed occurrance of open into avpriv_open 11 years ago
Martin Storsjö 33237123c8 libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as well 11 years ago
Rémi Denis-Courmont 9d5ec50ead ff_socket: put out-of-line and fallback to fcntl() for close-on-exec 11 years ago
Anton Khirnov fa09e76010 FATE: add a TAK test 11 years ago
Martin Storsjö dfc6b5c814 file: Move win32 utf8->wchar open wrapper to libavutil 11 years ago
Ben Avison 45e10e5c8d arm: Add assembly version of h264_find_start_code_candidate 11 years ago
Ben Avison 218d6844b3 h264dsp: Factorize code into a new function, h264_find_start_code_candidate 11 years ago
Ben Avison 7a82022ee2 h264_parser: Initialize the h264dsp context in the parser as well 11 years ago
Kostya Shishkov 3e5898782d Voxware MetaSound decoder 11 years ago
Ben Avison 5afe1d2791 avio: Add const qualifiers to ffio_read_indirect 11 years ago
Derek Buitenhuis 0f1fb6c019 libavutil: Don't use fcntl if the function does not exist 11 years ago
Diogo Franco e8edf4e1cf cmdutils: Only do the windows-specific commandline parsing on _WIN32 11 years ago
Rémi Denis-Courmont 51eb213d00 libavformat: use avpriv_open() 11 years ago
Rémi Denis-Courmont 71bf6b41d9 libavdevice: use avpriv_open() 11 years ago
Rémi Denis-Courmont fee9db1fdf libavcodec: use avpriv_open() 11 years ago
Rémi Denis-Courmont 880391ed2d libavutil: use avpriv_open() 11 years ago
Rémi Denis-Courmont 869b04e891 libavutil: add avpriv_open() to open files with close-on-exec flag 11 years ago
Vittorio Giovara 22c879057e mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern av_frame_copy_props() 11 years ago
Martin Storsjö f4d371b973 rtsp: Don't include the listen flag in the SDP demuxer flags 11 years ago
Kostya Shishkov f544c58636 deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND instead 11 years ago
Martin Storsjö 62572435d4 rtpenc_chain: Check for errors from ffio_fdopen and ffio_open_dyn_packet_buf 11 years ago
Martin Storsjö f542dedf72 rtspenc: Check the return value from ffio_open_dyn_packet_buf 11 years ago
Christian Schmidt 1c6d2bb9a9 pcm_bluray: Return AVERROR_INVALIDDATA instead of -1 on header errors 11 years ago
Diego Biurrun 6fb65973c9 configure: Properly split dv1394 indev dependencies 11 years ago
Diego Biurrun 61c31e4ee7 configure: Properly set zlib dependencies for all components 11 years ago
Diego Biurrun a7d45e06e9 configure: The W64 demuxer should select the WAV demuxer, not depend on it 11 years ago
Diego Biurrun 406e6c0ba5 configure: Properly split avserver component and system dependencies 11 years ago
Diego Biurrun 255d9c570e riff: Move demuxing code to a separate file. 11 years ago
Diego Biurrun 3dd5c95dee riff: Move muxing code to a separate file 11 years ago
Diego Biurrun fcc455ff2e avformat/dv: K&R formatting cosmetics 11 years ago
Martin Storsjö abe5268c33 tcp: Use a different log message and level if there's more addresses to try 11 years ago
Martin Storsjö 2a0ec47bd7 unix: Convert from AVERROR to errno range before comparing error codes 11 years ago
Diego Biurrun 0ba4ea312b avcodec/options: Drop deprecation warning suppression macros 11 years ago