summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix build failure with fast_unaligned and non-gcc-compatible compilersMåns Rullgård2010-03-02
| | | | Originally committed as revision 22142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bunch of bugs ive introduced recently that broke threaded decoding.Michael Niedermayer2010-03-02
| | | | | | might also fix issue1788 Originally committed as revision 22141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg print a message and abort if the name of the formatStefano Sabatini2010-03-02
| | | | | | provided with -f was unknown. Originally committed as revision 22140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a check for checking if more than one input file is provided toStefano Sabatini2010-03-01
| | | | | | | ffplay, make it complain and abort in that case as just one input file is currently supported. Originally committed as revision 22139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify the error message issued by ffprobe in case of more than oneStefano Sabatini2010-03-01
| | | | | | file provided as input. Originally committed as revision 22138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix spelling in commentVitor Sessak2010-03-01
| | | | Originally committed as revision 22137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add commented-out unoptimized code to improve readabilityVitor Sessak2010-03-01
| | | | Originally committed as revision 22136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-01
| | | | Originally committed as revision 22135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Reinhard and myself as release managers.Diego Biurrun2010-03-01
| | | | Originally committed as revision 22132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Process packed bitstream also for VDPAU.Carl Eugen Hoyos2010-03-01
| | | | Originally committed as revision 22131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't let output pixel format influence input pixel format.Chris Stones2010-03-01
| | | | | | Patch by Chris Stones, chris D stones A gmail Originally committed as revision 22130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix AMR-NB entry in the supported audio codecs list.Diego Biurrun2010-03-01
| | | | | | The decoding and encoding rows were switched around. Originally committed as revision 22128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nutdec: make chapter start and length uint64_t to prevent overflows.Anton Khirnov2010-03-01
| | | | | | Patch by Anton Khirnov wyskas chez gmail punto com Originally committed as revision 22127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg: copy stream metadata.Anton Khirnov2010-03-01
| | | | | | Patch by Anton Khirnov wyskasgmailcom Originally committed as revision 22126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4Aurelien Jacobs2010-03-01
| | | | Originally committed as revision 22125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some unneeded fill_rectangle() for 16x16 blocks.Michael Niedermayer2010-02-28
| | | | Originally committed as revision 22124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explicitly set struct addrinfo to NULL if getaddrinfo failed instead ofReimar Döffinger2010-02-28
| | | | | | assuming getaddrinfo will have done this. Originally committed as revision 22123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make our getaddrinfo implementation initialize "struct addrinfo" returnReimar Döffinger2010-02-28
| | | | | | value to NULL on errors. Originally committed as revision 22122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Plug some memory leaks in NUT muxer and demuxerVitor Sessak2010-02-28
| | | | Originally committed as revision 22120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement av_tree_destroy_free_elem() to destroy a tree and free all theVitor Sessak2010-02-28
| | | | | | values stored on it. Originally committed as revision 22119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_build_filter static (and remove av_): It is not used outside ↵Carl Eugen Hoyos2010-02-28
| | | | | | resample2.c. Originally committed as revision 22118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_get_bit_rate() static and remove av_, the function is only usedCarl Eugen Hoyos2010-02-28
| | | | | | inside libavcodec/utils.c. Originally committed as revision 22117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include libxvid_internal.h: It contains the prototype for av_tempfile().Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the following functions static (and remove ff_), they are only usedCarl Eugen Hoyos2010-02-28
| | | | | | | inside libxvidff.c: ff_xvid_encode_init(), ff_xvid_encode_frame(), ff_xvid_encode_close() Originally committed as revision 22115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make function get_channel_name() static: It is only used in audioconvert.c.Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print chapter info in dump_format().Anton Khirnov2010-02-28
| | | | | | Patch by Anton Khirnov, wyskas gmail Originally committed as revision 22113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Process picture aspect ratio changes in H.264.Janusz Krzysztofik2010-02-28
| | | | | | | | | This fixes playback of such streams with ffplay (but does not affect current ffmpeg). Patch by Janusz Krzysztofik, jkrzyszt A tis D icnet D pl Originally committed as revision 22112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Many mp3s seem to contain padding after id3 tags that is not considered in theMichael Niedermayer2010-02-28
| | | | | | tag size. Skip this to make the format probing quicker. Originally committed as revision 22111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Free packets read in seek_test.Reimar Döffinger2010-02-28
| | | | Originally committed as revision 22110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-28
| | | | Originally committed as revision 22109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some memory leaks in seek_test test program:Reimar Döffinger2010-02-28
| | | | | | | - do not allocate context twice - close the input file before exiting Originally committed as revision 22108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include rtpdec.h, it contains prototypes for the following functions:Carl Eugen Hoyos2010-02-28
| | | | | | rtp_set_remote_url(), rtp_get_local_port(), rtp_get_file_handles() Originally committed as revision 22107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include internal.h and imgconvert.h, they contain the prototypes for theCarl Eugen Hoyos2010-02-28
| | | | | | | | following functions: ff_is_hwaccel_pix_fmt(), ff_set_systematic_pal(), ff_fill_linesize(), ff_fill_pointer(), ff_get_plane_bytewidth() Originally committed as revision 22106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include msrledec.h: It contains the prototype for ff_msrle_decode().Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include atrac.h: It contains the prototypes for atrac_generate_tables()Carl Eugen Hoyos2010-02-28
| | | | | | and atrac_iqmf(). Originally committed as revision 22104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include mpegaudiodecheader.h: It contains the prototype forCarl Eugen Hoyos2010-02-28
| | | | | | ff_mpegaudio_decode_header(). Originally committed as revision 22103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove declaration of unused variables.Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include h263_parser.h: It contains the prototype forCarl Eugen Hoyos2010-02-28
| | | | | | ff_h263_find_frame_end(). Originally committed as revision 22101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header.Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include sha1.h from sha.c: It contains several prototypes.Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sws_dcVec static: It is only used inside libswscale/utils.c.Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 30787 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Include avc.h from avc.c: It contains several prototypes.Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make mp4_read_descr static: It is only used inside libavformat/mov.c.Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include apetag.h which contains the prototype for ff_ape_parse_tag().Carl Eugen Hoyos2010-02-28
| | | | Originally committed as revision 22096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix avcodec_align_dimensions to return values suitably aligned for FLV decodingReimar Döffinger2010-02-27
| | | | | | | with SSE and add a avcodec_align_dimensions2 taht returns the stride alignment requirements independently from doing the width/height padding. Originally committed as revision 22095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Stop make deleting intermediate files (ffmpeg.o and friends)Måns Rullgård2010-02-27
| | | | Originally committed as revision 22094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Strides in Indeo 5 reconstruction filter should be signed,Jindřich Makovička2010-02-27
| | | | | | | | this way it works on 64-bit archs too. Patch by Jindřich Makovička ($lastname without last letter and háček, gmail) Originally committed as revision 22093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Encapsulate VLC information needed for decoding blocks and macroblocks inKostya Shishkov2010-02-27
| | | | | | | | Indeo 5 into single structure IVIHuffTab and factorize code using it. Based on patch by Maxim (max_pole at German GMX) Originally committed as revision 22092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make it clear that ff_ivi_init_static_vlc() does not need argumentsKostya Shishkov2010-02-27
| | | | Originally committed as revision 22091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add myself to gpg fingerprint listReinhard Tartler2010-02-27
| | | | Originally committed as revision 22089 to svn://svn.ffmpeg.org/ffmpeg/trunk