summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* SIPR: kill variable-length arraysMåns Rullgård2010-01-13
* remove unused variableMichael Niedermayer2010-01-13
* Split cabac decoding code out of h264.c.Michael Niedermayer2010-01-13
* Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.Michael Niedermayer2010-01-13
* More av_cold for infrequently called functions.Zuxy Meng2010-01-13
* Split cavlc out of h264.c.Michael Niedermayer2010-01-13
* Make avfilter_insert_filter() log the names of the filters betweenStefano Sabatini2010-01-13
* Make query_formats() print an error message if an auto-inserted scaleStefano Sabatini2010-01-13
* Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel ...Reimar Döffinger2010-01-12
* Split motion vector prediction off h264.c/h.Michael Niedermayer2010-01-12
* Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is justMichael Niedermayer2010-01-12
* Split all the reference picture handling off h264.c.Michael Niedermayer2010-01-12
* Reindent after last commit.Thilo Borgmann2010-01-12
* Replace variable length array with an allocated bufferThilo Borgmann2010-01-12
* Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer2010-01-12
* /nop is illegal with Apple's older version of gas, this was fixed elsewhereDavid Conrad2010-01-12
* Split SEI code off h264.c.Michael Niedermayer2010-01-12
* Reindent after r21166.Ronald S. Bultje2010-01-12
* Use chunked encoding for HTTP uploads. Patch by Tomas HärdinTomas Härdin2010-01-12
* Split direct mode (macro)block decoding off h264.c.Michael Niedermayer2010-01-12
* Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert().Michael Niedermayer2010-01-12
* Make sure the destination address is written as an IP address in the SDPMartin Storsjö2010-01-12
* Reduce stack usage in svq1_encode_plane(). Reuse context scratch bufferZuxy Meng2010-01-12
* Correct timestamps inside FLV data received by RTMP.Sergiy2010-01-12
* Use old-style RTMP handshake for old servers.Art Clarke2010-01-12
* Split h264 loop filter off h264.c.Michael Niedermayer2010-01-12
* Move svq3.o to the correct spot.Michael Niedermayer2010-01-12
* Get rid of #include "svq3.c"Michael Niedermayer2010-01-12
* Better title for the file.Michael Niedermayer2010-01-12
* Make sure that sfence is used after any non temporal stores.Zuxy Meng2010-01-12
* Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.Vitor Sessak2010-01-12
* Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...Carl Eugen Hoyos2010-01-12
* AAC: use table for cbrtf(n)*nMåns Rullgård2010-01-11
* Remove the inclusion of unneeded headersLuca Abeni2010-01-11
* AAC: escape_sequence is 21 bits maxMåns Rullgård2010-01-11
* Provide a fallback for getnameinfo() also. Patch by Martin StorsjöMartin Storsjö2010-01-11
* Implement a fallback for struct sockaddr_storage if not available.Martin Storsjö2010-01-11
* Check for struct sockaddr_storage. Patch by Martin StorsjöMartin Storsjö2010-01-11
* Use getaddrinfo() instead of resolve_host(). Patch by Martin StorsjöMartin Storsjö2010-01-11
* Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>.Martin Storsjö2010-01-11
* Provide fallback implementations of getaddrinfo() and freeaddrinfo().Martin Storsjö2010-01-11
* Check for struct addrinfo availability. Patch by Martin StorsjöMartin Storsjö2010-01-11
* Use getaddrinfo(), if available, in resolve_host(). Patch by MartinRonald S. Bultje2010-01-11
* Check for getaddrinfo(), patch by Martin Storsjö <$firstname()$firstname,st>.Martin Storsjö2010-01-11
* fft-test: Add RDFT/IRDFT support.Alex Converse2010-01-11
* fft-test: Replace do_mdct with a tf_transform enum and switch on it.Alex Converse2010-01-11
* configure: Make check_type handle type names containing spacesMartin Storsjö2010-01-11
* Fix two RLE buffer size calculations in TSCC decoder.Kostya Shishkov2010-01-11
* configure: allow names with spaces in enable/disable_safeMåns Rullgård2010-01-11
* add myself as the electronicarts demuxer maintainerPeter Ross2010-01-11