summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a FLAC parser.Michael Chinen2010-12-077-24/+698
* cosmetics: line wrap after last commitJustin Ruggles2010-12-071-7/+14
* Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be usedMichael Chinen2010-12-073-11/+12
* Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them inMichael Chinen2010-12-072-3/+9
* Check validity of the frame sync code in ff_flac_decode_frame_header().Michael Chinen2010-12-071-1/+7
* Move decode_frame_header() from flacdec.c to flac.c/h to share with theMichael Chinen2010-12-073-101/+105
* rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is knownMartin Storsjö2010-12-072-7/+8
* rtsp: Parse RealRTSP sample rate declarations from the SDPMartin Storsjö2010-12-071-0/+4
* rtpdec: Handle MP3 in RealRTSPMartin Storsjö2010-12-071-0/+7
* Fix building of object files in tools/Ramiro Polla2010-12-071-1/+1
* Add fullrange support to libx264.c x264 interfaceJason Garrett-Glaser2010-12-071-1/+3
* id3v2: skip encrypted/compressed framesAnton Khirnov2010-12-071-1/+4
* id3v2: use a named constant instead of 0x02Anton Khirnov2010-12-072-1/+6
* In mov demuxer, read alac sample from extradata, fix #2406Baptiste Coudurier2010-12-071-0/+1
* Deprecate the use of the NO_COLOR environment variable.Stefano Sabatini2010-12-061-0/+2
* Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use ofStefano Sabatini2010-12-062-4/+6
* alsdec: Correct the ALS decoder by storing some parameters per-channel ratherSprezz2010-12-061-35/+68
* rtpdec_h264: Pass NAL type 0 throughMartin Storsjö2010-12-061-4/+1
* rtpdec: Skip padding bytes at the end of packetsMartin Storsjö2010-12-061-0/+6
* In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier2010-12-063-4/+7
* rtpdec_qcelp: Use the depacketizer for static payload types, tooMartin Storsjö2010-12-051-0/+1
* rtsp: Look for RTP payload handlers for static payload types, tooMartin Storsjö2010-12-051-0/+5
* rtsp: Factorize code for initializing the rtp payload handlerMartin Storsjö2010-12-051-12/+14
* rtpdec: Add functions for finding depacketizers by name or payload idMartin Storsjö2010-12-052-0/+29
* rtpdec: Allow dynamic payload handlers to handle static payload types, tooMartin Storsjö2010-12-051-0/+3
* rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658Martin Storsjö2010-12-056-2/+234
* Allow to force colored output.Etienne Buira2010-12-052-3/+4
* RTP/VP8: Update the warning about the VP8 payloadMartin Storsjö2010-12-052-2/+4
* Add CODEC_CAP_NEG_LINESIZES.Stefano Sabatini2010-12-042-3/+9
* cosmetic: indentationAurelien Jacobs2010-12-041-2/+2
* add subtitle codec autodetectionAurelien Jacobs2010-12-042-1/+10
* Add forgotten deprecation to avcodec_pix_fmt_string().Stefano Sabatini2010-12-041-0/+1
* Cosmetics: add empty line which was previously removed.Stefano Sabatini2010-12-041-0/+1
* 10l, add ff_pw_1 to dsputil_mmx for yadif sse2Baptiste Coudurier2010-12-041-0/+1
* Port libmpcodecs hqdn3d filter.Baptiste Coudurier2010-12-047-2/+378
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-046-26/+37
* Implement av_image_alloc() and use it inStefano Sabatini2010-12-046-14/+51
* Declare sse2 and ssse2 function in yadif headerBaptiste Coudurier2010-12-041-0/+8
* Try to improve reordered_opaque doxy.Michael Niedermayer2010-12-041-2/+6
* Detect incorrect padding with wrong stuffing codes used by NEC N-02B.Michael Niedermayer2010-12-041-0/+7
* yadif sse2/ssse3 optimizationsBaptiste Coudurier2010-12-043-212/+294
* Count non-header data towards intra block bit count in MJPEG encoderBobby Bingham2010-12-041-0/+2
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-042-10/+19
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-042-6/+12
* set default subtitle_codec for ass muxerAurelien Jacobs2010-12-041-0/+1
* cosmetic: alignmentAurelien Jacobs2010-12-041-1/+1
* use designated initializer in ASS (de)muxerAurelien Jacobs2010-12-042-18/+16
* add myself as maintainer for ASS and SRTAurelien Jacobs2010-12-041-0/+3
* g722: Add a trellis encoderMartin Storsjö2010-12-031-0/+198
* Add myself as maintainer for g722.cMartin Storsjö2010-12-031-0/+1
OpenPOWER on IntegriCloud