source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @66f09105   11 years diego mpeg12enc: drop forward declarations Signed-off-by: Diego Biurrun …
(edit) @c3e6e8f0   11 years diego mem: Do not check unsigned values for negative size
(edit) @b634b36f   11 years diego mem: Improve documentation wording and spelling
(edit) @26b241c0   11 years anton matroskaenc: Allow chapters to be written in trailer This allows …
(edit) @a711a2cb   11 years martin mpegvideo: Avoid 32-bit wrapping of linesize multiplications This …
(edit) @0ebfdae0   11 years diego doc: Describe TB option of setpts filter Signed-off-by: Diego Biurrun …
(edit) @b4ec7a5f   11 years lu_zero mem: Document the av_realloc family of functions properly realloc() …
(edit) @7f9e893f   11 years lu_zero build: Report an error message when a pc file is not found Ease …
(edit) @af11fa5   11 years martin mjpegb: Detect changing number of planes in interlaced video …
(edit) @35cbc98b   11 years martin alac: Check that the channels fit at the given offset The code tries …
(edit) @d7199812   11 years martin 4xm: Check that the read track value is non-negative Reported-by: …
(edit) @5bcd3ae5   11 years martin matroskadec: Check that .lang was allocated and set before reading it …
(edit) @f7c58831   11 years martin alac: Limit max_samples_per_frame Otherwise buffer size calculations …
(edit) @0fbda03e   11 years martin movenc: Don't flush after each written packet This should improve …
(edit) @7df9e693   11 years diego cosmetics: Fix ATRAC codec name spelling
(edit) @488b2984   11 years anton ape demuxer: check for EOF in potentially long loops Reported-by: …
(edit) @a7c1689d   11 years anton 4xm: check that bits per sample is strictly positive Avoids a divide …
(edit) @df33a58   11 years anton lavf: avoid integer overflow when estimating bitrate Reported-by: …
(edit) @fab694d   11 years anton lavf: move a variable declaration to the block where it's used
(edit) @fe9bb61f   11 years anton pictordec: pass correct context to avpriv_request_sample Fixes …
(edit) @5f7aecde   11 years anton pictordec: break out of both decoding loops when y drops below 0 …
(edit) @8aba7968   11 years anton vcr1: add sanity checks Fixes invalid reads with corrupted files. …
(edit) @21ffd410   11 years martin pcm-dvd: Fix build on big endian Signed-off-by: Martin Storsjö …
(edit) @f4ca970d   11 years lu_zero configure: Add docdir configuration option Signed-off-by: Luca …
(edit) @faa8245b   11 years lu_zero vf_lut: Constantize The pixel format tables are never modified, mark …
(edit) @a42e3a67   11 years lu_zero pcm_dvd: consolidate pieces from pcm.c and mpeg.c Remove the header …
(edit) @21fd2f84   11 years lu_zero pcm_bluray: cosmetics
(edit) @0d6549d8   11 years lu_zero pcm_bluray: rename pcm-mpeg.c to pcm-bluray.c The original idea was …
(edit) @f1f728cb   11 years martin ppc: don't return a value from a function declared void …
(edit) @e998b563   11 years diego x86: avcodec: Consistently structure CPU extension initialization
(edit) @6369ba3c   11 years diego x86: avcodec: Use convenience macros to check for CPU flags
(edit) @79aec43c   11 years diego x86: Add and use more convenience macros to check CPU extension …
(edit) @a6b65011   11 years diego ppc: cosmetics: Consistently format CPU flag detection invocations
(edit) @67e6a9f5   11 years diego cosmetics: Place arch initialization calls in alphabetical order
(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
Note: See TracRevisionLog for help on using the revision log.