source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1869ea03   14 years anton avio: make url_get_file_handle() internal.
(edit) @32a97d46   14 years anton avio: make url_filesize() internal.
(edit) @e52a914   14 years anton avio: make url_close() internal.
(edit) @58a48c65   14 years anton avio: make url_seek() internal.
(edit) @230a4686   14 years anton avio: cosmetics, move AVSEEK_SIZE/FORCE declarations together
(edit) @925e908b   14 years anton avio: make url_write() internal.
(edit) @dce37564   14 years anton avio: make url_read_complete() internal.
(edit) @bc371aca   14 years anton avio: make url_read() internal.
(edit) @0589da0   14 years anton avio: make url_open() internal.
(edit) @62eaaeac   14 years anton avio: make url_connect internal.
(edit) @5652bb94   14 years anton avio: make url_alloc internal.
(edit) @0d8a33b1   14 years martin applehttp: Merge two for loops The previous commit didn't do this …
(edit) @6cc7f139   14 years martin applehttp: Restructure the demuxer to use a custom AVIOContext This …
(edit) @d3964da2   14 years martin applehttp: Move finished and target_duration to the variant struct …
(edit) @57cc1ad   14 years janne-libav aacenc: reduce the number of loop index variables Signed-off-by: …
(edit) @333e8943   14 years anton avio: deprecate url_open_protocol The unbuffered API will be made …
(edit) @e2307053   14 years anton avio: deprecate url_poll and URLPollEntry They're unimplemented and …
(edit) @e05a3ac   14 years justin.ruggles ac3enc: select bandwidth based on bit rate, sample rate, and number of …
(edit) @e3c007bb   14 years justin.ruggles flvdec: fix segfault in amf_parse_object() due to NULL key fixes …
(edit) @906fd030   14 years mans fate: fix partial run when no samples path is specified This restores …
(edit) @f7653904   14 years mans ARM: NEON fixed-point forward MDCT Signed-off-by: Mans Rullgard …
(edit) @dba9852   14 years mans ARM: NEON fixed-point FFT Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @4dcde00c   14 years anton lavf: bump minor version and add an APIChanges entry for avio changes
(edit) @8bea72f7   14 years anton avio: simplify url_open_dyn_buf_internal by using avio_alloc_context()
(edit) @724f6a0f   14 years anton avio: make url_fdopen internal. The unbuffered URLContext API will be …
(edit) @403ee835   14 years anton avio: make url_open_dyn_packet_buf internal. It doesn't look fit to …
(edit) @6dc7d80d   14 years anton avio: avio_ prefix for url_close_dyn_buf
(edit) @b92c5452   14 years anton avio: avio_ prefix for url_open_dyn_buf
(edit) @8978feda   14 years anton avio: introduce an AVIOContext.seekable field Use it instead of …
(edit) @79997def   14 years mans ac3enc: use generic fixed-point mdct This makes the AC3 encoder use …
(edit) @aadfc9ee   14 years anton lavfi: add fade filter Port fade filter from libavfilter soc repo, …
(edit) @233ed6b3   14 years anton Change yadif to not use out of picture lines. Fixes issue2272. …
(edit) @4e3945fd   14 years anton lavc: deprecate AVCodecContext.antialias_algo It's been unused since …
(edit) @4a49d2d5   14 years anton lavc: mark mb_qmin/mb_qmax for removal on next major bump. They've …
(edit) @bc154882   14 years mans Fixed-point MDCT with 32-bit unscaled output Signed-off-by: Mans …
(edit) @ed5fcd6   14 years anton lavc: deprecate rate_emu It's not used anywhere and apparrently …
(edit) @8ed2ae09   14 years anton lavc: mark hurry_up for removal on next major bump It has been …
(edit) @9073ca6c   14 years anton parser: mark av_parser_parse() for removal on next major bump Fixes …
(edit) @6f3d3eac   14 years anton lavc: add missing audioconvert includes
(edit) @b4b167ec   14 years anton jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY
(edit) @aa05f21   14 years mans ac3enc: ARM optimised ac3_compute_matissa_size Signed-off-by: Mans …
(edit) @182826c8   14 years mans ac3: armv6 optimised bit_alloc_calc_bap Signed-off-by: Mans Rullgard …
(edit) @5085a1a0   14 years mans fate: simplify fft test rules Signed-off-by: Mans Rullgard …
(edit) @3c96c648   14 years anton avio: document avio_alloc_context.
(edit) @ab11317c   14 years anton lavf: make compute_chapters_end less picky. In particular, now it …
(edit) @0e635f3e   14 years anton sierravmd: fix Indeo3 videos Signed-off-by: Anton Khirnov …
(edit) @41327cca   14 years mans FFT: simplify fft8() Part of the fft8() function corresponds to the …
(edit) @b41a108   14 years mans fate: add fixed-point fft/mdct tests Signed-off-by: Mans Rullgard …
(edit) @6efe6028   14 years mans Fixed-point support in fft-test Signed-off-by: Mans Rullgard …
(edit) @29a29043   14 years anton ape: check that number of seektable entries is equal to number of …
(edit) @e006d71f   14 years anton mpegts: propagate avio EOF in read_packet() Allows distinguishing …
(edit) @1c69c79f   14 years martin configure: Initial support for --target-os=symbian Signed-off-by: …
(edit) @7087ce08   14 years mans Fixed-point FFT and MDCT
(edit) @2f97b12e   14 years mans Include dependencies for test programs This makes sure the various …
(edit) @7f6e05cd   14 years mans ac3enc: simplify sym_quant() These expressions are equivalent since …
(edit) @cb7e2c1c   14 years anton flvdec: read index stored in the 'keyframes' tag. 'keyframes' metatag …
(edit) @9dd94f83   14 years anton mov: Add support for zero-sized stsc runs. A zero sized stsc run …
(edit) @229e2631   14 years lu_zero rtsp: Use GET_PARAMETER for keep-alive for generic RTSP servers …
(edit) @4b6f097b   14 years anton mlp_parse.c: set AVCodecContext channel_layout The channel layout …
(edit) @95c851e2   14 years anton APIChanges: mark the place where 0.6 was branched.
(edit) @b64030f2   14 years anton avio: make get_checksum() internal.
(edit) @d09cc22d   14 years anton avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.h
(edit) @4c4427a7   14 years anton avio: make init_checksum() internal.
(edit) @ce02f9be   14 years anton Add MxPEG decoder Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @e0e3b8b2   14 years anton Add support for picture_ptr field in MJpegDecodeContext …
(edit) @f16055ee   14 years anton Move MJPEG's input buffer preprocessing in separate public function …
(edit) @8f0bd2c0   14 years anton Support reference picture defined by bitmask in MJPEG's SOS decoder …
(edit) @2eddfb2b   14 years rsbultje sndio bug fix Since the code already supports both little- and …
(edit) @52fd16a2   14 years mans ac3enc: move compute_mantissa_size() to ac3dsp Signed-off-by: Mans …
(edit) @6f718471   14 years mans ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContext These …
(edit) @e0be794a   14 years mans Remove support for stripping executables Stripping is generally best …
(edit) @d782bca4   14 years mans ac3enc: NEON optimised float_to_fixed24 Signed-off-by: Mans Rullgard …
(edit) @6d9f52b2   14 years mans ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp Signed-off-by: Mans …
(edit) @d3834587   14 years rsbultje dfa: protect pointer range checks against overflows.
(edit) @a75529e8   14 years rsbultje mimic: implement multithreading.
(edit) @31f00274   14 years rsbultje id3v1: change filesize to int64_t. Signed-off-by: Ronald S. Bultje …
(edit) @13eadbac   14 years rsbultje id3v1: Seek back to old position after reading. FFmpeg did not seek …
(edit) @c4549bd6   14 years justin.ruggles ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by …
(edit) @42315dab   14 years anton Chronomaster DFA decoder Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @c6f95144   14 years anton framebuffer device demuxer Signed-off-by: Anton Khirnov …
(edit) @364cbc34   14 years janne-libav cosmetics: fix dashed line length after 070c5d0
(edit) @bc61920d   14 years lu_zero http: header field names are case insensitive Amazon S3 sends header …
(edit) @991f3de1   14 years justin.ruggles ac3enc: Add codec-specific options for writing AC-3 metadata.
(edit) @c6c2dfcf   14 years anton Remove arrozcru URL from documentation Signed-off-by: Anton Khirnov …
(edit) @15d59d2   14 years anton sndio support for playback and record Signed-off-by: Anton Khirnov …
(edit) @1500be13   14 years rsbultje dsputil: allow to skip drawing of top/bottom edges.
(edit) @c56e618b   14 years rsbultje Split fate-psx-str-v3 into a video-only and audio-only test.
(edit) @eb81cf86   14 years justin.ruggles mov: set audio service type for AC-3 from bitstream mode in the 'dac3' …
(edit) @be187388   14 years justin.ruggles Get audio_service_type for AC-3 based on bitstream mode in the AC-3 …
(edit) @c70a6a41   14 years justin.ruggles Use audio_service_type to set stream disposition.
(edit) @0b18b49b   14 years justin.ruggles Add APIchanges entry for audio_service_type.
(edit) @34b47d7c   14 years justin.ruggles Add audio_service_type field to AVCodecContext for encoding and …
(edit) @7e75f9fe   14 years mans configure: in check_ld, place new -l flags before existing ones This …
(edit) @7f0e747b   14 years justin.ruggles support @heading, @subheading, @subsubheading, and @subsubsection in …
(edit) @c535d089   14 years lu_zero doc: update build system documentation Split normal build system …
(edit) @00f0b4b9   14 years alex.converse aacenc: indentation
(edit) @92efa2bd   14 years alex.converse aacenc: fix the side calculation in search_for_ms
(edit) @66f608a6   14 years rsbultje vp8.c: rename EDGE_* to VP8_EDGE_*.
(edit) @98a7d560   14 years lu_zero matroskadec: set default duration for simple block When a normal …
(edit) @5666a9f2   14 years lu_zero When building for MinGW32 disable strict ANSI compliancy. When …
Note: See TracRevisionLog for help on using the revision log.