summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use posix_memalign() if available.Ramiro Polla2009-01-07
* Only #include svq3.c if the SVQ3 decoder is enabled.Diego Biurrun2009-01-07
* The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.Diego Biurrun2009-01-07
* Support ADTS AAC files in the ffaac decoder (limited to streams containing oneRobert Swain2009-01-07
* Inject NULL packets into the video packet que at EOF to force all delayedMichael Niedermayer2009-01-07
* Do not try to duplicate packets that have data==NULL.Michael Niedermayer2009-01-07
* Document the need of buf=NULL buf_size=0 at the end to obtain all frames.Michael Niedermayer2009-01-07
* Add missing headers to allow 'make checkheaders' to pass.Diego Biurrun2009-01-07
* Use <> instead of "" for system headers.Diego Biurrun2009-01-07
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-07
* Add some lossless h.264 encoding presets as suggested by JasonRobert Swain2009-01-07
* Add a slow first pass presetRobert Swain2009-01-07
* Be consistent and use b-frames throughout the presets to avoid confusion aboutRobert Swain2009-01-07
* Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed byRonald S. Bultje2009-01-07
* Change direct prediction for fast first pass to automatic as all other presetsRobert Swain2009-01-07
* Fix doxy comments missing one '*'.Ronald S. Bultje2009-01-07
* 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