summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtpdec_hevc: Share the implementation of parsing a=framesize with h264Martin Storsjö2015-02-243-47/+25
* rtpdec_hevc: Add asterisks at the start of each long comment lineMartin Storsjö2015-02-241-24/+24
* rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-2418-128/+19
* rtpdec: Allow allocating and freeing the private data without explicit functionsMartin Storsjö2015-02-242-3/+12
* rtpdec: Set need_parsing via a handler fieldMartin Storsjö2015-02-2411-120/+13
* rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandlerMartin Storsjö2015-02-242-3/+7
* rtpdec_mpa_robust: Move .enc_name to the start of the structMartin Storsjö2015-02-241-1/+1
* rtpdec: Remove unnecessary _if_needed suffixes on functionsMartin Storsjö2015-02-242-8/+8
* rtpdec: Change enc_name to a pointer instead of a fixed-size bufferMartin Storsjö2015-02-242-2/+3
* rtpdec_h264: Remove an unnecessary includeMartin Storsjö2015-02-241-2/+0
* rtpdec_h264: Remove unnecessary struct paddingMartin Storsjö2015-02-241-1/+1
* rtpdec_amr: Use the common indentation styleMartin Storsjö2015-02-241-1/+2
* rtsp: Fix the indentation of a linewrapped statementMartin Storsjö2015-02-241-1/+1
* rtpdec: Add missing trailing commasMartin Storsjö2015-02-247-8/+8
* libavformat: add T.140 RTP depacketization (RFC 4103)Gilles Chanteperdrix2015-02-243-1/+9
* rtsp: Interpret the text media type as AVMEDIA_TYPE_DATAMartin Storsjö2015-02-241-1/+1
* fate: Rename fate-dts test to fate-dca-coreDiego Biurrun2015-02-231-5/+5
* qsv: Skip qsv.h compilation if qsv is not enabledDiego Biurrun2015-02-231-1/+1
* rtsp: punch holes again after pauseGilles Chanteperdrix2015-02-232-7/+12
* eamad: check for out of bounds readFederico Tomassetti2015-02-231-4/+10
* mdec: check for out of bounds readFederico Tomassetti2015-02-231-7/+13
* rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation unitsMartin Storsjö2015-02-232-7/+10
* Canopus HQX decoderVittorio Giovara2015-02-2214-1/+2904
* hevc_deblock: Fix compilation with nasmCarl Eugen Hoyos2015-02-221-2/+2
* libschroedinger: Check memory allocationsVittorio Giovara2015-02-223-0/+8
* configure: Properly fail when libcdio/cdparanoia is not foundVittorio Giovara2015-02-221-1/+2
* configure: Use pkg-config for libdc1394 discoveryVittorio Giovara2015-02-221-1/+1
* rtpenc_hevc: Aggregate multiple NAL units into one RTP packet, if possibleMartin Storsjö2015-02-221-2/+42
* rtpenc_h264: Aggregate multiple NAL units into one RTP packet, if possibleMartin Storsjö2015-02-222-1/+44
* rtpdec: DV depacketizer (RFC 6469)Thomas Volkert2015-02-226-1/+174
* rtpdec_mpeg4: reassemble fragmented AAC framesGilles Chanteperdrix2015-02-211-2/+57
* rtpdec_mpeg4: add more verbose error loggingGilles Chanteperdrix2015-02-211-6/+18
* libavformat: add robust MPEG audio depacketization (RFC 5219)Gilles Chanteperdrix2015-02-216-1/+229
* mpegaudio_parser: add MP3 ADU headers parserGilles Chanteperdrix2015-02-213-3/+15
* libavformat: add AC3 RTP depacketization (RFC 4184)Gilles Chanteperdrix2015-02-216-2/+163
* rtsp: parse lang attribute in SDPGilles Chanteperdrix2015-02-213-1/+15
* rtpdec: fix issue with conversion from unsigned to signedGilles Chanteperdrix2015-02-211-1/+1
* rtpdec_h264: Add a missing closing paren in a log messageMartin Storsjö2015-02-211-1/+1
* libavresample: NEON optimized FIR audio resamplingPeter Meerwald2015-02-216-2/+470
* rtpdec_hevc: Implement parsing of aggregated packetsThomas Volkert2015-02-211-13/+14
* rtpdec_hevc: Initialize variables to silence false positive compiler warningsMartin Storsjö2015-02-211-2/+2
* rtpdec_hevc: Use a shared function for parsing parameter setsMartin Storsjö2015-02-211-35/+3
* rtpdec_h264: Make reusable functions non-staticMartin Storsjö2015-02-212-8/+16
* rtpdec_h264: Fix nal type counting after refactoringMartin Storsjö2015-02-211-6/+15
* rtpdec_h264: Prepare h264_handle_packet_stap_a for sharing with hevcMartin Storsjö2015-02-211-4/+8
* rtpdec_h264: Generalize parse_sprop_parameter_setsMartin Storsjö2015-02-211-12/+14
* tests: drop bc dependencyClément Bœsch2015-02-212-4/+2
* h264: initialize H264Context.avctx in init_thread_copyAnton Khirnov2015-02-211-0/+1
* h264: only ref cur_pic in update_thread_context if it is initializedAnton Khirnov2015-02-211-2/+5
* libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-2113-32/+31
OpenPOWER on IntegriCloud