source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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
(edit) @380242ca   12 years anton pnm: return meaningful error codes.
(edit) @84f2847d   12 years anton xl: return a meaningful error code.
(edit) @d47dabba   12 years anton xan: return a meaningful error code.
(edit) @4aebb8d9   12 years anton xxan: return meaningful error codes.
(edit) @aaf20832   12 years anton zmbv: return more meaningful error codes.
(edit) @01b6088   12 years anton yop: use a meaningful error code.
(edit) @11c3f204   12 years anton c93: return meaningful error codes.
(edit) @2b011a43   12 years anton bmv: return meaningful error codes.
(edit) @abcc2354   12 years anton bmp: return meaningful error codes.
(edit) @6a97ea65   12 years anton bink: operate with pointers to AVFrames instead of whole structs. …
(edit) @86d4e754   12 years anton bink: return meaningful error codes.
(edit) @86e09b9e   12 years anton bfi: return meaningful error codes.
(edit) @fc2a94c1   12 years anton bethsoftvideo: return meaningful error codes.
(edit) @e83c1e2d   12 years anton avs: return meaningful error codes.
(edit) @620faee5   12 years anton aura: return meaningful error codes.
(edit) @38de3365   12 years anton asvdec: return meaningful error codes.
(edit) @b3b17f78   12 years anton ansi: return a meaningful error code
(edit) @b622e2b5   12 years anton anm: return meaningful error codes
(edit) @18009e60   12 years anton aasc: return meaningful error codes.
(edit) @313da47a   12 years anton 8bps: return meaningful error codes.
(edit) @f7d15d2f   12 years anton 4xm: operate with pointers to AVFrames instead of whole structs. This …
(edit) @85383d13   12 years anton 4xm: eliminate a pointless indirection
(edit) @aa15afb7   12 years anton 4xm: simplify code with FFSWAP
(edit) @10c26e92   12 years anton 4xm: return meaningful error codes
(edit) @95d01c3f   12 years justin.ruggles x86: lavr: use the x86inc.asm automatic stack alignment in mixing …
(edit) @f73f76fd   12 years derek.buitenhuis swscale: fix NULL checking in sws_alloc_context() …
(edit) @3b81bba3   12 years derek.buitenhuis mxfdec: fix NULL checking in mxf_get_sorted_table_segments() The …
(edit) @3f89b49b   12 years siretart finalize changelog for version 9
(edit) @b14e89b   12 years anton Prepare for 9 Release.
(edit) @a5d8c924   12 years anton Update release notes for the 9 release. Add a paragraph about MSVC …
(edit) @dda20a6e   12 years anton avprobe: also output dar/par if only defined in stream Based on a …
(edit) @be6cde3c   12 years martin lavr: fix missing " in header documentation Signed-off-by: Peter …
(edit) @53c25ee0   12 years martin aviobuf: Discard old buffered, previously read data in …
(edit) @e96406ed   12 years martin rtsp: Add support for depacketizing RTP data via custom IO To use …
(edit) @3f95f0dd   12 years martin rtpdec: Move the URLContext used for RTCP RR out from the context, to …
(edit) @a0b7e289   12 years martin aviobuf: Partial support for reading in read/write contexts So far, …
(edit) @3048fae6   12 years martin build: Avoid detecting bogus components named 'x' The function …
(edit) @7768a635   12 years martin cmdutils: update copyright year to 2013 Signed-off-by: Martin Storsjö …
(edit) @9ac44ad9   12 years janne-libav h264: check SPS entries directly to detect pixel format changes …
(edit) @60e60d99   12 years siretart forgotten changelogs for 9_beta2
(edit) @c1ea44c   12 years martin rtmp: Add support for limelight authentication Limelight is a not too …
(edit) @08225d0   12 years martin rtmp: Add support for adobe authentication This is mostly used to …
(edit) @33f28a3b   12 years martin rtmp: Add a function for writing AMF strings based on two substrings …
(edit) @c76daa89   12 years martin rtmp: Return a proper error code in handle_invoke_error …
(edit) @50640977   12 years martin configure: suppress -fPIC in msvc builds MSVC doesn't understand the …
(edit) @bcb8d9eb   12 years diego Drop unnecessary 'l' length modifier when printfing double values. %f …
(edit) @117f79de   12 years diego truemotion2: Sanitize tm2_read_header() Also give a variable a more …
(edit) @5e6ee38   12 years anton FATE: add cavs test
(edit) @fb0cb11f   12 years anton cavsdec: export picture type in the output frame
(edit) @7d848264   12 years anton cavs: deMpegEncContextize It does not use any of the mpegvideo …
(edit) @64bb3fa6   12 years anton cavs: cosmetics, reformat top part
(edit) @185c2ef8   12 years anton cavsdec: cosmetics, reformat
(edit) @015da965   12 years diego libavcodec/utils: Add braces to shut up gcc warnings …
(edit) @d615da60   12 years lu_zero snow: use VideoDSPContext It was left over from the initial conversion.
(edit) @30a76487   12 years lu_zero hlsenc: make segment number unsigned It will overflow if somebody …
(edit) @27a15e0   12 years lu_zero hlsenc: make EXT-X-MEDIA-SEQUENCE always increase
(edit) @9b1370ac   12 years lu_zero hlsenc: do not add timestamps in different timebases start_time is in …
(edit) @0d8cc7a3   12 years lu_zero hlsenc: use the correct AV_TIME_BASE macro recording_time is in …
(edit) @0448f26c   12 years lu_zero hlsenc: keep the playlist to the correct number of items Consider the …
(edit) @ae85d6c   12 years lu_zero hlsenc: use the segment filename in the playlist entry Avoid calling …
Note: See TracRevisionLog for help on using the revision log.