source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9c807405   10 years diego configure: Mark qsv subsystem as not selectable on the command line
(edit) @67142a8c   10 years anton roqvideoenc: set enc->avctx in roq_encode_init So far it is only set …
(edit) @72211a2a   10 years anton asfenc: fix leaking asf->index_ptr on error Signed-off-by: Andreas …
(edit) @212556c   10 years anton qsv: Improve the log message of when initializing MFX_IMPL_HARDWARE{2, …
(edit) @7a76c6c4   10 years vittorio.giovara configure: Enable colored output for gcc 4.9+
(edit) @bacc92b5   10 years vittorio.giovara rtpdec_vp9: Drop extra sanity check for size of input packet In this …
(edit) @fe99c52f   10 years vittorio.giovara mp3: Properly use AVCodecContext API Rather than having an …
(edit) @9272c965   10 years vittorio.giovara matroskaenc: Fix type used for chapter timestamps
(edit) @dc2d0e06   10 years anton mlpdec: support TrueHD streams with an Atmos substream The fourth …
(edit) @f36f6a60   10 years anton mlpdec: support major sync headers with optional extension blocks …
(edit) @448c8cfe   10 years martin movenc: Support setting fragment_index before the moov atom is written …
(edit) @0c5e380c   10 years martin movenc: Don't rely on the fragment index for vc1 info gathering The …
(edit) @cf402d6f   10 years martin rtpenc_mpegts: Set chain->rtp_ctx only after avformat_write_header …
(edit) @c83dd2d2   10 years martin rtpenc_mpegts: Free the right ->pb in the error path in the init …
(edit) @96a06dba   10 years anton FATE: add support for testing hwaccels
(edit) @dc7536ca   10 years anton avconv: do not abort immediately if initializing hwaccel fails …
(edit) @93f79481   10 years vittorio.giovara libvpx: Fix mixed use of av_malloc() and av_reallocp() This buffer is …
(edit) @ad94c6ca   10 years vittorio.giovara siff: Use the correct type for packet size variables The avio …
(edit) @9f25a109   10 years vittorio.giovara matroskaenc: Also validate chapter end time This prevents it to be …
(edit) @bfeb83a8   10 years vittorio.giovara rtpdec_hevc: Drop extra sanity check for size of input packet In this …
(edit) @46d4d85   10 years martin movenc: Avoid writing separate flags for the first sample if not …
(edit) @00d751d4   10 years martin movenc: Set tfhd default sample flags based on actual samples, if …
(edit) @0ce3a0f9   10 years lu_zero utvideodec: Handle slice_height being zero Fixes out of array …
(edit) @7b9cb7b3   10 years vittorio.giovara avprobe: Export coded_{width,height} in -show_streams
(edit) @ae5e1f3d   10 years lu_zero tiff: Check that there is no aliasing in pixel format selection Fixes …
(edit) @6448f15   10 years martin mxfdec: Fix the error handling for when strftime fails The str …
(edit) @5f5b78ac   10 years lu_zero xcbgrab: Free the host string after checking the connection Prevent …
(edit) @0025f740   10 years lu_zero vorbis: Check the vlc value in setup_classifs The valid returned …
(edit) @62de77ff   10 years lu_zero vorbis: Use a local codebook variable Makes the code a little simpler.
(edit) @0f9f7969   10 years vittorio.giovara rmdec: Improve message for demux error Use correct context, reduce …
(edit) @b77e335e   10 years martin configure: Move the .object_arch check to the right place …
(edit) @dcae2e32   10 years martin arm: Suppress tags about used cpu arch and extensions When all the …
(edit) @cecf45b2   10 years lu_zero doc: Add -list_formats all example for video4linux2 Signed-off-by: …
(edit) @9731cf40   10 years martin movenc: Keep writing zero-entry stts atoms as intended a876585215 had …
(edit) @5aef535a   10 years martin dashenc: Update extradata for mov muxer The mov muxer already …
(edit) @6cf7f306   10 years martin dashenc: Simplify code by using a local variable Signed-off-by: …
(edit) @25c29d32   10 years martin libopenh264enc: Add support for building with OpenH264 1.4 …
(edit) @88b160a   10 years diego avfilter: Return more meaningful error codes Signed-off-by: Diego …
(edit) @ad786dd4   10 years anton h264: remove a now redundant error check It was only relevant when …
(edit) @c73c3c34   10 years anton avformat/adxdec: set avctx->channels in adx_read_header It is used in …
(edit) @bb4edddd   10 years anton rmenc: limit packet size The chunk size is limited to UINT16_MAX …
(edit) @4f2ee9da   10 years anton webp: validate the distance prefix code According to the WebP …
(edit) @66624ed6   10 years anton rv10: check size of s->mb_width * s->mb_height If it doesn't fit into …
(edit) @9c09fbd8   10 years martin rtpdec: experimental VP9 depacketizer (draft 0) The code was tested …
(edit) @f3b74d94   10 years diego pcxenc: Return more meaningful error codes Signed-off-by: Diego …
(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 …
Note: See TracRevisionLog for help on using the revision log.