summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Typo fix. Previous version had some picture error building up until next keyf...Christophe Gisquet2007-11-25
* Data tables for future RV30/40 decoderKostya Shishkov2007-11-24
* Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P...Christophe Gisquet2007-11-24
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-24
* Extend URLProtocol with new function pointers and api functions forBjörn Axelsson2007-11-24
* Link libavdevice against libavutil, libavcodec, and libavformatLuca Abeni2007-11-23
* Fix out of tree builds after introduction of libavdevice.Diego Biurrun2007-11-23
* Keep -L flags before corresponding -l flags.Diego Biurrun2007-11-23
* cosmetics: Consistently indent with 4 spaces, break some long lists into singleDiego Biurrun2007-11-23
* Fix the creation of alldevices.c (create it without any rename).Luca Abeni2007-11-23
* main() --> main(void)Diego Biurrun2007-11-23
* spellingDiego Biurrun2007-11-23
* Introduce libavdeviceLuca Abeni2007-11-22
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-22
* comment spelling/grammar fixesDiego Biurrun2007-11-22
* os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla2007-11-22
* add VC-1 MMX DSP functions, under MIT license.Christophe Gisquet2007-11-21
* Include os_support.h only when neededLuca Abeni2007-11-21
* Make av_read_frame with rtsp client return EINTR on interruptLuca Barbato2007-11-21
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Fix wrong error message.Stefano Sabatini2007-11-20
* main() --> main(void)Diego Biurrun2007-11-20
* whitespace consistency cosmeticsDiego Biurrun2007-11-20
* cosmetic (x==NULL -> !x)Michael Niedermayer2007-11-19
* cosmetic (place { consistently)Michael Niedermayer2007-11-19
* Replace realloc with free+malloc, the previous content of the buffer isRoberto Togni2007-11-19
* cosmetic (remove != 0 / != NULL)Michael Niedermayer2007-11-19
* use sizeof in snprintf (note the changed code is all under #if 0)Michael Niedermayer2007-11-19
* check region depth for validityMichael Niedermayer2007-11-19
* Generate a linking error if perror() is used in libav*Luca Abeni2007-11-19
* Convert perror() in av_log() in bktr.c.Luca Abeni2007-11-19
* Remove perror() usage from udp.cLuca Abeni2007-11-19
* Do not use perror() in audio, video, and DV grabbersLuca Abeni2007-11-19
* Remove perror() usage from libavutilLuca Abeni2007-11-19
* CosmeticsRoberto Togni2007-11-19
* No need to update pos, it's not used after that lineRoberto Togni2007-11-19
* Cleanup: remove ssizeRoberto Togni2007-11-18
* Check for memory allocation failure of temp bufferRoberto Togni2007-11-18
* Optimize memory management to create an av_packet from multiple slices:Roberto Togni2007-11-18
* Use memcpy instead of for loopBenjamin Larsson2007-11-18
* When new streams are detected, look for old filters and close them out.Jeff Downs2007-11-17
* Call mpegvideo flush routine on h264 flush. Needed in particularJeff Downs2007-11-17
* Remove unused functions, fixes the warnings:Diego Biurrun2007-11-16
* Add MPEG2 support to the RTP muxerLuca Abeni2007-11-16
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-16
* Remove empty pipe_closeAlex Beregszaszi2007-11-16
* Call prot->url_close only if it is present.Alex Beregszaszi2007-11-16
* Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce...Alex Beregszaszi2007-11-16
* Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.Alex Beregszaszi2007-11-15
* avoid some halfpel related #ifdefAurelien Jacobs2007-11-15