2010-06-22 |
Ronald S. Bultje | Rename PACK4x8() to PACK4UINT8(). |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Alex Converse | Move Parametric Stereo related ps* files to aacps*. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
David Conrad | Native VP8 decoder. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Ronald S. Bultje | Change a / 256 into a >> 8. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Ronald S. Bultje | Reindent after r23716. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
David Conrad | Add intra prediction functions for VP8. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Ronald S. Bultje | Add a macro to pack 4 bytes into native byte-order... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
David Conrad | Make "topright" argument to pred4x4() const. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Ronald S. Bultje | Add av_clip_int8(), used in the upcoming VP8 decoder. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Alex Converse | Cosmetics whitespace. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Benoit Fouet | Add missing parentheses in MKTAG and MKBETAG macros. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Martin Storsjö | Make the http protocol open the connection immediately... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Martin Storsjö | Add an AVClass to the HTTPContext |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Martin Storsjö | Allocate the HTTPContext through URLProtocol.priv_data_size |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Martin Storsjö | Add an APIchanges entry for priv_data_size and priv_dat... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Martin Storsjö | Add priv_data_size and priv_data_class to URLProtocol |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Martin Storsjö | Add an APIchanges entry for url_alloc() and url_connect() |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Martin Storsjö | Split url_open and url_open_protocol into url_alloc... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Martin Storsjö | Add an APIchanges entry for av_register_protocol2 |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Martin Storsjö | Add an av_register_protocol2 function that takes a... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Peter Ross | IFF PBM decoder: Add a pad byte if image width is odd... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Martin Storsjö | Bump micro version, add changelog entry for DTS-ES... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Stephen Dredge | Fix failure in av_read_frame on timestamp rollover. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Nick Brereton | Support DTS-ES extension (XCh) in dca: Cosmetic cleanup |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Nick Brereton | Support DTS-ES extension (XCh) in dca: add code to... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Nick Brereton | Support DTS-ES extension (XCh) in dca: update and add... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Nick Brereton | Support DTS-ES extension (XCh) in dca: move original... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Nick Brereton | Support DTS-ES extension (XCh) in dca: move subband_sam... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Martin Storsjö | libvorbis: Only drop 1-byte packets at end of stream |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Martin Storsjö | ffserver: Use avcodec_copy_context instead of manually... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Carl Eugen... | Remove stray semicolon. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Stefano Sabatini | Re-add the list of parameters for the unsharp filter... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Stefano Sabatini | Make the ffmpeg and ffplay man pages show the list... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Stefano Sabatini | Replace multitable for the unsharp filter option table... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Stefano Sabatini | Update documentation dependencies, make ff* tools manpa... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Martin Storsjö | RTSP: Use the same authentication for the HTTP POST... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Martin Storsjö | HTTP: Add a method for initializing the authentication... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Martin Storsjö | Reindent |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Martin Storsjö | HTTP: Compact the code for writing chunked post data |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Martin Storsjö | HTTP: Get rid of the is_chunked variable, use the chunk... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Martin Storsjö | HTTP: Clarify a comment |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Reimar Döffinger | mathematics.h no longer needs config.h, so update table... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Alexander Strange | ffmpeg: cosmetics: combine two variable declarations |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Alex Converse | aacdec: cosmetics: (more) whitespace |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Alex Converse | aacdec: cosmetics: whitespace |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Alex Converse | aacdec: Factorize if (elem_type < TYPE_DSE). |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Alex Converse | aacdec: Handle the first frame being empty case. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Baptiste Coudurier | fail if input and output are the same |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Alex Converse | aacsbr: Make dk signed. There is no point in it being... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Alex Converse | psdec: IPD/OPD reset is no longer needed by the context... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Alex Converse | psdec: Simplify filter addressing by incrementing the... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Nick Brereton | Fix typo in macro name. |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Alex Converse | psdec: Replace a division with a shift. |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Alex Converse | Rename PS bitstream reading functions to have a read_... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Ronald S. Bultje | Reset chunksize back to zero (= no chunked encoding... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Ronald S. Bultje | Use url_write(), not http_write(), for sending the... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Alex Converse | Cosmetics: whitespace. |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Alex Converse | Use memcpy() where appropriate in PS stereo processing... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Alex Converse | Allow PS envelope fixup when ps->num_env_old <= 1. |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Alex Converse | 10l: aacsbr: Fix f_master[2] calculation when k2diff... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Alex Converse | Document the PS_BASELINE define. |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Alex Converse | Remove iid_mode from the PS context. |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Ramiro Polla | configure: preserve cross-prefix for strip on darwin |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Vitor Sessak | Fix breakage in compilation with --disable-mpegaudio... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Carl Eugen... | Add IEC958 data_types for DTS-HD (data burst described... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Måns Rullgård | ChangeLog: note libfaad wrapper removal |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Måns Rullgård | Remove libfaad wrapper |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Alex Converse | psdec: Factorize iid/icc/ipd/opd parameter bitstream... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Martin Storsjö | RTSP: Add the auth credentials to the HTTP tunnel URL... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Martin Storsjö | ff_url_join: Don't add any at-char if the auth is an... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Martin Storsjö | RTSP: Set the connection handles to null after closing... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Josh Allmann | RTSP: Don't store the connection handles in local variables |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Alex Converse | Add HE-AAC v2 support to the AAC decoder. |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Vitor Sessak | Factorize the mpegaudio windowing code in a function... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Michael Niedermayer | Improve h263_probe() |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Laurent Aimar | MPEG-2 DXVA2 implementation |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Martin Storsjö | RTSP: Clean up rtsp_hd on failure |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Martin Storsjö | RTMP: Return from rtmp_read as soon as some data is... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Carl Eugen... | Add IEC958 data_types for Atrac* and WMA Pro. |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Carl Eugen... | Use enum PixelFormat to silence one icc warning: |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Michael Karcher | Add metadata support. Patch by Michael Karcher. |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Luca Abeni | Simplify (no need to check for st->codec->extradata... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Michael Niedermayer | add #include so make checkheaders passes |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Martin Storsjö | Add the necessary includes, add an extra empty line... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Stefano Sabatini | Add more tests to eval, help detecting some of the... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Michael Niedermayer | Marking what should be removed in relation to MAX_STREAMS. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Stefano Sabatini | Document terminal coloring in the -loglevel option. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Stefano Sabatini | Document how to set boolean options. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Martin Storsjö | libvorbis: Use memmove instead of memcpy for shifting... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Stefano Sabatini | Name the default configure log filename as "config... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Stefano Sabatini | Make av_parse_expr() fail if there are trailing chars... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Stefano Sabatini | Remove the "b" from "Mb" in -b values for the dnxhd... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Stefano Sabatini | Improve av_parse_eval() error reporting. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Janne Grunau | dvbsub: parse display definition segment |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Luca Abeni | If the video stream is H.264 with MP4 syntax, store... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Carl Eugen... | icc 12 finally fixed attribute(used) so gcc's DECLARE_A... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Michael Niedermayer | Document FF_SYMVER and attribute_used |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Howard Chu | When reading a stream, should retry on EAGAIN instead... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Baptiste Coudurier | Fix svq3 watermark log uncompress on 64bit, probably... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Aurelien Jacobs | matroskadec : propagate AVERROR to the caller |
commit | commitdiff | tree | snapshot |
next |