source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a90cff13   11 years diego electronicarts: comment wording fixes
(edit) @288f2ffb   11 years diego electronicarts: Remove bogus function documentation
(edit) @8747fce9   11 years diego electronicarts: K&R formatting cosmetics
(edit) @e8c0defe   11 years janne-libav 8bps: decode 24bit files correctly as rgb32 on bigendian
(edit) @c3386bd5   11 years martin rtpproto: Check for the right feature when reading a sockaddr_in6 …
(edit) @b56fc18b   11 years martin sdp: Add an option for sending RTCP packets to the source of the last …
(edit) @6b58e11a   11 years martin rtpproto: Add an option for writing return packets to the address of …
(edit) @2427ac6   11 years martin rtpproto: Update the parameter documentation Move the sources …
(edit) @5268bd29   11 years lu_zero segafilm: Error out on impossible packet size Reported-by: Mateusz …
(edit) @3562684d   11 years lu_zero ogg: Always alloc the private context in vorbis_header It is possible …
(edit) @f13fe602   11 years lu_zero rtjpeg: Use init_get_bits8 CC:libav-stable@libav.org
(edit) @62cc7a91   11 years lu_zero rtjpeg: return meaningful error codes
(edit) @2df0776c   11 years lu_zero nuv: Use av_fast_realloc The decompressed buffer can be used after …
(edit) @feaaf5f7   11 years lu_zero nuv: Reset the frame on resize Reported-by: Mateusz "j00ru" Jurczyk …
(edit) @075dbc18   11 years lu_zero nuv: Pad the lzo outbuf And properly update the buf_size with the …
(edit) @aae159a7   11 years lu_zero nuv: Do not ignore lzo decompression failures Update the fate …
(edit) @46dee21a   11 years lu_zero png: allow encoding 16-bit grayscale Signed-off-by: Luca Barbato …
(edit) @3ca5df3   11 years anton wmall: use AVFrame API properly This fixes a bug with non-refcounted …
(edit) @5718e348   11 years lu_zero rtmp: Do not misuse memcmp CC: libav-stable@libav.org
(edit) @205a4502   11 years martin doc: Clarify the avconv section about -re Signed-off-by: Martin …
(edit) @d175a57   11 years martin doc: Add an example on publishing over RTMP Signed-off-by: Martin …
(edit) @3bea53db   11 years martin doc: Add librtmp to the section header for the librtmp specific …
(edit) @a435ca5b   11 years martin doc: Explain that the default RTMP user agent is different when …
(edit) @aa16a6b0   11 years martin doc: Extend the rtmp example to include how to pass username/password …
(edit) @8e1fe345   11 years martin rtmp: Detect and warn if the user tries to pass librtmp style …
(edit) @ba5393a6   11 years lu_zero rtmp: rename data_size to size
(edit) @4ebc7d65   11 years lu_zero rtmp: Use PRId64 when needed.
(edit) @5a9a9d4a   11 years lu_zero lavc: Add refcounted api to AVPacket Provide a clean way to …
(edit) @c1076d84   11 years anton h264: check one context_init() allocation Signed-off-by: Anton …
(edit) @5eb488bf   11 years anton h264: use explicit variable names for *_field_flag Signed-off-by: …
(edit) @b3dc260e   11 years anton h264: return meaningful values Signed-off-by: Anton Khirnov …
(edit) @e743e7ae   11 years martin libavutil: Make avpriv_open a library-internal function on msvcrt Add …
(edit) @a76d0cdf   11 years martin libavutil: Move avpriv_open to a new file, file_open.c Signed-off-by: …
(edit) @cb0244da   11 years martin bktr: Changed a missed occurrance of open into avpriv_open …
(edit) @33237123   11 years martin libavutil: Enable the MSVC DLL symbol loading workaround in shared …
(edit) @9d5ec50e   11 years martin ff_socket: put out-of-line and fallback to fcntl() for close-on-exec …
(edit) @fa09e760   11 years anton FATE: add a TAK test
(edit) @dfc6b5c8   11 years martin file: Move win32 utf8->wchar open wrapper to libavutil When …
(edit) @45e10e5c   11 years martin arm: Add assembly version of h264_find_start_code_candidate …
(edit) @218d6844   11 years martin h264dsp: Factorize code into a new function, …
(edit) @7a82022e   11 years martin h264_parser: Initialize the h264dsp context in the parser as well …
(edit) @3e589878   11 years kostya.shishkov Voxware MetaSound decoder
(edit) @5afe1d27   11 years martin avio: Add const qualifiers to ffio_read_indirect This provides at …
(edit) @0f1fb6c0   11 years martin libavutil: Don't use fcntl if the function does not exist Not all …
(edit) @e8edf4e1   11 years martin cmdutils: Only do the windows-specific commandline parsing on _WIN32 …
(edit) @51eb213d   11 years anton libavformat: use avpriv_open() Signed-off-by: Anton Khirnov …
(edit) @71bf6b41   11 years anton libavdevice: use avpriv_open() Signed-off-by: Anton Khirnov …
(edit) @fee9db1f   11 years anton libavcodec: use avpriv_open() Signed-off-by: Anton Khirnov …
(edit) @880391ed   11 years anton libavutil: use avpriv_open() Signed-off-by: Anton Khirnov …
(edit) @869b04e8   11 years anton libavutil: add avpriv_open() to open files with close-on-exec flag …
(edit) @22c87905   11 years anton mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a …
(edit) @f4d371b9   11 years martin rtsp: Don't include the listen flag in the SDP demuxer flags It's …
(edit) @f544c586   11 years kostya.shishkov deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND …
(edit) @62572435   11 years martin rtpenc_chain: Check for errors from ffio_fdopen and …
(edit) @f542dedf   11 years martin rtspenc: Check the return value from ffio_open_dyn_packet_buf Also …
(edit) @1c6d2bb9   11 years diego pcm_bluray: Return AVERROR_INVALIDDATA instead of -1 on header errors …
(edit) @6fb65973   11 years diego configure: Properly split dv1394 indev dependencies
(edit) @61c31e4e   11 years diego configure: Properly set zlib dependencies for all components
(edit) @a7d45e06   11 years diego configure: The W64 demuxer should select the WAV demuxer, not depend on it
(edit) @406e6c0b   11 years diego configure: Properly split avserver component and system dependencies
(edit) @255d9c57   11 years diego riff: Move demuxing code to a separate file.
(edit) @3dd5c95d   11 years diego riff: Move muxing code to a separate file
(edit) @fcc455ff   11 years diego avformat/dv: K&R formatting cosmetics
(edit) @abe5268c   11 years martin tcp: Use a different log message and level if there's more addresses …
(edit) @2a0ec47b   11 years martin unix: Convert from AVERROR to errno range before comparing error codes …
(edit) @0ba4ea31   11 years diego avcodec/options: Drop deprecation warning suppression macros The …
(edit) @971cce7e   11 years diego riff.h: Remove stray extern declaration for non-existing symbol
(edit) @86f4c59b   11 years diego twinvq: Split VQF-specific part from common TwinVQ decoder core …
(edit) @4d8d16b5   11 years diego twinvq: Prefix enums and defines shared with VoxWare MetaSound
(edit) @bc909626   11 years diego twinvq: move all bitstream reading into single place This is required …
(edit) @a22ae9f0   11 years martin mpegts: Remove one 64-bit integer modulus operation per packet The …
(edit) @43bacd5b   11 years lu_zero vc1: check mb_height validity. Reported-by: Mateusz "j00ru" Jurczyk …
(edit) @090cd063   11 years lu_zero vc1: check the source buffer in vc1_mc functions Reported-by: Mateusz …
(edit) @9991298   11 years lu_zero bink: Bound check the quantization matrix. Reported-by: Mateusz …
(edit) @bb937825   11 years lu_zero network: Use SOCK_CLOEXEC when available
(edit) @60538758   11 years lu_zero lavf: Support unix sockets
(edit) @bc54c2ae   11 years lu_zero libx264: add shortcut for the bluray compatibility option As for …
(edit) @c84ea750   11 years martin mpegts: Make discard_pid() faster for single-program streams When a …
(edit) @cabb1681   11 years martin mpegts: Remove one memcpy per packet This was being performed to …
(edit) @daf1e0d3   11 years martin avio: Add an internal function for reading without copying As long as …
(edit) @22a154e4   11 years diego build: Add missing img2.o dependency to apetag.o
(edit) @bea3d6f4   11 years diego ismindex: Replace mkdir ifdeffery by os_support.h #include …
(edit) @f824535a   11 years anton vdpau: deprecate bitstream buffers within the hardware context The …
(edit) @2852740e   11 years anton vdpau: store picture data in picture's rather than codec's context …
(edit) @549294fb   11 years anton vdpau: deprecate VDPAU codec capability Signed-off-by: Anton Khirnov …
(edit) @a0ad5d01   11 years anton vdpau: deprecate old codec-specific pixel formats Signed-off-by: …
(edit) @578ea75a   11 years anton vdpau: remove old-style decoders Signed-off-by: Anton Khirnov …
(edit) @488a0fa6   11 years anton avconv: support -t as an input option. It limits the duration of the …
(edit) @811bd078   11 years anton avconv: make input -ss accurate when transcoding Insert (a)trim …
(edit) @56ee3f9d   11 years anton avconv: distinguish between -ss 0 and -ss not being used Using -ss 0 …
(edit) @2e661f26   11 years anton avconv: insert extra filters in the same way for both graph inputs and …
(edit) @3799376d   11 years anton lavfi/fifo: fix flushing when using request_samples If any samples …
(edit) @06cd4c5a   11 years anton avconv: fix usage of deprecated lavfi API
(edit) @612a5049   11 years anton avserver: do not use a static string as a default for a string option …
(edit) @7684a361   11 years anton mxfenc: switch to av_reallocp_array() and check allocation errors …
(edit) @a10c4ce2   11 years lu_zero aac: Forward errors properly in aac_decode_frame_int Incidentally …
(edit) @71953ebc   11 years lu_zero aac: Check init_get_bits return value Some code paths can call it …
(edit) @51fc88e7   11 years anton avconv: improve some variable names 'filter' is too generic, since …
(edit) @77cc958f   11 years anton lavfi: add const to the AVFilter parameter of …
(edit) @6da5b57d   11 years diego configure: Check for GCC diagnostic pragma support inside of functions …
Note: See TracRevisionLog for help on using the revision log.