17892 Commits (81b55ee5e7a1055f3b3a66b22362a9f8dfa5b9b9)
 

Author SHA1 Message Date
Diego Biurrun 81b55ee5e7 Fix typo: vido --> video 16 years ago
Diego Biurrun 43dedc1e38 Add raw (de)muxers to list of supported file formats. 16 years ago
Robert Swain b6b3bd9144 Relinquish maintainership of adtsenc.c from Måns grasp :) 16 years ago
Justin Ruggles e3b446498a use av_malloc() in vorbis_comment() 16 years ago
Diego Biurrun 39271be467 Add entries that were missing from the supported file formats list. 16 years ago
Diego Biurrun 913c3e2ca8 Use more descriptive format names, similar to the format long_names. 16 years ago
Reimar Döffinger 29ef9575ab Fix compilation, there is no file vdpauvideo.c, only vdpau.c 16 years ago
Diego Biurrun 517ac2434b Use more descriptive format long_names. 16 years ago
Diego Biurrun 69acc88b2f cosmetics: format long_name spelling fixes 16 years ago
Robert Swain 5f401ee03c AAC: Cosmetic alterations after the last commit 16 years ago
Alex Converse b2d9d4a531 Give an error message when returning due to an unallocated channel element 16 years ago
Alex Converse 30272450f9 Add support for sample rate index 12, 7350 Hz 16 years ago
Alex Converse ff587009ae Remove bogus coupling_point assignment for non-CCE as this value is not checked 16 years ago
Baptiste Coudurier 6a460c36b6 write active picture height for d-10/imx in mov 16 years ago
Art Clarke d5cce0a434 Add a warning log when trying to encode into a container requiring global 16 years ago
Baptiste Coudurier 6f0b186699 set last packet next pointer to null 16 years ago
Baptiste Coudurier cfa3caf81c check body partitions count before writing 16 years ago
Patrik Kullman 2779cdad07 Check return value of ffm_write_write_index and ffm_read_write_index. 16 years ago
Baptiste Coudurier 2dc9188465 return error if read failed 16 years ago
Patrik Kullman 6fcce4f995 Change ffm_write_write_index to return int, and return if error occured. 16 years ago
Diego Biurrun 22009729d7 Remove reference to renamed header file xvmc_render.h. 16 years ago
Björn Axelsson 37a43cfb39 Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format 16 years ago
Diego Biurrun 508048afe2 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well. 16 years ago
Diego Biurrun 8df3bf60cf Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as 16 years ago
Michael Niedermayer 8c7f820686 Let rgb32 pass for ljpeg. 16 years ago
Stefano Sabatini 39e80e6cb9 Apply misc fixes for sws_getCachedContext() documentation. 16 years ago
Thierry Foucu 68a7aafff6 compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail dot com 16 years ago
Stefano Sabatini 70bf0416cf Bump micro version, related to r28491. 16 years ago
Baptiste Coudurier a88f0f16ab rename wrongly named b_per_gop to b_per_i_or_p according to specs 16 years ago
Stefano Sabatini a15886540b Document sws_getContext(). 16 years ago
Aurelien Jacobs bf6c32fe50 use new metadata API in ogg/vorbis demuxer 16 years ago
Baptiste Coudurier d1e3c6fd40 extend resampling API, add S16 internal conversion 16 years ago
Stefano Sabatini b5fdaebb44 Document sws_getIdentityVec(). 16 years ago
Baptiste Coudurier 5b4f5e5dff fix frame size, time rate is not stts duration anymore with time offset 16 years ago
Baptiste Coudurier fcdd622cfc do not set start time to 0, it is not the case with elst time offset 16 years ago
Vitor Sessak d3b771bbc8 Document old scaler as deprecated 16 years ago
Toshimitsu Kimura 865780ae9b Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com 16 years ago
Diego Biurrun 15c13dde98 Fix wrong file name in header, noticed by David DeHaven, dave sagetv com. 16 years ago
Diego Biurrun b57ac115ae Add av_uninit macro to variable to avoid false positive warning: 16 years ago
Diego Biurrun 1e4eb387d4 Add av_uninit macro to variables to avoid false positive warnings: 16 years ago
Diego Biurrun f59f814874 Add av_uninit macro to variable to avoid false positive warning: 16 years ago
Diego Biurrun decae20f36 Add av_uninit macro to variable to avoid false positive warning: 16 years ago
Kostya Shishkov 71a3dff9d5 Initialize s->gob_index for Intel variant of H.263 too 16 years ago
Diego Biurrun 9b4cfc360a Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit 16 years ago
Diego Biurrun d3a4b4e09c Add check whether the compiler/assembler supports 10 or more operands. 16 years ago
Benoit Fouet 80e58c6153 Allow demuxing of audio substreams stored as 0x06 type. 16 years ago
Baptiste Coudurier 7a10119057 parse mpeg2 gop header time code and use it 16 years ago
Baptiste Coudurier 7c9668cf8a write timecode track 16 years ago
Alexander Strange 898189880b H264: Change left_block_options to uint8_t from int, saving a little space. 16 years ago
Baptiste Coudurier a5929abe7a adjust time rate according to elst time offset 16 years ago