summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use the "server" RTSP field to detect whether the server that we're talkingRonald S. Bultje2009-01-07
* Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows futureRonald S. Bultje2009-01-07
* Don't use s->pb if a local ByteIOContext was already provided by the callingRonald S. Bultje2009-01-07
* Allow subscription to any of the streams, not just the first, available inRonald S. Bultje2009-01-07
* Parse the OpaqueData field for every AVStream represented by this "set ofRonald S. Bultje2009-01-07
* Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill inRonald S. Bultje2009-01-07
* Parse the ASMRuleBook SDP line to dynamically create one new AVStream forRonald S. Bultje2009-01-07
* Add AltiVec versions of h264_idct_add(8|16|16intra),David Conrad2009-01-07
* Remove the frame rate from struct video_data, and allow using a variableLuca Abeni2009-01-07
* Don't prefix yasm with cross prefix.Michael Kostylev2009-01-07
* Disable SVQ3 checks if SVQ3 support is not compiled in.Diego Biurrun2009-01-07
* alphabetical ordering cosmeticsDiego Biurrun2009-01-07
* Remove inappropriate const qualifier from function argument, fixes the warning:Diego Biurrun2009-01-07
* Add Altivec version of vector_fmul_window.David Conrad2009-01-06
* add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-06
* free all allocated metadata structuresAurelien Jacobs2009-01-06
* ensure that no GPL code is linked to LGPL only libavcodecAurelien Jacobs2009-01-06
* Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().Carl Eugen Hoyos2009-01-06
* cosmetics: alphabetical orderDiego Biurrun2009-01-06
* Factorise setting of avctx->pix_fmt.Carl Eugen Hoyos2009-01-06
* ignore year=0 and track=0Aurelien Jacobs2009-01-06
* Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.hDavid Conrad2009-01-06
* fix compilation with GCC-4.3+David Conrad2009-01-06
* offset and weights are signed, fixes some non-bitexact issues.David Conrad2009-01-06
* 1l: Forgot to rename header guard.Carl Eugen Hoyos2009-01-06
* Add a metadata compatibility layer, so that when a user application setAurelien Jacobs2009-01-06
* add a typedef for AVMetadataAurelien Jacobs2009-01-05
* Export VDPAU support by installing vdpau.h.Carl Eugen Hoyos2009-01-05
* Rename vdpau_render.h as vdpau.h.Carl Eugen Hoyos2009-01-05
* add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-05
* AltiVec version of h264_idct(8)_dc_addDavid Conrad2009-01-05
* Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turnedDiego Biurrun2009-01-05
* Add -D__EXTENSIONS__ to CFLAGS on Solaris to make ip_mreq visible.Palle Lyckegaard2009-01-05
* Ministry of English Composition treatment: s/Alloced/AllocatedCarl Eugen Hoyos2009-01-05
* additional recovery for the badly broken streamsRoman Shaposhnik2009-01-05
* Remove leading underscore from union declaration.Carl Eugen Hoyos2009-01-05
* Add missing 'void' keyword to parameterless function declarations.Diego Biurrun2009-01-05
* spelling/grammar and whitespace cosmeticsDiego Biurrun2009-01-05
* 50l: Reenable error resilience for H264 (Patch by Dark Shikari).Jason Garrett-Glaser2009-01-05
* Cosmetics: Fix indentation.Carl Eugen Hoyos2009-01-05
* 100l: Add a deleted '{'.Carl Eugen Hoyos2009-01-05
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-04
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-04
* Fix small errors in configure --help's output.Carl Eugen Hoyos2009-01-04
* add metadata in AVStream, AVProgram and AVChapterAurelien Jacobs2009-01-04
* Ministry of English Composition treatment for the new metadata APIMike Melanson2009-01-04
* 10l format include path for metadata.hMichael Niedermayer2009-01-04
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-04
* Generic metadata API.Michael Niedermayer2009-01-04
* cosmetic: indentAurelien Jacobs2009-01-04