summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add support for disabling chunked transfer encoding for the http protocolJosh Allmann2010-06-08
| | | | | | Patch by Josh Allmann, josh dot allmann at gmail Originally committed as revision 23531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ega_palettePeter Ross2010-06-08
| | | | Originally committed as revision 23530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix handling of errors in the http protocolMartin Storsjö2010-06-08
| | | | | | | | | If http_connect fails, we've already stored the new connection handle in s->hd, so clear it so http_close won't double-free it. 10l to me for not spotting it during review Originally committed as revision 23529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bugs in the http custom header handlingMartin Storsjö2010-06-08
| | | | | | | | | Initialize the buffer av_strlcatf writes into. Add the dash at the end of the Range header. 10l to me for not spotting it earlier Originally committed as revision 23528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: move LFG state from muxer context to local variableMåns Rullgård2010-06-08
| | | | | | | The LFG is only used in one place, so there is no need to keep it in the context. Originally committed as revision 23527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the capability to write custom HTTP headersJosh Allmann2010-06-08
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Modify the behaviour of http_open to implicitly delay connection establishmentJosh Allmann2010-06-08
| | | | | | | | The connection is made on the first http_read, http_write or http_seek. Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support presets in ffserver.confHoward Chu2010-06-08
| | | | Originally committed as revision 23524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those ↵Maxim Poliakovski2010-06-08
| | | | | | into uint16_t. Originally committed as revision 23523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libvpx: Set the libvpx frame dropping threshold to frame_skip_thresholdMartin Storsjö2010-06-08
| | | | | | | The default for frame_skip_threshold is 0, which thus disables the libvpx frame dropping. Originally committed as revision 23522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libvpx: Don't use the VPX_KF_FIXED modeJames Zern2010-06-08
| | | | | | | | This mode emits no keyframes at all, despite its name. Patch by James Zern, jzern at google dot com Originally committed as revision 23521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Fold constants and re-indent after last commit.Alex Converse2010-06-08
| | | | Originally committed as revision 23520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Base downsampled SBR synthesis filterbank on a single IMDCT.Alex Converse2010-06-08
| | | | | | | Based on Han-Wen Hsu, et al. "Fast Complex Quadrature Mirror Filterbanks for MPEG-4 HE-AAC" Originally committed as revision 23519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare myself (Maxim Poliakovski) maintainer for the OMA Demuxer.Maxim Poliakovski2010-06-08
| | | | Originally committed as revision 23518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Fix types and now unused variables after last commit.Alex Converse2010-06-07
| | | | Originally committed as revision 23517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rewrite the SBR decoder QMF analysis filter on top of the IMDCT instead of ↵Alex Converse2010-06-07
| | | | | | | | | | the RDFT. This is based on a procedure to implement the filterbank on the DCT-IV described in Hsu, H.W. et al. "A Complex Quadrature Mirror Filterbanks for MPEG-4 HE-AAC" http://sites.google.com/site/wenchiehlee1020/Papers/ComplexFB_AES_121paper144.pdf Originally committed as revision 23516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use new macro AV_BASE64_SIZE.James Zern2010-06-07
| | | | | | Patch by James Zern, jzern google com Originally committed as revision 23515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitableVitor Sessak2010-06-07
| | | | | | for being moved to the shared DCT framework in the future. Originally committed as revision 23514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added M701 codec_tag for mpeg2videoTomas Härdin2010-06-07
| | | | Originally committed as revision 23513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, there is no aac.c any more, so no need for a dependency.Reimar Döffinger2010-06-06
| | | | Originally committed as revision 23512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* librtmp may link to different ssl implementationsLuca Barbato2010-06-06
| | | | | | Make sure we link using the right libs by using pkg-config Originally committed as revision 23511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not exclude anymore the pixel formats rgb444, bgr444, rgb4_byte,Stefano Sabatini2010-06-06
| | | | | | | | and bgr4_byte from the lavfi-pix_fmts test. The formats are now supported by NUT. Originally committed as revision 23510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not read the RM index when input is streamed (since it requires seekingReimar Döffinger2010-06-06
| | | | | | forward and then back again) or AVFMT_FLAG_IGNIDX is set. Originally committed as revision 23509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support to B4BY and R4BY NUT codec tags added in NUT r672.Stefano Sabatini2010-06-06
| | | | Originally committed as revision 23508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix width computation for nv12/nv21 in ff_get_plane_bytewidth().Stefano Sabatini2010-06-06
| | | | Originally committed as revision 23507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: add seektest reference files for rgb/yuv in aviMåns Rullgård2010-06-06
| | | | Originally committed as revision 23506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec also depends on cbrt_tables.h for hardcoded-tables.Reimar Döffinger2010-06-06
| | | | Originally committed as revision 23505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bgr/rgb444 for nutMichael Niedermayer2010-06-06
| | | | Originally committed as revision 23504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix rgb444 support in avi.Michael Niedermayer2010-06-06
| | | | Originally committed as revision 23503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support AVFMT_FLAG_IGNIDX in gxf demuxer.Reimar Döffinger2010-06-06
| | | | Originally committed as revision 23502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add simple rgb/yuv in avi regression test.Michael Niedermayer2010-06-06
| | | | Originally committed as revision 23501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix muxing rgb rawvideo in avi regression.Michael Niedermayer2010-06-05
| | | | Originally committed as revision 23500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve grammar and readabilityRodney Baker2010-06-05
| | | | | | Patch by Rodney Baker, rodney dot baker at iinet dot net dot au Originally committed as revision 23499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Reindent/align/wrapMartin Storsjö2010-06-05
| | | | Originally committed as revision 23498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTSP: Propagate errors up from ff_rtsp_send_cmd*Josh Allmann2010-06-05
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused local variablesMartin Storsjö2010-06-05
| | | | Originally committed as revision 23496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup apply_window_and_mdct().Alex Converse2010-06-05
| | | | Originally committed as revision 23495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTSP: Add a second URLContext for outgoing messagesJosh Allmann2010-06-05
| | | | | | | Done in preparation for RTSP over HTTP. Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make texi2pod.pl look for section "AUTHORS" rather than "AUTHOR", asStefano Sabatini2010-06-05
| | | | | | the corresponding sections in the man page have been renamed that way. Originally committed as revision 23493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace "Fabrice Bellard" with "The FFmpeg developers" as the authorsStefano Sabatini2010-06-05
| | | | | | of the ff* tools man pages. Originally committed as revision 23492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Whitespace cosmeticsAlex Converse2010-06-05
| | | | Originally committed as revision 23491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aac: Move an initialization macro used only by the decoder out of the header.Alex Converse2010-06-05
| | | | Originally committed as revision 23490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename aac.c to aacdec.c.Alex Converse2010-06-05
| | | | Originally committed as revision 23489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Rename avccontext to avctx.Alex Converse2010-06-05
| | | | Originally committed as revision 23488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after eval API publication.Stefano Sabatini2010-06-05
| | | | Originally committed as revision 23486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-05
| | | | | | API public. Originally committed as revision 23485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE()Stefano Sabatini2010-06-05
| | | | | | addition. Originally committed as revision 23484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libvpx now has an (L)GPL-compatible license.Diego Biurrun2010-06-05
| | | | Originally committed as revision 23482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More mov rawvideo fourcc supported by the rawvideo decoderBaptiste Coudurier2010-06-04
| | | | Originally committed as revision 23481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More mov rawvideo fourccBaptiste Coudurier2010-06-04
| | | | Originally committed as revision 23480 to svn://svn.ffmpeg.org/ffmpeg/trunk