summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-23
* Update x264asm header files to latest versions.Jason Garrett-Glaser2010-06-23
* Fix a typo, spotted by Diego.Ronald S. Bultje2010-06-23
* Add missing changelog entry for VP8 decoder.Ronald S. Bultje2010-06-23
* Add required #includes to pass 'make checkheaders'.Diego Biurrun2010-06-23
* ReindentMartin Storsjö2010-06-23
* Add all required includes to avio.hMartin Storsjö2010-06-23
* Enable pthreads automatically unless w32threads is requestedMåns Rullgård2010-06-23
* Continue after guids in asf after which other guids are possible instead of s...Michael Niedermayer2010-06-23
* Remove OS/2 threads supportMåns Rullgård2010-06-23
* Add barcelona to the list of cmov/fast_cmov compatible CPUs.Diego Pettenò2010-06-22
* Remove beosthreads supportMåns Rullgård2010-06-22
* Improve some uses of ff_cropTbl with constant offsetMåns Rullgård2010-06-22
* Rename rec_timestamp to recording_timestamp, for consistency withStefano Sabatini2010-06-22
* Extend documentation for the ffmpeg -timestamp option.Stefano Sabatini2010-06-22
* Mention how "now" is interpreted in the parse_date() doxy.Stefano Sabatini2010-06-22
* Fix date specification accepted by parse_date().Stefano Sabatini2010-06-22
* Use right-shift instead of division by two.Jason Garrett-Glaser2010-06-22
* Reindent after r23721.Ronald S. Bultje2010-06-22
* Rename PACK4x8() to PACK4UINT8().Ronald S. Bultje2010-06-22
* Move Parametric Stereo related ps* files to aacps*.Alex Converse2010-06-22
* Native VP8 decoder.David Conrad2010-06-22
* Change a / 256 into a >> 8.Ronald S. Bultje2010-06-22
* Reindent after r23716.Ronald S. Bultje2010-06-22
* Add intra prediction functions for VP8.David Conrad2010-06-22
* Add a macro to pack 4 bytes into native byte-order so they can be writtenRonald S. Bultje2010-06-22
* Make "topright" argument to pred4x4() const.David Conrad2010-06-22
* Add av_clip_int8(), used in the upcoming VP8 decoder.Ronald S. Bultje2010-06-22
* Cosmetics whitespace.Alex Converse2010-06-22
* Add missing parentheses in MKTAG and MKBETAG macros.Benoit Fouet2010-06-22
* Make the http protocol open the connection immediately in http_open againMartin Storsjö2010-06-22
* Add an AVClass to the HTTPContextMartin Storsjö2010-06-22
* Allocate the HTTPContext through URLProtocol.priv_data_sizeMartin Storsjö2010-06-22
* Add an APIchanges entry for priv_data_size and priv_data_classMartin Storsjö2010-06-22
* Add priv_data_size and priv_data_class to URLProtocolMartin Storsjö2010-06-22
* Add an APIchanges entry for url_alloc() and url_connect()Martin Storsjö2010-06-22
* Split url_open and url_open_protocol into url_alloc and url_connectMartin Storsjö2010-06-22
* Add an APIchanges entry for av_register_protocol2Martin Storsjö2010-06-22
* Add an av_register_protocol2 function that takes a size parameterMartin Storsjö2010-06-22
* IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gm...Peter Ross2010-06-22
* Bump micro version, add changelog entry for DTS-ES extension decoding supportMartin Storsjö2010-06-22
* Fix failure in av_read_frame on timestamp rollover.Stephen Dredge2010-06-22
* Support DTS-ES extension (XCh) in dca: Cosmetic cleanupNick Brereton2010-06-22
* Support DTS-ES extension (XCh) in dca: add code to handle DTS-ES extensionNick Brereton2010-06-22
* Support DTS-ES extension (XCh) in dca: update and add channel mapping tables ...Nick Brereton2010-06-22
* Support DTS-ES extension (XCh) in dca: move original code around to allow reu...Nick Brereton2010-06-22
* Support DTS-ES extension (XCh) in dca: move subband_samples into context stru...Nick Brereton2010-06-22
* libvorbis: Only drop 1-byte packets at end of streamMartin Storsjö2010-06-22
* ffserver: Use avcodec_copy_context instead of manually copying an AVCodecContextMartin Storsjö2010-06-22
* Remove stray semicolon.Carl Eugen Hoyos2010-06-21