source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b72b212a   10 years martin rdt: Use a separate variable to clarify the different value namespaces …
(edit) @c13ab42a   10 years martin rtpdec_qt: Use a local variable instead of RTP_FLAG_KEY The only case …
(edit) @15621cbb   10 years martin rtpdec_asf: Don't set RTP_FLAG_KEY Nothing in the framework nor in …
(edit) @e767c9e8   10 years lu_zero flv: Validate and reject unsupported codecs And provide a more …
(edit) @87e85a13   10 years vittorio.giovara aac: Relax reserved_bit validation Although the specification …
(edit) @25f613f8   10 years diego dca: Move syncword definitions to a separate header
(edit) @1dc19729   10 years martin rtpdec_asf: Don't free the payload context in the .close function …
(edit) @62139b14   10 years martin fate: Specify the idct to use for the aic-oddsize test This fixes …
(edit) @2a66a580   10 years martin rtpdec_mpa_robust: Fix incrementing split_pos This fixes an oversight …
(edit) @db5cc75f   10 years anton wma.h: #include "avcodec.h" It's required for at least …
(edit) @0af3b658   10 years vittorio.giovara asf: do not export XMP metadata by default Similarly to what has been …
(edit) @994d8f30   10 years vittorio.giovara fate: Add AIC test with odd sizes
(edit) @e878ec0d   10 years vittorio.giovara aic: Fix decoding files with odd dimensions Normally the aic decoder …
(edit) @33d412e   10 years martin dashenc: Simplify code by using a local variable Signed-off-by: …
(edit) @91eee2af   10 years martin Revert "mov: Change DTS-based seek into CTS-based seek." This reverts …
(edit) @9a26ba97   10 years lu_zero v4l2: Add support for h264
(edit) @619d5e7d   10 years lu_zero v4l2: Use the codec descriptor facility The encoder or decoder might …
(edit) @dbc1163   10 years lu_zero prores: Extend the padding check to 16bit Some files produced by the …
(edit) @4f6cd883   10 years martin rtpenc: Don't set max_frames_per_packet based on the packet frame size …
(edit) @bde2bba4   10 years martin rtpenc: Restructure if statements in packetizers to simplify adding …
(edit) @d4c7fc02   10 years martin rtpenc: Skip redundant initialization Signed-off-by: Martin Storsjö …
(edit) @f8c01257   10 years martin rtpenc: Always do the default initialization regardless of codecs …
(edit) @11edeaea   10 years martin rtpenc_xiph: Don't exclude headers from max_payload_size This makes …
(edit) @7c1e2e64   10 years martin rtpenc_xiph: Use AV_WB16 instead of manual bitshifts Signed-off-by: …
(edit) @d16c8d28   10 years martin rtpenc_aac: Use AV_WB16 instead of manual bitshifts This makes the …
(edit) @9c9b021   10 years martin rtpenc_aac: Merge a definition with a declaration Signed-off-by: …
(edit) @1fc64e2e   10 years martin rtpenc: Write conditional statements on separate lines Intentionally …
(edit) @0662440b   10 years martin rtpenc_aac: Set a default value for max_frames_per_packet at init …
(edit) @12b34599   10 years martin rtpenc_amr: Use s->num_frames instead of s->buf_ptr - s->buf This …
(edit) @98563953   10 years martin rtpenc_aac: Fix sending fragmented frames After sending a fragmented …
(edit) @990e4a66   10 years anton Add a QSV decoding example.
(edit) @ea1d0b7e   10 years anton avcodec/utils: use correct printf specifier in ff_set_sar …
(edit) @802987f8   10 years anton x11grab: Unbreak building The correct macro is DEC not D. Broken in …
(edit) @71f1ad37   10 years anton lavc: do not compile fmtconvert unconditionally Only ac3dec and …
(edit) @d74a8cb7   10 years anton fmtconvert: drop unused functions
(edit) @ee964145   10 years anton lavc: remove unused traces of fmtconvert usage Those decoders have …
(edit) @b9d2d684   10 years martin tls: Pass AVOptions dictionaries through to the chained protocol …
(edit) @e14f98c6   10 years martin tcp: Clarify the units for the timeout avoptions Signed-off-by: …
(edit) @c86d8aed   10 years martin avio: Rename avclass symbols relating to avio Don't prefix them …
(edit) @82b6e451   10 years lu_zero configure: Move the cross_prefix setting after the toolchain one …
(edit) @85b3b1c   10 years lu_zero xcbgrab: Unbreak parsing filename options CC: libav-stable@libav.org
(edit) @b31328d0   10 years lu_zero xcbgrab: Provide better names for the y and x option Incidentally …
(edit) @da7e5619   10 years lu_zero matroskaenc: Allow writing track "forced" flag Signed-off-by: Luca …
(edit) @d594dbec   10 years martin rtpdec: Rename the free method to close Many of these functions were …
(edit) @8e32b1f0   10 years martin libavformat: Use ffio_free_dyn_buf where applicable Signed-off-by: …
(edit) @199fb402   10 years martin rtpdec: Use ffio_free_dyn_buf Signed-off-by: Martin Storsjö …
(edit) @8a273a74   10 years martin avio: Add an internal utility function for freeing dynamic buffers …
(edit) @078d43e2   10 years martin rtpdec: Free depacketizers if the init function failed This is …
(edit) @bb4a310b   10 years martin rtpdec: Don't free the payload context in the .free function This …
(edit) @f4b59334   10 years martin rtpdec: Remove the now unused .alloc field Always use the …
(edit) @78791c0   10 years martin rtpdec: Use .init instead of .alloc to set default values The ugly …
(edit) @88434f97   10 years martin rtpdec: Remove unnecessary inline attributes These functions are far …
(edit) @ec96a89c   10 years martin rtpdec: Don't pass non-const pointers to fmtp attribute parsing …
(edit) @ac0e54fd   10 years martin rtpdec: Add const to string parameters in internal fmtp parsing …
(edit) @12251f99   10 years martin rtpdec: Remove unnecessary checks The free function of a depacketizer …
(edit) @c82bf15d   10 years martin rtpenc: Merge the h264 and hevc packetizers They share a great deal …
(edit) @3567b91e   10 years martin rtpdec_hevc: Share the implementation of fragmented packets with h264 …
(edit) @f3449062   10 years martin rtpdec_hevc: Reduce indentation level by returning early on errors …
(edit) @8633fb47   10 years martin rtpdec_hevc: Share the implementation of parsing a=framesize with h264 …
(edit) @5956f48   10 years martin rtpdec_hevc: Add asterisks at the start of each long comment line …
(edit) @5d8cae4   10 years martin rtpdec: Get rid of all trivial .alloc/.free functions Signed-off-by: …
(edit) @e72605f8   10 years martin rtpdec: Allow allocating and freeing the private data without explicit …
(edit) @2b982e92   10 years martin rtpdec: Set need_parsing via a handler field This avoids implementing …
(edit) @b7a4c319   10 years martin rtpdec: Allow setting the need_parsing field in …
(edit) @b651c91   10 years martin rtpdec_mpa_robust: Move .enc_name to the start of the struct This …
(edit) @db158f0   10 years martin rtpdec: Remove unnecessary _if_needed suffixes on functions …
(edit) @353b492d   10 years martin rtpdec: Change enc_name to a pointer instead of a fixed-size buffer …
(edit) @0752f700   10 years martin rtpdec_h264: Remove an unnecessary include Nothing in this file use …
(edit) @247764a5   10 years martin rtpdec_h264: Remove unnecessary struct padding There's no point in …
(edit) @fe414059   10 years martin rtpdec_amr: Use the common indentation style Signed-off-by: Martin …
(edit) @74d318f1   10 years martin rtsp: Fix the indentation of a linewrapped statement Signed-off-by: …
(edit) @3cd5828f   10 years martin rtpdec: Add missing trailing commas Signed-off-by: Martin Storsjö …
(edit) @04a1be8e   10 years martin libavformat: add T.140 RTP depacketization (RFC 4103) Map this to …
(edit) @26524e35   10 years martin rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA …
(edit) @ce52869c   10 years diego fate: Rename fate-dts test to fate-dca-core The codec is referred to …
(edit) @cb4cb7b0   10 years diego qsv: Skip qsv.h compilation if qsv is not enabled
(edit) @cdcc370   10 years martin rtsp: punch holes again after pause When a client behind a NAT issues …
(edit) @061c4898   10 years lu_zero eamad: check for out of bounds read Bug-Id: CID 1257500 CC: …
(edit) @161442ff   10 years lu_zero mdec: check for out of bounds read Bug-Id: CID 1257501 CC: …
(edit) @fe208ca5   10 years martin rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between …
(edit) @35c6ce76   10 years vittorio.giovara Canopus HQX decoder Based on work by Kostya Shishkov …
(edit) @36a6fb98   10 years vittorio.giovara hevc_deblock: Fix compilation with nasm CC: libav-stable@libav.org
(edit) @e570f895   10 years vittorio.giovara libschroedinger: Check memory allocations
(edit) @521979e6   10 years vittorio.giovara configure: Properly fail when libcdio/cdparanoia is not found
(edit) @f7cc662   10 years vittorio.giovara configure: Use pkg-config for libdc1394 discovery Since not all …
(edit) @a388e72d   10 years martin rtpenc_hevc: Aggregate multiple NAL units into one RTP packet, if …
(edit) @e2220e73   10 years martin rtpenc_h264: Aggregate multiple NAL units into one RTP packet, if …
(edit) @c99915f7   10 years martin rtpdec: DV depacketizer (RFC 6469) (tested with live555 RTSP server) …
(edit) @44dc138e   10 years martin rtpdec_mpeg4: reassemble fragmented AAC frames Signed-off-by: Martin …
(edit) @dcf969e9   10 years martin rtpdec_mpeg4: add more verbose error logging Signed-off-by: Martin …
(edit) @96084251   10 years martin libavformat: add robust MPEG audio depacketization (RFC 5219) …
(edit) @5cbae565   10 years martin mpegaudio_parser: add MP3 ADU headers parser Signed-off-by: Martin …
(edit) @5e5583ef   10 years martin libavformat: add AC3 RTP depacketization (RFC 4184) Signed-off-by: …
(edit) @4438d1c6   10 years martin rtsp: parse lang attribute in SDP Signed-off-by: Martin Storsjö …
(edit) @1ec28a66   10 years martin rtpdec: fix issue with conversion from unsigned to signed When …
(edit) @ff394ca0   10 years martin rtpdec_h264: Add a missing closing paren in a log message …
(edit) @12655c48   10 years martin libavresample: NEON optimized FIR audio resampling modelled after …
(edit) @cbdd1806   10 years martin rtpdec_hevc: Implement parsing of aggregated packets With significant …
(edit) @b878ba03   10 years martin rtpdec_hevc: Initialize variables to silence false positive compiler …
(edit) @10e2d8b5   10 years martin rtpdec_hevc: Use a shared function for parsing parameter sets …
Note: See TracRevisionLog for help on using the revision log.