3143 Commits (558ce5c4903cf89e49e6c1517d72f8c7aa3c636a)

Author SHA1 Message Date
Baptiste Coudurier 558ce5c490 fucked up alphabetical order again, sorry 17 years ago
Baptiste Coudurier aa9f4208b6 ipod/iphone compatible mp4 muxer 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Baptiste Coudurier 4e9b8211b0 useless null 17 years ago
Baptiste Coudurier 82213f68ba remove useless img_write_trailer func 17 years ago
Diego Biurrun 2cab640129 typo fixes 17 years ago
Aurelien Jacobs 074ac3c2d0 add out of bound stream index checks 17 years ago
Aurelien Jacobs 6ed4eec550 add a temporary variable to simplify the code 17 years ago
Björn Axelsson 5acef35f57 Add AVClass to URLContext at next major version bump 17 years ago
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
Aurelien Jacobs b847847a0c cosmetics: remove some empty lines 17 years ago
Aurelien Jacobs 01ccf45b92 remove useless and misleading comments 17 years ago
Aurelien Jacobs 36b0782e71 consistent use of MKTAG() in the codec_bmp_tags table 17 years ago
Aurelien Jacobs ab0b2e559a cosmetics: alignment of the codec_bmp_tags table 17 years ago
Mike Melanson d98878f423 recognize the CLJR FourCC (Cirrus Logic AccuPak) 17 years ago
Ramiro Polla ffa71b2bbb Typo + grammar 17 years ago
Ramiro Polla ab8ab30c3d Introduce max_picture_buffer variable in AVFormatContext, 17 years ago
Ramiro Polla 54b6249681 Define WIN32_LEAN_AND_MEAN before including windows.h to exclude 17 years ago
Ramiro Polla a06ba2a18d Include windows.h instead of trying to redeclare Sleep 17 years ago
Ramiro Polla 409e1d71ea Put network-related code under #ifdef 17 years ago
Ramiro Polla 591cf1170b Group network-related code together 17 years ago
Diego Biurrun 9b25f4a65f cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. 17 years ago
Ramiro Polla 5dea940937 __stdcall -> WINAPI 17 years ago
Måns Rullgård 0e32c8c65a simplify library version handling 17 years ago
Evgeniy Stepanov 90c2295b24 Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing 17 years ago
Måns Rullgård 5671fc14f6 consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment 17 years ago
Baptiste Coudurier 4c7981ba7c do not reset duration_error for all streams, only reset current stream, fix wrong_fps.gxf 17 years ago
Baptiste Coudurier 72d334cab4 support AVDISCARD_ALL 17 years ago
Michael Niedermayer 11c55efa34 Skip over unknown extended_content_header tags. 17 years ago
Michael Niedermayer 16428e6348 simplify 17 years ago
Diego Biurrun d78d72da66 Set TCP protocol to is_streamed=1 as seeking is not possible. 17 years ago
Luca Abeni 83cc23c5d3 Add some information about the stream bitrate, if available 17 years ago
Michael Niedermayer 1326621c1a Subtitle support. (untested) 17 years ago
Baptiste Coudurier 112249de00 set block align for mace3/6 17 years ago
Baptiste Coudurier 28da7981d0 correctly compute bit rate for compressed audio, should fix seeking in aiff 17 years ago
Michael Niedermayer 675b8390f6 Ignore flags after pts/dts if there are no bytes left. 17 years ago
Aurelien Jacobs 6e196eacc3 include required headers for int64_t and AV_RB16() 17 years ago
Aurelien Jacobs abf2dc9c9a avi.h does not use anything from avcodec.h. 17 years ago
Reimar Döffinger e7a5e2f626 Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gif 17 years ago
Michael Niedermayer 78db672cae Use block_align as the avi spec says. 17 years ago
Michael Niedermayer 143b082044 Print slightly more useful info. 17 years ago
Michael Niedermayer a7805e2983 Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut. 17 years ago
Michael Niedermayer 9fdfd21c77 factorize 17 years ago
Michael Niedermayer a048febdc4 subtitles (codec tag tables still missing ...) 17 years ago
Michael Niedermayer 5b08754912 Store aspect ratio in avis. 17 years ago
Mike Melanson 74e21d0352 fix wc3movie demuxer to conform to the PTS API 17 years ago
Mike Melanson 40e8e49700 fix the id CIN demuxer by using the pts API correctly 17 years ago
Aurelien Jacobs 73260a11e1 simplification proposed by Rich 17 years ago
Michael Niedermayer 2401daaf39 add cdvc 17 years ago
Baptiste Coudurier 0de2157fa4 set codec bps to grayscale bits, fix 256grey.mov 17 years ago