source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a3b53ff0   11 years lu_zero mov: Refactor video specific parsing in mov_parse_stsd_video
(edit) @bf98562   11 years lu_zero mov: Refactor codec id selection in mov_codec_id
(edit) @ff9d57e7   11 years diego h264_cabac: Mark functions calling decode_cabac_residual_internal as …
(edit) @f4078569   11 years diego arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 …
(edit) @84784c29   11 years diego libfdk-aacdec: formatting cosmetics
(edit) @8506ff97   11 years diego vp56: Mark VP6-only optimizations as such. Most of our VP56 …
(edit) @30ce2890   11 years anton movenc: Make tkhd "enabled" flag QuickTime compatible QuickTime will …
(edit) @1f70a5a   11 years anton mov: use tkhd enabled flag to set the default track Signed-off-by: …
(edit) @e7b31844   11 years diego x86: Split DCT and FFT initialization into separate files
(edit) @60198742   11 years martin movenc: fix detection of 64bit offset requirement The old method …
(edit) @fe5d5a8   11 years martin movenc: Make chapter track QuickTime compatible QuickTime requires …
(edit) @f8ef91ff   11 years martin movenc: add faststart option for web streaming Faststart moves the …
(edit) @4622f11f   11 years martin w32pthread: help compiler figure out undeeded code The emulation code …
(edit) @0b45269c   11 years diego x86: h264_idct: Remove incorrect comment
(edit) @e95930ed   11 years diego avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARM
(edit) @c18838f5   11 years diego h264_ps: Use more meaningful error values
(edit) @330ad1f6   11 years diego h264_ps: K&R formatting cosmetics
(edit) @8fed466b   11 years diego h264_ps: Drop commented-out cruft
(edit) @c4e4356   11 years diego h264data: Move some tables to the only place they are used
(edit) @f34de148   11 years diego h264data: Remove unused luma_dc_field_scan table
(edit) @4f2b469d   11 years justinr Add a libfdk-aac decoder This can be useful for decoding AAC object …
(edit) @545a0b8   11 years justinr vf_fps: add 'start_time' option This allows for dropping or …
(edit) @2a615925   11 years diego avcodec: Remove some commented-out debug cruft
(edit) @6c78676   11 years martin movenc: Allow chapters to be written in trailer This allows creation …
(edit) @db03cb37   11 years martin movenc: Allow chapter track in default MODE_MP4 Signed-off-by: Martin …
(edit) @64af59bc   11 years diego avformat: Fix references to removed av_close_input_file in Doxygen
(edit) @67400f6   11 years lu_zero mov: Prevent segfaults on mov_write_hdlr_tag Do not segfault when …
(edit) @22de0f83   11 years lu_zero mov: Compute max duration among the tracks with a timescale Prevent …
(edit) @39523030   11 years lu_zero mov: Set the timescale for data streams Data streams have a defined …
(edit) @b886f5c2   11 years lu_zero mkv: Allow flushing the current cluster in progress Allow emitting …
(edit) @59f59592   11 years lu_zero mkv: Flush the old cluster before writing a new one This simplifies …
(edit) @98308bd   11 years lu_zero mkv: Add options for specifying cluster limits Signed-off-by: Luca …
(edit) @148fbdd1   11 years lu_zero mkv: Refactor mkv_write_packet Signed-off-by: Luca Barbato …
(edit) @9a27acae   11 years lu_zero ogg: Fix potential infinite discard loop Seeking in certain broken …
(edit) @0a14fefd   11 years martin movenc: Indicate that negative timestamps are supported The mov/mp4 …
(edit) @c34a96a   11 years janne-libav dxa: fix decoding of first I-frame by separating I/P-frame decoding …
(edit) @5ef7c84   11 years lu_zero dxa: Make sure the reference frame exists Reported-by: Mateusz …
(edit) @c59967fa   11 years lu_zero h261: check the mtype index Reported-by: Mateusz "j00ru" Jurczyk and …
(edit) @f399e406   11 years martin altivec: perform an explicit unaligned load Implicit vector loads on …
(edit) @9d86bfc2   11 years martin hlsenc: Don't reset the number variable when wrapping The counter …
(edit) @09c93b1b   11 years martin hlsenc: Append the last incomplete segment when closing the output …
(edit) @c9031c7   11 years martin hlsenc: Add a proper dependency on the mpegts muxer The hls muxer …
(edit) @239f55bf   11 years diego vp56data: Move all data tables to the .c file
(edit) @cb214707   11 years diego vp56data: Move all shared enum/struct declarations to common header
(edit) @38f64c03   11 years diego mpeg12decdata.h: Move all tables to the only place they are used
(edit) @ec6c1b1d   11 years diego mpeg12decdata: Remove unused #define
(edit) @c591d45   11 years diego avcodec: Replace local extern declarations for tables with header #includes
(edit) @aa2ba8c9   11 years diego swscale: Move extern declarations for tables to swscale_internal.h …
(edit) @d2585315   11 years diego swscale: Mark a bunch of tables only used within one file static
(edit) @060ce0c6   11 years diego ivi_common: Make some tables only used within the file static
(edit) @4b054a34   11 years martin rtpproto: Check the right feature detection macro IPPROTO_IPV6 is …
(edit) @163a7297   11 years diego electronicarts: Let functions always returning the same value return void
(edit) @4908c8e   11 years diego electronicarts: Improve some function/variable names
(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 …
Note: See TracRevisionLog for help on using the revision log.