source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @169fb94f   12 years diego pixfmt: add picture format for VDPAU Signed-off-by: Diego Biurrun …
(edit) @f61272f0   12 years diego ratecontrol: K&R cosmetic formatting Signed-off-by: Diego Biurrun …
(edit) @f6804c3e   12 years martin rtpdec: Remove a useless todo comment The question can be answered: …
(edit) @54cb096e   12 years martin rtsp: Remove an outdated comment It is unclear what the bug exactly …
(edit) @3900d53f   12 years martin rtsp: Remove references to weirdly named variables in other files One …
(edit) @c44784c9   12 years martin rtp: Rename a static variable to normal naming conventions …
(edit) @58b59718   12 years martin rtp: Cosmetic cleanup Remove leftover debug comments, fix brace …
(edit) @d11cb13b   12 years martin configure: enable pic for shared libs on AArch64 Signed-off-by: …
(edit) @c1d1ef4e   12 years lu_zero zmbv: Reset the decoder on keyframe errors Prevent the crash on …
(edit) @7b8c5b26   12 years lu_zero vc1dec: prevent a crash due missing pred_flag parameter Handle …
(edit) @ae3d4163   12 years lu_zero matroska: Fix use after free Signed-off-by: Dale Curtis …
(edit) @ec86ba57   12 years lu_zero vp3: Fix double free in vp3_decode_end() Signed-off-by: Dale Curtis …
(edit) @f8936c6f   12 years diego fate: Split fate-siff test into demuxer and VB video decoder test
(edit) @76c40fbe   12 years martin rtpdec_vp8: Don't trim too much data from broken frames Previously, …
(edit) @3b366c3a   12 years martin rtpdec_vp8: Simplify code by using an existing helper function …
(edit) @ed790932   12 years martin rtpdec: Add a terminating null byte at the end of the SDES/CNAME This …
(edit) @a800fd5   12 years lu_zero yuv4mpeg: do not use deprecated functions Use the libavutil replacement.
(edit) @fba8e5b6   12 years lu_zero oggdec: fix faulty cleanup prototype
(edit) @06deaf8a   12 years justin.ruggles idcin: return 0 from idcin_read_packet() on success. This matches the …
(edit) @5d04504   12 years justin.ruggles idcin: better error handling Add some additional checks for EOF and …
(edit) @33f58c36   12 years justin.ruggles idcin: check for integer overflow when calling av_get_packet() …
(edit) @7040e479   12 years justin.ruggles idcin: allow seeking back to the first packet Also, do not allow …
(edit) @49543373   12 years justin.ruggles idcin: set AV_PKT_FLAG_KEY for video packets with a palette
(edit) @ccc0ffb1   12 years justin.ruggles idcin: set start_time and packet duration instead of manually tracking …
(edit) @4b840930   12 years justin.ruggles idcin: set channel_layout
(edit) @12c2530b   12 years justin.ruggles idcin: fix check for presence of an audio stream
(edit) @b0c96e06   12 years justin.ruggles idcin: validate header parameters Avoids using unsupported parameters …
(edit) @f7bf72a4   12 years justin.ruggles idcinvideo: correctly set AVFrame defaults
(edit) @899157b3   12 years lu_zero yadif: Port inline assembly to yasm Signed-off-by: Luca Barbato …
(edit) @f7a3c540   12 years justin.ruggles au: remove unnecessary casts
(edit) @2f8207b1   12 years justin.ruggles au: return AVERROR codes instead of -1
(edit) @fd9147f1   12 years justin.ruggles au: cosmetics: pretty-print and remove pointless comments
(edit) @c88d245c   12 years justin.ruggles au: use ff_raw_write_packet()
(edit) @bdd00e2d   12 years justin.ruggles au: set stream start time and packet durations
(edit) @af68a2ba   12 years justin.ruggles au: use %u when printing id and channels since they are unsigned
(edit) @47d029a4   12 years justin.ruggles au: validate sample rate
(edit) @c837b38d   12 years justin.ruggles au: move skipping of unused data to before parameter validation Also …
(edit) @fb48f825   12 years justin.ruggles au: do not arbitrarily limit channel count Nothing in the AU …
(edit) @2613de88   12 years justin.ruggles au: do not set pkt->size directly It is already set by …
(edit) @bd4cdef5   12 years justin.ruggles au: set block_align and use it in au_read_packet()
(edit) @9a7b5688   12 years justin.ruggles au: set bit rate
(edit) @3f98848d   12 years justin.ruggles au: validate bits-per-sample separately from codec tag
(edit) @71194ef6   12 years martin rtpdec_vp8: Mark broken packets with AV_PKT_FLAG_CORRUPT This allows …
(edit) @d744801   12 years diego xan: Convert to bytestream2 Signed-off-by: Diego Biurrun …
(edit) @59220d55   12 years justin.ruggles oggenc: add a page_duration option and deprecate the pagesize option …
(edit) @a6a3164b   12 years justin.ruggles x86: lavr: add SSE2/AVX dither_int_to_float()
(edit) @1fb8f6a4   12 years justin.ruggles x86: lavr: add SSE2 quantize() for dithering
(edit) @142c3909   12 years justin.ruggles doc/APIchanges: fill in missing dates and hashes.
(edit) @6f724411   12 years martin rtpdec_vp8: Request a keyframe if RTP packets are lost Signed-off-by: …
(edit) @86d9181c   12 years martin rtpdec: Support sending RTCP feedback packets This sends NACK for …
(edit) @42805eda   12 years martin rtpdec: Store the dynamic payload handler in the rtpdec context This …
(edit) @9c80ed83   12 years martin rtpdec_vp8: Avoid a warning about a possibly unused variable The …
(edit) @09ed8098   12 years martin rtpdec_vp8: Make sure the previous packet is returned This is a bug …
(edit) @92e354b6   12 years martin rtpdec_vp8: Set the timestamp when returning a deferred packet …
(edit) @ba8cb33   12 years martin hlsenc: Make the start_number option set the right variable …
(edit) @f811cd2d   12 years martin rtsp: Respect max_delay for the reordering queue when using custom IO …
(edit) @8729698d   12 years martin rtsp: Recheck the reordering queue if getting a new packet If we …
(edit) @7ff3fd7a   12 years justin.ruggles lavr: log channel conversion description for any-to-any functions
(edit) @4164b0e   12 years justin.ruggles lavr: mix: reduce the mixing matrix when possible If the matrix …
(edit) @1ccf82cf   12 years justin.ruggles lavr: cosmetics: reindent
(edit) @074a00d1   12 years justin.ruggles lavr: add a public function for setting a custom channel map This …
(edit) @4d68269d   12 years justin.ruggles lavr: typedef internal structs in internal.h Simplifies header …
(edit) @6042a121   12 years derek.buitenhuis doc: Extend commit message section If a bug exists on the tracker, …
(edit) @ac2603be   12 years derek.buitenhuis doc: Mention memory allocation in the fuzz testing section It's …
(edit) @dc3e12d1   12 years derek.buitenhuis doc: Mention zzuf in the fuzz testing section It's pretty much the …
(edit) @b5f9b9ac   12 years derek.buitenhuis doc: Merge disjointed bits about emailing patches We obviously prefer …
(edit) @9a00374c   12 years derek.buitenhuis doc: Fix a few typos in the developer documentation Signed-off-by: …
(edit) @bbae6859   12 years diego xwma: Remove unused variable Signed-off-by: Diego Biurrun …
(edit) @e817d913   12 years diego asfdec: Fix printf format string length modifier
(edit) @d894f747   12 years lu_zero oggdec: make sure the private parse data is cleaned up
(edit) @89b51b57   12 years lu_zero oggdec: free the ogg streams on read_header failure Plug an annoying …
(edit) @a0c5917f   12 years diego Drop Snow codec Snow is a toy codec with no real-world use and …
(edit) @6b8d8880   12 years siretart Prepare for 10_alpha1 Release
(edit) @4f506466   12 years diego x86: sbrdsp: Implement SSE qmf_post_shuffle 255 to 174 cycles on …
(edit) @44a0036d   12 years diego x86: sbrdsp: Implement SSE sum64x5 698 to 174 cycles on Arrandale. …
(edit) @5b4dfbff   12 years diego x86: ABS1: port to cpuflags
(edit) @de16f08e   12 years anton v210x: cosmetics, reformat
(edit) @6689474b   12 years anton v210x: return meaningful error codes.
(edit) @39039f24   12 years anton r210dec: return meaningful error codes.
(edit) @4324a3ce   12 years anton vb: cosmetics, reformat
(edit) @9dbbda2   12 years anton vb: return meaningful error codes.
(edit) @a0ffcee1   12 years anton ptx: return meaningful error codes.
(edit) @b2a7b81b   12 years anton tiff: return meaningful error codes.
(edit) @26a161a1   12 years anton vqavideo: return meaningful error codes.
(edit) @edfe05dd   12 years anton mss2: return meaningful error codes.
(edit) @f0547c9b   12 years anton v210dec: return meaningful error codes
(edit) @c04c64c0   12 years anton indeo2: cosmetics, reformat
(edit) @7b1fbd47   12 years anton indeo2: check decoding errors.
(edit) @6ea2c9a4   12 years anton indeo2: return meaningful error codes
(edit) @6781b531   12 years anton rl2: cosmetics, reformat
(edit) @3c6e5a84   12 years anton rl2: use fixed-width integer types where appropriate
(edit) @126abaaa   12 years anton rl2: return meaningful error codes.
(edit) @7c8fceef   12 years anton cljr: return a meaningful error code.
(edit) @80344261   12 years anton fraps: cosmetics, reformat
(edit) @57d11e5e   12 years anton fraps: return meaningful error codes.
(edit) @405486c2   12 years anton kgv1dec: return meaningful error codes.
(edit) @e1a7061d   12 years anton kmvc: return meaningful error codes.
(edit) @f3fcb1a7   12 years anton wnv1: return meaningful error codes.
(edit) @0c19b23b   12 years anton dpx: return meaningful error codes.
(edit) @b61e0b99   12 years anton truemotion1: return meaningful error codes
Note: See TracRevisionLog for help on using the revision log.