source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @0de07510   10 years martin rtpdec_h264: Make reusable functions non-static Signed-off-by: Martin …
(edit) @16163e6b   10 years martin rtpdec_h264: Fix nal type counting after refactoring This fixes …
(edit) @a3cc519d   10 years martin rtpdec_h264: Prepare h264_handle_packet_stap_a for sharing with hevc …
(edit) @48183b3a   10 years martin rtpdec_h264: Generalize parse_sprop_parameter_sets Don't write …
(edit) @a982c5d7   10 years martin tests: drop bc dependency We already have a dependency on awk and bc …
(edit) @a06b0b12   10 years anton h264: initialize H264Context.avctx in init_thread_copy This prevents …
(edit) @0dea4c77   10 years anton h264: only ref cur_pic in update_thread_context if it is initialized …
(edit) @9abc80f1   10 years lu_zero libavcodec: Make use of av_clip functions Signed-off-by: Peter …
(edit) @76ce9bd8   10 years lu_zero libavutil: Add ARM av_clip_intp2_arm add ARM code for implementing …
(edit) @bf07d813   10 years lu_zero libavutil: Add av_clip_intp2 there already is a function, …
(edit) @3fe26bb6   10 years martin hlsenc: write playlist into a temp file and replace the original …
(edit) @ff48ae94   10 years martin hlsenc: remove the AVIOContext for the playlist from the muxer context …
(edit) @b8d18a94   10 years martin libavcodec: Don't use av_cold annotation in twinvq header file …
(edit) @df0891fc   10 years martin libavresample: Annotate AARCH64 init function with av_cold …
(edit) @46ad9ac9   10 years martin rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_a …
(edit) @a335ed76   10 years martin rtpdec_h264: Remove an unnecessary check If src_len is too small for …
(edit) @176903c   10 years martin rtpdec_h264: Return immediately on errors in h264_handle_packet_stap_a …
(edit) @bb8c6ac8   10 years martin rtpdec_h264: Make a parameter pointer const Signed-off-by: Martin …
(edit) @7650caf0   10 years martin rtpdec_h264: Use av_realloc instead of av_malloc+mempcy This is …
(edit) @8bdbf49c   10 years martin rtpdec_h264: Include the right header for AV_RB16 Including …
(edit) @ba2e079   10 years martin rtpdec_vp8: Set the keyframe flag This allows the output to be used …
(edit) @b727b0ee   10 years vittorio.giovara fate: Add tests for DSS Signed-off-by: Vittorio Giovara …
(edit) @062cd5a9   10 years vittorio.giovara lavf: Add DSS demuxer Signed-off-by: Oleksij Rempel …
(edit) @c56b9b1e   10 years vittorio.giovara lavc: Add DSS SP decoder Signed-off-by: Oleksij Rempel …
(edit) @0fbb2713   10 years anton qsv_api: fix building with libmfx disabled
(edit) @11c22dfd   10 years anton configure: add missing h264_qsv hwaccel deps
(edit) @4e08c821   10 years anton lavc: add an Intel libmfx-based H.264 decoder Based on the code by …
(edit) @31d2039c   10 years anton h264_parser: export video format and dimensions
(edit) @5b1d9ce   10 years anton pixfmt: add a pixel format for QSV hwaccel
(edit) @0f532fd3   10 years diego rv40: Return more meaningful error codes Signed-off-by: Diego Biurrun …
(edit) @d617e77c   10 years derek.buitenhuis libx265: Add crf private option Signed-off-by: Derek Buitenhuis …
(edit) @2de887e4   10 years derek.buitenhuis libx265: Reduce the scope of some variables Signed-off-by: Derek …
(edit) @195942ed   10 years vittorio.giovara riff: Support QT RLE Animation in avi ('rle ' FourCC) Signed-off-by: …
(edit) @c78dc121   10 years vittorio.giovara riff: Support ProRes in avi (APCH fourcc) Signed-off-by: Vittorio …
(edit) @42c8f92e   10 years vittorio.giovara wmv2: Return meaningful error codes
(edit) @f3e04526   10 years vittorio.giovara qdm2: Return meaningful error codes
(edit) @a1e2c47c   10 years vittorio.giovara libxvid: Return meaningful error messages
(edit) @18f4fa25   10 years vittorio.giovara aac_adtstoasc_bsf: Check extradata memory allocation Signed-off-by: …
(edit) @fe0f4e56   10 years vittorio.giovara avpacket: Check buffer reference CC: libav-stable@libav.org Bug-Id: …
(edit) @31dc73e   10 years vittorio.giovara vorbisdec: Check memory allocations
(edit) @ec17782e   10 years vittorio.giovara dvdsubdec: Check memory allocations
(edit) @e51f2212   10 years vittorio.giovara swscale: Check memory allocations CC: libav-stable@libav.org Bug-Id: …
(edit) @3035d21b   10 years vittorio.giovara nutdec: Check memory allocations Signed-off-by: Vittorio Giovara …
(edit) @a8765852   10 years vittorio.giovara movenc: Check memory allocations Signed-off-by: Vittorio Giovara …
(edit) @da7e31a2   10 years vittorio.giovara rmdec: Check memory allocations from ff_rm_alloc_rmstream() Bug-Id: …
(edit) @d89e58f5   10 years vittorio.giovara dct-test: Fix initialization syntax Related to "warning: suggest …
(edit) @bb770168   10 years vittorio.giovara lavf: Document the codec context initialization During remuxing …
(edit) @cb70a93c   10 years vittorio.giovara lavc: Document interaction between avcodec_open2() and decoding routines
(edit) @733f4b05   10 years vittorio.giovara avplay: Check format allocation inside decode_thread() CC: …
(edit) @266f2411   10 years vittorio.giovara avplay: Check frame allocation inside video_thread() CC: …
(edit) @81688e68   10 years vittorio.giovara avconv: Check rc_override memory allocation CC: …
(edit) @9d3b752f   10 years vittorio.giovara graphparser: Check av_get_token() memory error CC: …
(edit) @5dc47a2b   10 years vittorio.giovara matroskaenc: Validate chapter start and end times CC: …
(edit) @f8c17197   10 years diego dca: Remove separate header for DCA ExSS There is no point in having …
(edit) @81ef4602   10 years diego bktr: Use av_strerror and propagate error codes Signed-off-by: Diego …
(edit) @3a651f5   10 years diego dca: Move data tables from a header to an object file This allows …
(edit) @65df9904   10 years diego dca: Add array sizes to array declarations
(edit) @70245853   10 years martin g722: Add ARM NEON implementation for g722_apply_qmf() Signed-off-by: …
(edit) @73ae0a9d   10 years martin g722: Split out computation of band->s_zero and unroll code …
(edit) @b16057b5   10 years martin g722: Unroll g722_apply_qmf() Signed-off-by: Peter Meerwald …
(edit) @10f16076   10 years martin g722: Reduce number of pointers passed to g722_apply_qmf() function …
(edit) @67690683   10 years martin g722: Split out g722_qmf_apply() function into g722dsp.c …
(edit) @4abfa387   10 years martin mov: Change DTS-based seek into CTS-based seek. CTS-based seek is …
(edit) @51ca3cb6   10 years lu_zero xcbgrab: Use the correct geometry for the region highlight The …
(edit) @e1a57cbb   10 years lu_zero ape: Use the proper variable type Avoid an unsigned underflow. …
Note: See TracRevisionLog for help on using the revision log.