37969 Commits (c9031c7c1446a1a63eff7c0bf50d1ee559adf3fb)
 

Author SHA1 Message Date
Martin Storsjö c9031c7c14 hlsenc: Add a proper dependency on the mpegts muxer 11 years ago
Diego Biurrun 239f55bf3c vp56data: Move all data tables to the .c file 11 years ago
Diego Biurrun cb214707a6 vp56data: Move all shared enum/struct declarations to common header 11 years ago
Diego Biurrun 38f64c0330 mpeg12decdata.h: Move all tables to the only place they are used 11 years ago
Diego Biurrun ec6c1b1d83 mpeg12decdata: Remove unused #define 11 years ago
Diego Biurrun c591d4575a avcodec: Replace local extern declarations for tables with header #includes 11 years ago
Diego Biurrun aa2ba8c99e swscale: Move extern declarations for tables to swscale_internal.h 11 years ago
Diego Biurrun d258531502 swscale: Mark a bunch of tables only used within one file static 11 years ago
Diego Biurrun 060ce0c697 ivi_common: Make some tables only used within the file static 11 years ago
Martin Storsjö 4b054a3400 rtpproto: Check the right feature detection macro 11 years ago
Diego Biurrun 163a729725 electronicarts: Let functions always returning the same value return void 11 years ago
Diego Biurrun 4908c8ef27 electronicarts: Improve some function/variable names 11 years ago
Diego Biurrun a90cff137b electronicarts: comment wording fixes 11 years ago
Diego Biurrun 288f2ffb57 electronicarts: Remove bogus function documentation 11 years ago
Diego Biurrun 8747fce91f electronicarts: K&R formatting cosmetics 11 years ago
Janne Grunau e8c0defe13 8bps: decode 24bit files correctly as rgb32 on bigendian 11 years ago
Dave Yeo c3386bd5b4 rtpproto: Check for the right feature when reading a sockaddr_in6 11 years ago
Martin Storsjö b56fc18b20 sdp: Add an option for sending RTCP packets to the source of the last packets 11 years ago
Martin Storsjö 6b58e11a83 rtpproto: Add an option for writing return packets to the address of the last received packets 11 years ago
Martin Storsjö 2427ac6ccd rtpproto: Update the parameter documentation 11 years ago
Luca Barbato 5268bd2900 segafilm: Error out on impossible packet size 11 years ago
Luca Barbato 3562684db7 ogg: Always alloc the private context in vorbis_header 11 years ago
Luca Barbato f13fe6020e rtjpeg: Use init_get_bits8 11 years ago
Luca Barbato 62cc7a9108 rtjpeg: return meaningful error codes 11 years ago
Luca Barbato 2df0776c22 nuv: Use av_fast_realloc 11 years ago
Luca Barbato feaaf5f7f0 nuv: Reset the frame on resize 11 years ago
Luca Barbato 075dbc1855 nuv: Pad the lzo outbuf 11 years ago
Luca Barbato aae159a7cc nuv: Do not ignore lzo decompression failures 11 years ago
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