source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @157cb069   14 years rsbultje Rename PACK4x8() to PACK4UINT8(). Originally committed as revision …
(edit) @fd6eb4a0   14 years alex.converse Move Parametric Stereo related ps* files to aacps*. Originally …
(edit) @3b636f21   14 years rsbultje Native VP8 decoder. Patch by David Conrad <lessen42 gmail com> and …
(edit) @c6ef6e14   14 years rsbultje Change a / 256 into a >> 8. Originally committed as revision 23718 to …
(edit) @a815602a   14 years rsbultje Reindent after r23716. Originally committed as revision 23717 to …
(edit) @3ad289fc   14 years rsbultje Add intra prediction functions for VP8. Patch by David Conrad …
(edit) @b39a2d19   14 years rsbultje Add a macro to pack 4 bytes into native byte-order so they can be …
(edit) @caaf098c   14 years rsbultje Make "topright" argument to pred4x4() const. Patch by David Conrad …
(edit) @45a1b86a   14 years rsbultje Add av_clip_int8(), used in the upcoming VP8 decoder. Originally …
(edit) @890fe85f   14 years alex.converse Cosmetics whitespace. Originally committed as revision 23712 to …
(edit) @1c7c0e2d   14 years benoit.fouet Add missing parentheses in MKTAG and MKBETAG macros. Originally …
(edit) @9290f15   14 years martin Make the http protocol open the connection immediately in http_open …
(edit) @4167ba0b   14 years martin Add an AVClass to the HTTPContext Originally committed as revision …
(edit) @a9a3364c   14 years martin Allocate the HTTPContext through URLProtocol.priv_data_size …
(edit) @58cc11c7   14 years martin Add an APIchanges entry for priv_data_size and priv_data_class …
(edit) @735cf6b2   14 years martin Add priv_data_size and priv_data_class to URLProtocol This allows …
(edit) @4636f115   14 years martin Add an APIchanges entry for url_alloc() and url_connect() Originally …
(edit) @ffbb289   14 years martin Split url_open and url_open_protocol into url_alloc and url_connect …
(edit) @6c4cbc8d   14 years martin Add an APIchanges entry for av_register_protocol2 Originally …
(edit) @9b07a2dc   14 years martin Add an av_register_protocol2 function that takes a size parameter …
(edit) @e10412a3   14 years pross IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot …
(edit) @e83aed04   14 years martin Bump micro version, add changelog entry for DTS-ES extension decoding …
(edit) @5be5d28c   14 years Carl Eugen Hoyos Fix failure in av_read_frame on timestamp rollover. Patch by Stephen …
(edit) @d1177cb5   14 years martin Support DTS-ES extension (XCh) in dca: Cosmetic cleanup Patch by Nick …
(edit) @774e9acf   14 years martin Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES …
(edit) @3d5a9ba1   14 years martin Support DTS-ES extension (XCh) in dca: update and add channel mapping …
(edit) @6baef06e   14 years martin Support DTS-ES extension (XCh) in dca: move original code around to …
(edit) @77b4b7c   14 years martin Support DTS-ES extension (XCh) in dca: move subband_samples into …
(edit) @d99659f0   14 years martin libvorbis: Only drop 1-byte packets at end of stream This fixes …
(edit) @5634f30c   14 years martin ffserver: Use avcodec_copy_context instead of manually copying an …
(edit) @33e7febd   14 years Carl Eugen Hoyos Remove stray semicolon. Originally committed as revision 23691 to …
(edit) @843b5fd0   14 years stefano.sabatini-lala Re-add the list of parameters for the unsharp filter, I somehow lost …
(edit) @3275ac6a   14 years stefano.sabatini-lala Make the ffmpeg and ffplay man pages show the list of lavfi filters, …
(edit) @168b441e   14 years stefano.sabatini-lala Replace multitable for the unsharp filter option table with a simple …
(edit) @dd46b538   14 years stefano.sabatini-lala Update documentation dependencies, make ff* tools manpages and HTML …
(edit) @a8ead332   14 years martin RTSP: Use the same authentication for the HTTP POST session as for the …
(edit) @db30234   14 years martin HTTP: Add a method for initializing the authentication state from …
(edit) @17b1493f   14 years martin Reindent Originally committed as revision 23684 to …
(edit) @ea02b593   14 years martin HTTP: Compact the code for writing chunked post data Originally …
(edit) @077026cc   14 years martin HTTP: Get rid of the is_chunked variable, use the chunksize variable …
(edit) @a6a91589   14 years martin HTTP: Clarify a comment Originally committed as revision 23681 to …
(edit) @6785e927   14 years Reimar.Doeffinger mathematics.h no longer needs config.h, so update tablegen code and …
(edit) @28db3215   14 years astrange ffmpeg: cosmetics: combine two variable declarations Originally …
(edit) @19ed4b86   14 years alex.converse aacdec: cosmetics: (more) whitespace Originally committed as revision …
(edit) @d4e355d5   14 years alex.converse aacdec: cosmetics: whitespace Originally committed as revision 23675 …
(edit) @ed99e54d   14 years alex.converse aacdec: Factorize if (elem_type < TYPE_DSE). Originally committed as …
(edit) @fda36b5   14 years alex.converse aacdec: Handle the first frame being empty case. Originally committed …
(edit) @91a4abd8   14 years baptiste.coudurier fail if input and output are the same Originally committed as …
(edit) @cf3b4d9a   14 years alex.converse aacsbr: Make dk signed. There is no point in it being unsigned. …
(edit) @e90e1f5   14 years alex.converse psdec: IPD/OPD reset is no longer needed by the context initializer. …
(edit) @5e071f53   14 years alex.converse psdec: Simplify filter addressing by incrementing the "in" pointer. …
(edit) @63c3b716   14 years Carl Eugen Hoyos Fix typo in macro name. Patch by Nick Brereton, nick nbrereton net …
(edit) @c6b09471   14 years alex.converse psdec: Replace a division with a shift. Originally committed as …
(edit) @3fa1a932   14 years alex.converse Rename PS bitstream reading functions to have a read_ prefix. …
(edit) @45c611a9   14 years rsbultje Reset chunksize back to zero (= no chunked encoding) after each new …
(edit) @f3724695   14 years rsbultje Use url_write(), not http_write(), for sending the HTTP headers. This …
(edit) @fd16564b   14 years alex.converse Cosmetics: whitespace. Originally committed as revision 23663 to …
(edit) @0d6b3269   14 years alex.converse Use memcpy() where appropriate in PS stereo processing remapping. …
(edit) @d23077af   14 years alex.converse Allow PS envelope fixup when ps->num_env_old <= 1. It is already …
(edit) @bd9e0e29   14 years alex.converse 10l: aacsbr: Fix f_master[2] calculation when k2diff == -1. …
(edit) @78ba1d39   14 years alex.converse Document the PS_BASELINE define. Originally committed as revision …
(edit) @284b041b   14 years alex.converse Remove iid_mode from the PS context. Originally committed as revision …
(edit) @be90cd27   14 years ramiro.polla configure: preserve cross-prefix for strip on darwin Originally …
(edit) @4233ce31   14 years vitor1001 Fix breakage in compilation with --disable-mpegaudio-hp introduced in …
(edit) @2c4a1013   14 years Carl Eugen Hoyos Add IEC958 data_types for DTS-HD (data burst described in IEC …
(edit) @41f91b5f   14 years mans ChangeLog: note libfaad wrapper removal Originally committed as …
(edit) @6a74b127   14 years mans Remove libfaad wrapper Originally committed as revision 23653 to …
(edit) @1076b0d0   14 years alex.converse psdec: Factorize iid/icc/ipd/opd parameter bitstream reading. …
(edit) @10ed37b5   14 years martin RTSP: Add the auth credentials to the HTTP tunnel URL, too Originally …
(edit) @a955fc5e   14 years martin ff_url_join: Don't add any at-char if the auth is an empty string …
(edit) @6217b64   14 years martin RTSP: Set the connection handles to null after closing them This …
(edit) @00e4a1f4   14 years martin RTSP: Don't store the connection handles in local variables This …
(edit) @a2063901   14 years alex.converse Add HE-AAC v2 support to the AAC decoder. Originally committed as …
(edit) @4d49a5a7   14 years vitor1001 Factorize the mpegaudio windowing code in a function and call it by a …
(edit) @57eb217a   14 years michaelni Improve h263_probe() Fixes issue2015 Originally committed as revision …
(edit) @164aab02   14 years fenrir MPEG-2 DXVA2 implementation It allows VLD MPEG-2 decoding using …
(edit) @d3f84dfc   14 years martin RTSP: Clean up rtsp_hd on failure Since rtsp_hd isn't assigned to …
(edit) @e8ccf24   15 years martin RTMP: Return from rtmp_read as soon as some data is available …
(edit) @a80af87e   15 years Carl Eugen Hoyos Add IEC958 data_types for Atrac* and WMA Pro. Data-burst is described …
(edit) @9164afcb   15 years Carl Eugen Hoyos Use enum PixelFormat to silence one icc warning: warning #188: …
(edit) @6afd0ee3   15 years max_pole Add metadata support. Patch by Michael Karcher. Originally committed …
(edit) @8a2679ad   15 years lucabe72 Simplify (no need to check for st->codec->extradata) and correct …
(edit) @70193596   15 years michaelni add #include so make checkheaders passes Originally committed as …
(edit) @96c2ae6   15 years martin Add the necessary includes, add an extra empty line for cosmetics …
(edit) @eb928286   15 years stefano.sabatini-lala Add more tests to eval, help detecting some of the more apparent …
(edit) @8745fe29   15 years michaelni Marking what should be removed in relation to MAX_STREAMS. Originally …
(edit) @1e27c477   15 years stefano.sabatini-lala Document terminal coloring in the -loglevel option. Originally …
(edit) @92d71714   15 years stefano.sabatini-lala Document how to set boolean options. Originally committed as revision …
(edit) @1204a13c   15 years martin libvorbis: Use memmove instead of memcpy for shifting data Originally …
(edit) @19bd477   15 years stefano.sabatini-lala Name the default configure log filename as "config.log" rather than …
(edit) @7ec9b9be   15 years stefano.sabatini-lala Make av_parse_expr() fail if there are trailing chars at the end of …
(edit) @c1b81d2f   15 years stefano.sabatini-lala Remove the "b" from "Mb" in -b values for the dnxhd tests. They are …
(edit) @2f62224b   15 years stefano.sabatini-lala Improve av_parse_eval() error reporting. Originally committed as …
(edit) @08943c0b   15 years janne-ffmpeg dvbsub: parse display definition segment The display definition …
(edit) @8b889b34   15 years lucabe72 If the video stream is H.264 with MP4 syntax, store the NAL lenght …
(edit) @ed00fe49   15 years Carl Eugen Hoyos icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be …
(edit) @33586ee7   15 years michaelni Document FF_SYMVER and attribute_used Originally committed as …
(edit) @d9aac267   15 years hyc When reading a stream, should retry on EAGAIN instead of just failing. …
(edit) @891263ef   15 years baptiste.coudurier Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263 …
(edit) @0ade7bb6   15 years Aurélien Jacobs matroskadec : propagate AVERROR to the caller based on a patch by Jai …
Note: See TracRevisionLog for help on using the revision log.