12577 Commits (13a75d5a76a94e7c9c05cfd435b2a1a2e3a5902c)
 

Author SHA1 Message Date
  Baptiste Coudurier b264a084b1 mention avm2 (flash 9) muxer in documentation and changelog 18 years ago
  Luca Abeni 29e35d6776 Support out-of-band parameter sets in SDP for H.264 video 18 years ago
  Luca Abeni f79bfe481d Add support for H.264 video in the RTP muxer 18 years ago
  Baptiste Coudurier afecbec22b unset extension, so code path, and guess format do not choose 18 years ago
  Benoit Fouet 7055cdacab Inform user when bitstream filter fails. 18 years ago
  Michael Niedermayer c448a09624 Faster ff_sqrt() 18 years ago
  Luca Abeni b21cd0bcb5 Add minimal support for H.264 video in the SDP generator 18 years ago
  Diego Biurrun 3f5d7bb331 Remove two unused variables. 18 years ago
  Diego Biurrun a4b375c614 Remove unnecessary forward declaration. 18 years ago
  Diego Biurrun fe74278f8a small grammar fix 18 years ago
  Diego Biurrun 07e4e3ea8b Consistently use TEST as the preprocessor condition to enable test code. 18 years ago
  Aurelien Jacobs 1ace441909 add proper matroskaenc dependency over xiph.o 18 years ago
  Aurelien Jacobs 078ac1dbf2 add missing Makefile rules for pcm muxers/demuxers 18 years ago
  Aurelien Jacobs 22cf0018d4 add missing Makefile rules for zork pcm encoder/decoder 18 years ago
  Aurelien Jacobs 8dcbcef68e and thus, nellymoser obviously also depens on fft.o 18 years ago
  Aurelien Jacobs d1c266bed1 nellymoser uses mdct functions 18 years ago
  Baptiste Coudurier fa1ad97fad reorder alphabetically 18 years ago
  Paul Egan dfb400a8ea new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com 18 years ago
  Baptiste Coudurier 76e4864583 init uid to 0 18 years ago
  Baptiste Coudurier e20c865a55 indentation 18 years ago
  Baptiste Coudurier bb085dd6f1 correctly handle sony mpeg4 extradata 18 years ago
  Baptiste Coudurier 6e3ea4461f check if read child returned error 18 years ago
  Reimar Döffinger b8659d94b7 Add mfspr-based AltiVec detection code. 18 years ago
  Baptiste Coudurier a33b2c7e39 simplify with matching len 18 years ago
  Baptiste Coudurier 51169b61b5 simplify and detect better non frame wrapped mappings 18 years ago
  Baptiste Coudurier 4de5906fed cosmetics: read_metadata -> read 18 years ago
  Baptiste Coudurier 3f2d859b7e cosmetics 18 years ago
  Baptiste Coudurier 3a9c08be1b remove unused crypto context uid 18 years ago
  Baptiste Coudurier 7ee7f6f958 support dynamically allocated local tags, used by encrypted files 18 years ago
  Baptiste Coudurier 57810910c7 check malloc return 18 years ago
  Baptiste Coudurier 8513ba097c add some dv container uls 18 years ago
  Baptiste Coudurier c9c55a5699 simplify by checking min matching len 18 years ago
  Kostya Shishkov d1cc6e46f2 simplify 4-point transform part a bit 18 years ago
  Kostya Shishkov f3647f59f1 Factor out constant addition 18 years ago
  Ronald S. Bultje f841a0fca1 Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). 18 years ago
  Benoit Fouet e2d3e82dfd More verbose error log message. 18 years ago
  Kostya Shishkov 34093ab58e Save quantizer values as well 18 years ago
  Kostya Shishkov b008e6b869 Save coded block patterns for future loop filtering. 18 years ago
  Michael Kostylev 094c09bb4a Add system-specific network link flags to inet_aton test. This should fix 18 years ago
  Roberto Togni badbe09af3 Fix forgotten braces from r11039 18 years ago
  Michel Bardiaux 48f7e1aeee Clarify the error message when video width, height, or framerate are not 18 years ago
  Benoit Fouet 1b0a4572f4 Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 18 years ago
  Michael Niedermayer 175e23e875 Consider initial EOR in the back_ptr calculation. 18 years ago
  Benoit Fouet 8916b4b55b Remove some useless parentheses. 18 years ago
  Benoit Fouet 30c48a0af4 Cosmetics: whitespaces 18 years ago
  Benoit Fouet e5091488a5 Remove non cosmetic spaces inside parentheses. 18 years ago
  Diego Biurrun 61dbf4e557 Simplify preprocessor expression as suggested by Mans. 18 years ago
  Diego Biurrun 59ec6991ac Disallow puts(), av_log() should be used instead. 18 years ago
  Diego Biurrun f9cac0a778 Replace puts() by dprintf where appropriate. 18 years ago
  Benoit Fouet b8db4e22de Description: remove superfluous parentheses. 18 years ago