source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f0389eb7   11 years diego arm: fmtconvert: Split armv6 fmtconvert code off from vfp code
(edit) @7ffda66f   11 years diego arm: float_dsp: Propagate cpu_flags to vfp initialization function
(edit) @bd549cba   11 years diego arm: dcadsp: Move synth filter initialization to dcadsp file
(edit) @1909f6b1   11 years diego swscale: cosmetics: Drop silly camelCase from swScale function pointer name
(edit) @4e0799a4   11 years diego swscale: Add some missing av_cold to arch-specific init functions
(edit) @3aa682f2   11 years diego swscale: consistent names for arch-specific acceleration functions
(edit) @c2503d9c   11 years diego swscale: ppc: Hide arch-specific initialization details Also give …
(edit) @6af2c351   11 years diego ppc: Add missing AltiVec cpuflag detection invocations
(edit) @de81b6ae   11 years diego ppc: fdct: Remove vim editor settings comment
(edit) @70dd8892   11 years diego mpegvideo: Replace arch initialization ifdeffery by standard conditionals
(edit) @cd529172   11 years diego x86: rv40dsp: Move inline assembly optimizations out of YASM init section
(edit) @a5195839   11 years diego swscale: x86: Hide arch-specific initialization details Also give …
(edit) @a64f6a04   11 years diego dsputil: x86: Hide arch-specific initialization details Also give …
(edit) @f61bece6   11 years diego ppc: Add and use convenience macro to check for AltiVec availability
(edit) @8410d6e9   11 years diego avutil: Refactor CPU extension availability macros
(edit) @b78b10c4   11 years diego avutil: Move internal CPU detection function declarations to private header
(edit) @91d4cfb8   11 years justin.ruggles apedec: do not buffer decoded samples over AVPackets Only consume an …
(edit) @84146963   11 years diego configure: x86: Fix handling of i686 and cpunop features The i686 …
(edit) @6454c44f   11 years martin rtmpproto: Fix limelight authentication with abbreviated app names …
(edit) @cb8f70c9   11 years martin vf_fps: use double constants for default/min/max for start_time When …
(edit) @48f2e53a   11 years lu_zero doc: document the asf demuxer And drop a typo from the previous FLV entry.
(edit) @0ce1a759   11 years diego vf_interlace: fix file permissions Signed-off-by: Diego Biurrun …
(edit) @ef51692a   11 years martin Revert "w32pthread: help compiler figure out undeeded code" This …
(edit) @4332bf98   11 years martin w32threads: Don't use function pointers when linking directly to newer …
(edit) @310cc4bf   11 years martin smoothstreamingenc: Write to a temp file while updating the manifest …
(edit) @b1f9cdc3   11 years lu_zero ac3: Return proper error codes
(edit) @818d1f1   11 years lu_zero ac3: Clean up the error paths
(edit) @6258d362   11 years lu_zero ac3: Do not clash with normal AVERROR The parsing function return …
(edit) @f4634ae8   11 years lu_zero flv: Fix the help string
(edit) @21015109   11 years lu_zero doc: Document the flv demuxer
(edit) @f812eeda   11 years anton matroskaenc: Fix writing TRACKDEFAULTFLAG The element was only being …
(edit) @0fb3e1c6   11 years martin movenc: Check for errors from mov_create_chapter_track On failures in …
(edit) @2bbad1f   11 years martin movenc: Properly free allocated data on failures in mov_write_header …
(edit) @3559fb97   11 years martin movenc: Check that tracks->enc exists before trying to free extradata …
(edit) @4d122b01   11 years martin movenc: Check for allocation failures in mov_create_chapter_track …
(edit) @4eb4bb3a   11 years kostya.shishkov imc: support mode 1
(edit) @9e7b62f0   11 years kostya.shishkov twinvq: set block align for codecs and use it in size checks This …
(edit) @b89e8759   11 years lu_zero mov: Write tmcd extradata
(edit) @5b41eb91   11 years lu_zero mov: Parse tmcd extradata
(edit) @0b5af5cf   11 years lu_zero mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsd
(edit) @08504380   11 years lu_zero mov: Refactor codec specific final steps in mov_finalize_stsd_codec
(edit) @dc518a3a   11 years lu_zero mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitle
(edit) @ef196bee   11 years lu_zero mov: Refactor audio specific parsing in mov_parse_stsd_audio
(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
Note: See TracRevisionLog for help on using the revision log.